Class idx.form.FilteringSelect


Extends dijit.form.FilteringSelect, idx.form._CompositeMixin, idx.form._CssStateMixin.
idx.form.FilteringSelect is implemented according to IBM One UI(tm) Combo Boxes Standard. It is a composite widget which enhanced dijit.form.FilteringSelect with following features:


Defined in: <idx\form\FilteringSelect.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class idx.form._CompositeMixin:
fieldWidth, help, hint, hintPosition, label, labelAlignment, labelWidth, required, unit

Method Summary

Method Attributes Method Name and Description
 
displayMessage(message, force)
 
 
Provides a method to return focus to the widget without triggering revalidation.
Methods borrowed from class idx.form._CompositeMixin:
_setFieldWidthAttr, _setHintAttr, _setLabelAlignmentAttr, _setLabelAttr, _setLabelWidthAttr, _setRequiredAttr, _setUnitAttr, postMixInProperties, reset, resize, validateAndFocus

Constructor Detail

idx.form.FilteringSelect()

Method Detail

displayMessage(message, force)

Parameters:
message
force

postCreate()


refocus()

Provides a method to return focus to the widget without triggering revalidation. This is typically called when the validation tooltip is closed.