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  | 
factoryCreated, factoryProperties, readOnly| 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, getDisabled, getDisableOnReadOnly, getHeight, getHspace, getIconPlacement, getInline, getInlineIconAlign, getName, getNeverDisable, getOrCreateRef, getPrompt, getShowFocused, getShowFocusedWithItem, getShowOver, getShowRTL, getSrc, getTabIndex, getWidth, hashCode, keyPress, setBaseStyle, setDisabled, setDisableOnReadOnly, setHeight, setHspace, setIconPlacement, setInline, setInlineIconAlign, setName, setNeverDisable, setPrompt, setShowFocused, setShowFocusedWithItem, setShowIfCondition, setShowOver, setShowRTL, setSrc, setTabIndex, setWidthapplyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getReadOnly, isFactoryCreated, logConfiguration, 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, setFactoryCreated, setReadOnlygetJsObj, isCreated, setJavaScriptObject, setJsObjpublic 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