Skip to main content

EnsPortal.ServiceRegistry.Dialog.DisplayValues

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.

Properties

property Registry as %ZEN.Datatype.string (ZENURL = "REGISTRY") [ Final ];
Property methods: RegistryDisplayToLogical(), RegistryGet(), RegistryIsValid(), RegistryLogicalToDisplay(), RegistryLogicalToOdbc(), RegistryNormalize(), RegistrySet()
property RetValue as %ArrayOfObjects [ InitialExpression = $$$NULLOREF ];
Property methods: RetValueGet(), RetValueGetObject(), RetValueGetObjectId(), RetValueGetSwizzled(), RetValueIsEmpty(), RetValueIsValid(), RetValueNewObject(), RetValueSet(), RetValueSetObject(), RetValueSetObjectId(), RetValueUnSwizzle()
property tipAddValue as %ZEN.Datatype.caption [ InitialExpression = $$$TextHTML("Add a display value") ];
Property methods: tipAddValueDisplayToLogical(), tipAddValueGet(), tipAddValueIsValid(), tipAddValueLogicalToDisplay(), tipAddValueLogicalToOdbc(), tipAddValueNormalize(), tipAddValueSet()
property tipRemoveValue as %ZEN.Datatype.caption [ InitialExpression = $$$TextHTML("Remove this value") ];
Property methods: tipRemoveValueDisplayToLogical(), tipRemoveValueGet(), tipRemoveValueIsValid(), tipRemoveValueLogicalToDisplay(), tipRemoveValueLogicalToOdbc(), tipRemoveValueNormalize(), tipRemoveValueSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: Avoid writing out the session cookie if we are in a Studio session.
method %OnGetSubtitle() as %String
Inherited description: Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Inherited description: Get the (localized) title string for the dialog. This should be implemented in a subclass.
classmethod GetOptions(pContextSearch As %String, pParms As %ZEN.proxyObject, pTopOptions As %ZEN.proxyObject, pOptions As %ZEN.proxyObject) as %String [ ZenMethod ]
clientmethod addAttribute(draw) [ Language = javascript ]
clientmethod adjustSize() [ Language = javascript ]
Inherited description: Adjust size and position of components on this page.
clientmethod buildArray() [ Language = javascript ]
clientmethod changeAttribute(index, newVal) [ Language = javascript ]
clientmethod drawAttributes() [ Language = javascript ]
clientmethod drawSelector(htmlArray, inputId, value, onchange, size, title) [ Language = javascript ]
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod hideAllOptions(checkVisible) [ Language = javascript ]
clientmethod hideOptions(inputName) [ Language = javascript ]
clientmethod ondialogFinish(action) [ Language = javascript ]
Inherited description: This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.
clientmethod ondialogStart() [ Language = javascript ]
Inherited description: This callback, if defined, is called when the dialog page is loaded.
clientmethod onresizeHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is resized.
clientmethod pickOption(inputName, pickedValue) [ Language = javascript ]
clientmethod removeAttribute(index) [ Language = javascript ]
clientmethod showOptions(inputName) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab