The label of the currently selected text.
The value to search for.
true
if the item label matches the filter value, or
false
otherwise.
Available modes for filtering the options of a pick list. When custom
is set, a filterFunction
must be specified.
The type for the two lists comprising the pick list, i.e. whether a list contain the source or target items.
Callback that is invoked when items are transferred from one list to the other. See also PickListCfg.onTransfer.
Details about the pick list item that was transferred.
Indicates how an item was transferred from one list to the other.
command
: The item was transferred as a result of the user clicking one of the command buttons next to the lists.dblclick
: The item was transferred as a result of a double click by the user.dragdrop
: The item was transferred as a result of a drag&drop interaction by the user.Generated using TypeDoc
A function for filtering the options of a pick list box.