Interface UIDropDownList
- All Superinterfaces:
UIAtomicWidget,UIAtomicWithEnumeration,UIWidget
Simple HTML drop-down list.
It is generally recommended to use the more advanced combo box.
JavaScript type
The JavaScript type for this widget is a String
corresponding to the selected key value.
If the selection is empty (that is, the item [not defined] is selected),
the value will be null.
If an afterValueChanged action
has been set on this widget,
the JavaScript type of the value will be the same.
-
Method Summary
Methods inherited from interface com.orchestranetworks.ui.form.widget.UIAtomicWidget
getActionOnAfterValueChanged, isAjaxPrevalidationEnabled, isAjaxValueSynchEnabled, setActionOnAfterValueChanged, setAjaxPrevalidationEnabled, setAjaxValueSynchEnabledMethods inherited from interface com.orchestranetworks.ui.form.widget.UIAtomicWithEnumeration
getSpecificNomenclature, setSpecificNomenclatureMethods inherited from interface com.orchestranetworks.ui.form.widget.UIWidget
isEditorDisabled, setEditorDisabled
-
Method Details
-
getWidth
Size getWidth()- Returns:
- the width of the drop-down list,
or
nullif it has not been defined. - See Also:
-
setWidth
Sets the width of the drop-down list.If the width is
null, it will use the standard width of inputs defined in the Administration section, topic Ergonomics and layout.Default value is
null.- Parameters:
width- the width to set to the drop-down list, ornullto reset to default.
-