Skip to main content

%ZEN.Auxiliary.option

class %ZEN.Auxiliary.option extends %ZEN.Component.object

Defines an entry for use within a %ZEN.Component.combobox or %ZEN.Component.listBox component.

Property Inventory

Properties

property style as %ZEN.Datatype.style;
Optional CSS style used to display this option.
Property methods: styleDisplayToLogical(), styleGet(), styleIsValid(), styleLogicalToDisplay(), styleLogicalToOdbc(), styleNormalize(), styleSet()
property text as %ZEN.Datatype.caption;
Display value for the option. This is the value that will be displayed for this option.
If you want to display a value for the option, then you must provide this value.
Property methods: textDisplayToLogical(), textGet(), textIsValid(), textLogicalToDisplay(), textLogicalToOdbc(), textNormalize(), textSet()
property value as %ZEN.Datatype.string;
Logical value of the option.
Property methods: valueDisplayToLogical(), valueGet(), valueIsValid(), valueLogicalToDisplay(), valueLogicalToOdbc(), valueNormalize(), valueSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab