public class PickerIcon extends FormItemIcon
A set of standard pickers are provided as a part of the library.
FormItem.setIcons(FormItemIcon...)
Modifier and Type | Field and Description |
---|---|
static PickerIconName |
CLEAR |
static PickerIconName |
COMBO_BOX |
static PickerIconName |
DATE |
static PickerIconName |
REFRESH |
static PickerIconName |
SEARCH |
factoryCreated, factoryProperties
Constructor and Description |
---|
PickerIcon(PickerIconName name)
Create a new FormItemIcon with the specific icon.
|
PickerIcon(PickerIconName name,
FormItemClickHandler clickHandler)
Create a new FormItemIcon with the specific icon.
|
addFormItemClickHandler, equals, getBaseStyle, getCanFocus, getCursor, getDisabled, getDisabledCursor, getDisableOnReadOnly, getEnableWhen, getHeight, getHspace, getIconPlacement, getInline, getInlineIconAlign, getName, getNeverDisable, getOrCreateRef, getPrompt, getShowDisabledOnFocus, getShowError, getShowFocused, getShowFocusedWithItem, getShowOnFocus, getShowOver, getShowOverWhen, getShowRTL, getSrc, getSrcAsSCStatefulImgConfig, getTabIndex, getText, getVisibleWhen, getWidth, hashCode, keyPress, setBaseStyle, setCanFocus, setCursor, setDisabled, setDisabledCursor, setDisableOnReadOnly, setEnableWhen, setHeight, setHspace, setIconPlacement, setInline, setInlineIconAlign, setName, setNeverDisable, setPrompt, setShowDisabledOnFocus, setShowError, setShowFocused, setShowFocusedWithItem, setShowIfCondition, setShowOnFocus, setShowOver, setShowOverWhen, setShowRTL, setSrc, setSrc, setTabIndex, setText, setVisibleWhen, setWidth
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, 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
getJsObj, isCreated, setJavaScriptObject, setJsObj
public static PickerIconName CLEAR
public static PickerIconName COMBO_BOX
public static PickerIconName DATE
public static PickerIconName REFRESH
public static PickerIconName SEARCH
public PickerIcon(PickerIconName name)
name
- the icon namepublic PickerIcon(PickerIconName name, FormItemClickHandler clickHandler)
name
- the iconclickHandler
- the header control click handler