Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

SciSelectElement Members

SciSelectElement overview

Public Instance Constructors

icon SciSelectElement Constructor Constructor

Public Instance Methods

iconEquals (inherited from Object) 
iconGetHashCode (inherited from Object) 
iconGetRootNodeGets the root XmlNode of the control to add to the page.
iconGetType (inherited from Object) 
iconSetLabelStyleSets the style of the label text (normal or important).
iconSetMandatoryValidationSets mandatory validation for the element. A JavaScript alert will be displayed if the field is empty.
iconSetRegExpValidationSets regular expression validation for the control. A JavaScript alert will display if the match criteria are not met.
iconSetSelectedValue Sets the selected value.
iconSetStorageType Sets the storage type (integer or string).
iconSetValueSets the values of the select element. (Similar to an OPTION array in HTML.)
iconToStringWrites the element to a string for debugging.

See Also

SciSelectElement Class | Plumtree.Remote.Sci Namespace