public class PickerIcon extends FormItemIcon
A set of standard pickers are provided as a part of the library.
FormItem.setIcons(FormItemIcon...)
Modifier and Type | Class and Description |
---|---|
static class |
PickerIcon.Picker |
Modifier and Type | Field and Description |
---|---|
static PickerIcon.Picker |
CLEAR |
static PickerIcon.Picker |
COMBO_BOX |
static PickerIcon.Picker |
DATE |
static PickerIcon.Picker |
REFRESH |
static PickerIcon.Picker |
SEARCH |
Constructor and Description |
---|
PickerIcon(PickerIcon.Picker icon)
Create a new HeaderControl with the specific icon.
|
PickerIcon(PickerIcon.Picker icon,
FormItemClickHandler clickHandler)
Create a new HeaderControl with the specific icon.
|
addFormItemClickHandler, equals, getBaseStyle, getDisableOnReadOnly, getHeight, getHspace, getName, getNeverDisable, getOrCreateRef, getPrompt, getShowFocused, getShowFocusedWithItem, getShowOver, getShowRTL, getSrc, getTabIndex, getWidth, hashCode, keyPress, setBaseStyle, setDisableOnReadOnly, setHeight, setHspace, setJavaScriptObject, setName, setNeverDisable, setPrompt, setShowFocused, setShowFocusedWithItem, setShowIfCondition, setShowOver, setShowRTL, setSrc, setTabIndex, setWidth
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject
public static PickerIcon.Picker CLEAR
public static PickerIcon.Picker COMBO_BOX
public static PickerIcon.Picker DATE
public static PickerIcon.Picker REFRESH
public static PickerIcon.Picker SEARCH
public PickerIcon(PickerIcon.Picker icon)
icon
- the iconpublic PickerIcon(PickerIcon.Picker icon, FormItemClickHandler clickHandler)
icon
- the iconclickHandler
- the header control click handler