Skip to main content

EnsPortal.ServiceRegistry.Dialog.Attribute

For InterSystems internal use only, subject to change without notice

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 attrKey as %ZEN.Datatype.string (ZENURL = "KEY");
Property methods: attrKeyDisplayToLogical(), attrKeyGet(), attrKeyIsValid(), attrKeyLogicalToDisplay(), attrKeyLogicalToOdbc(), attrKeyNormalize(), attrKeySet()
property attrName as %ZEN.Datatype.string (ZENURL = "ID");
Attribute Name, "" if new
Property methods: attrNameDisplayToLogical(), attrNameGet(), attrNameIsValid(), attrNameLogicalToDisplay(), attrNameLogicalToOdbc(), attrNameNormalize(), attrNameSet()
property attrService as %ZEN.Datatype.string (ZENURL = "SVC");
Attribute Service
Property methods: attrServiceDisplayToLogical(), attrServiceGet(), attrServiceIsValid(), attrServiceLogicalToDisplay(), attrServiceLogicalToOdbc(), attrServiceNormalize(), attrServiceSet()
property readOnly as %ZEN.Datatype.boolean (ZENURL = "READONLY");
ReadOnly flag.
Property methods: readOnlyDisplayToLogical(), readOnlyGet(), readOnlyIsValid(), readOnlyLogicalToDisplay(), readOnlyLogicalToOdbc(), readOnlyLogicalToXSD(), readOnlyNormalize(), readOnlySet(), readOnlyXSDToLogical()
property retValue as %String;
Property methods: retValueDisplayToLogical(), retValueGet(), retValueIsValid(), retValueLogicalToDisplay(), retValueLogicalToOdbc(), retValueNormalize(), retValueSet()

Methods

method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog. This should be implemented in a subclass.
method DeleteExistingAttribute(pID) [ ZenMethod ]
method GetAttr(ByRef pParms, Output pObject As %RegisteredObject) as %Status
method IsNameUnique(pID As %String) as %Boolean [ ZenMethod ]
method IsNameValid(pName As %String) as %Boolean [ ZenMethod ]
Test if the given name is valid.
method SubmitAttr(pCommand As %String, pProvider As %ZEN.Auxiliary.jsonProvider, pSubmitObject As %RegisteredObject, ByRef pResponseObject As %RegisteredObject) as %Status
Object submit handler JSON provider. This is called when the client clicks OK.
clientmethod changeKey(attrName) [ Language = javascript ]
clientmethod disableControl(ctrlName) [ 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 ondialogFinish(action) as %Boolean [ Language = javascript ]
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 onloadHandler() [ Language = javascript ]
Inherited description: Trigger keepAlive behaviour for the page.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab