For PickerField,
LookupPickerField and
SearchPickerField
components, a set of standard actions is defined in the PickerField.ActionType
enumeration. Implementations are inner classes of the PickerField
interface, which are described in details below.
The example of standard actions usage in a picker component:
<searchPickerField optionsDatasource="coloursDs" datasource="carDs" property="colour"> <actions> <action id="clear"/> <action id="lookup"/> <action id="open"/> </actions> </searchPickerField>