Skip to main content

EnsLib.ITK.Setup.UI.Component.consumerEditor

class EnsLib.ITK.Setup.UI.Component.consumerEditor extends %ZEN.Component.composite

Property Inventory

Method Inventory

Properties

property obj as EnsLib.ITK.Setup.UI.Consumer;
Property methods: objGet(), objGetSwizzled(), objIsValid(), objNewObject(), objSet()

Methods

clientmethod createChildren(form) [ Language = javascript ]
Create children on client side so we can use them immediately. Note that the server may substitute fresh code-generated objects later.
clientmethod getProperty(property, key) as %String [ Language = javascript ]
Return the value of a named property (i.e. a setting).
Returns null if this is not a property of this object.
key is an optional argument used for properties (such as collections) that may need a key to find a specific value.
final clientmethod getValue() [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when a popup page has specified this component as its parent and fires an action.
popupName is the name of the popup window sending the action.
action is the name of the action.
value is the value associated with the action.
final clientmethod onRefreshContents() [ Language = javascript ]
The server has just installed us as a fresh code-generated component. Recover the old value and replace ourselves in the page list.
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.
Assume that subclasses that simply wrap HTML controls have named the control 'control' or else have overridden this method.
final clientmethod setValue(value, value2) [ Language = javascript ]
Client-side method to set the value associated with this control. value2 is an optional, second parameter used by some controls (such as dataCombo).
clientmethod showConsumerDetails() [ Language = javascript ]
Launch the profile info dialog.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab