public class FormItemIcon extends DataClass implements HasFormItemClickHandlers
com.smartgwt.client.widgets.form.fields.FormItem#getIcons
Constructor and Description |
---|
FormItemIcon() |
FormItemIcon(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addFormItemClickHandler(FormItemClickHandler handler)
Add a formItemClick handler.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBaseStyle()
Base CSS style.
|
java.lang.Boolean |
getDisableOnReadOnly()
If
canEdit is set to false, should this icon be
disabled. |
java.lang.Integer |
getHeight()
If set, this property determines the height of this icon in px.
|
java.lang.Integer |
getHspace()
If set, this property determines the number of pixels space to be displayed on the left of this form item
icon.
If unset the form item's iconHSpace property will be used instead. |
java.lang.String |
getName()
Identifier for this form item icon.
|
java.lang.Boolean |
getNeverDisable()
If
icon.neverDisable is true, when this form item is disabled, the icon will remain enabled. |
static FormItemIcon |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getPrompt()
If set, this property will be displayed as a prompt (and tooltip text) for this form item icon.
|
java.lang.Boolean |
getShowFocused()
Should this icon's image and/or
baseStyle
switch to the appropriate "Focused" value when the user puts focus on the form item or icon? |
java.lang.Boolean |
getShowFocusedWithItem()
If this icon will be updated to show focus (see
showFocused , showFocusedIcons ), this property governs whether
the focused state should be shown when the item as a whole receives focus or just if the icon receives focus. |
java.lang.Boolean |
getShowOver()
Should this icon's image and/or
baseStyle
switch to the appropriate "Over" value when the user rolls over or focuses on the icon? |
java.lang.Boolean |
getShowRTL()
|
java.lang.String |
getSrc()
If set, this property determines this icon's image source.
|
java.lang.Integer |
getTabIndex()
TabIndex for this formItemIcon.
|
java.lang.Integer |
getWidth()
If set, this property determines the width of this icon in px.
|
int |
hashCode() |
void |
keyPress(java.lang.String keyName,
char character,
DynamicForm form,
FormItem item,
FormItemIcon icon)
StringMethod action to fire when this icon has focus and receives a keypress event.
|
void |
setBaseStyle(java.lang.String baseStyle)
Base CSS style.
|
void |
setDisableOnReadOnly(java.lang.Boolean disableOnReadOnly)
If
canEdit is set to false, should this icon be
disabled. |
void |
setHeight(java.lang.Integer height)
If set, this property determines the height of this icon in px.
|
void |
setHspace(java.lang.Integer hspace)
If set, this property determines the number of pixels space to be displayed on the left of this form item
icon.
If unset the form item's iconHSpace property will be used instead. |
void |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
void |
setName(java.lang.String name)
Identifier for this form item icon.
|
void |
setNeverDisable(java.lang.Boolean neverDisable)
If
icon.neverDisable is true, when this form item is disabled, the icon will remain enabled. |
void |
setPrompt(java.lang.String prompt)
If set, this property will be displayed as a prompt (and tooltip text) for this form item icon.
|
void |
setShowFocused(java.lang.Boolean showFocused)
Should this icon's image and/or
baseStyle
switch to the appropriate "Focused" value when the user puts focus on the form item or icon? |
void |
setShowFocusedWithItem(java.lang.Boolean showFocusedWithItem)
If this icon will be updated to show focus (see
showFocused , showFocusedIcons ), this property governs whether
the focused state should be shown when the item as a whole receives focus or just if the icon receives focus. |
void |
setShowIfCondition(FormItemIfFunction showIf)
Set showIf condition.
|
void |
setShowOver(java.lang.Boolean showOver)
Should this icon's image and/or
baseStyle
switch to the appropriate "Over" value when the user rolls over or focuses on the icon? |
void |
setShowRTL(java.lang.Boolean showRTL)
|
void |
setSrc(java.lang.String src)
If set, this property determines this icon's image source.
|
void |
setTabIndex(java.lang.Integer tabIndex)
TabIndex for this formItemIcon.
|
void |
setWidth(java.lang.Integer width)
If set, this property determines the width of this icon in px.
|
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 FormItemIcon()
public FormItemIcon(com.google.gwt.core.client.JavaScriptObject jsObj)
public static FormItemIcon getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setBaseStyle(java.lang.String baseStyle)
this.showOver
is true, "Disabled" if the icon is
disabled, and "Focused". In addition, if showRTL
is enabled, then an "RTL" suffix will be added.
Note : This is an advanced setting
baseStyle
- . See CSSStyleName
. Default value is nullpublic java.lang.String getBaseStyle()
this.showOver
is true, "Disabled" if the icon is
disabled, and "Focused". In addition, if showRTL
is enabled, then an "RTL" suffix will be added.CSSStyleName
public void setDisableOnReadOnly(java.lang.Boolean disableOnReadOnly)
canEdit
is set to false, should this icon be
disabled. If unset this is determined by disableIconsOnReadOnly
. Note that if neverDisable
is set to true, the icons will be
rendered enabled regardless of this setting and whether the item is editable.
Note : This is an advanced setting
disableOnReadOnly
- disableOnReadOnly Default value is nullpublic java.lang.Boolean getDisableOnReadOnly()
canEdit
is set to false, should this icon be
disabled. If unset this is determined by disableIconsOnReadOnly
. Note that if neverDisable
is set to true, the icons will be
rendered enabled regardless of this setting and whether the item is editable.public void setHeight(java.lang.Integer height)
iconHeight
property will be used instead.height
- height Default value is nullFormItem.setIconHeight(int)
public java.lang.Integer getHeight()
iconHeight
property will be used instead.FormItem.getIconHeight()
public void setHspace(java.lang.Integer hspace)
iconHSpace
property will be used instead.hspace
- hspace Default value is nullFormItem.setIconHSpace(java.lang.Integer)
public java.lang.Integer getHspace()
iconHSpace
property will be used instead.FormItem.getIconHSpace()
public void setName(java.lang.String name)
FormItem.getIcon
.name
- . See String
. Default value is nullpublic java.lang.String getName()
FormItem.getIcon
.String
public void setNeverDisable(java.lang.Boolean neverDisable)
icon.neverDisable
is true, when this form item is disabled, the icon will remain enabled. Note that
disabling the entire form will disable all items, together with their icons including those marked as neverDisable -
this property only has an effect if the form is enabled and a specific item is disabled within it. If this property
is true, the icons will also remain enabled if a form item is marked as canEdit:false
. For finer grained control over whether icons
are enabled for read-only icons see disableIconsOnReadOnly
and disableOnReadOnly
Note : This is an advanced setting
neverDisable
- neverDisable Default value is nullpublic java.lang.Boolean getNeverDisable()
icon.neverDisable
is true, when this form item is disabled, the icon will remain enabled. Note that
disabling the entire form will disable all items, together with their icons including those marked as neverDisable -
this property only has an effect if the form is enabled and a specific item is disabled within it. If this property
is true, the icons will also remain enabled if a form item is marked as canEdit:false
. For finer grained control over whether icons
are enabled for read-only icons see disableIconsOnReadOnly
and disableOnReadOnly
public void setPrompt(java.lang.String prompt)
If unset the form
item's iconPrompt
property will be used instead.
Note : This is an advanced setting
prompt
- . See String
. Default value is nullFormItem.setIconPrompt(java.lang.String)
public java.lang.String getPrompt()
If unset the form
item's iconPrompt
property will be used instead.
String
FormItem.getIconPrompt()
public void setShowFocused(java.lang.Boolean showFocused)
baseStyle
switch to the appropriate "Focused" value when the user puts focus on the form item or icon?
Note : This is an advanced setting
showFocused
- showFocused Default value is nullFormItem.setShowFocusedIcons(java.lang.Boolean)
,
setShowFocusedWithItem(java.lang.Boolean)
public java.lang.Boolean getShowFocused()
baseStyle
switch to the appropriate "Focused" value when the user puts focus on the form item or icon?FormItem.getShowFocusedIcons()
,
getShowFocusedWithItem()
public void setShowFocusedWithItem(java.lang.Boolean showFocusedWithItem)
showFocused
, showFocusedIcons
), this property governs whether
the focused state should be shown when the item as a whole receives focus or just if the icon receives focus. If this
property is unset, default behavior is to show focused state when the item receives focus.
Note : This is an advanced setting
showFocusedWithItem
- showFocusedWithItem Default value is nullFormItem.setShowFocusedIcons(java.lang.Boolean)
,
setShowFocused(java.lang.Boolean)
public java.lang.Boolean getShowFocusedWithItem()
showFocused
, showFocusedIcons
), this property governs whether
the focused state should be shown when the item as a whole receives focus or just if the icon receives focus. If this
property is unset, default behavior is to show focused state when the item receives focus.FormItem.getShowFocusedIcons()
,
getShowFocused()
public void setShowOver(java.lang.Boolean showOver)
baseStyle
switch to the appropriate "Over" value when the user rolls over or focuses on the icon?
Note : This is an advanced setting
showOver
- showOver Default value is nullFormItem.setShowOverIcons(java.lang.Boolean)
public java.lang.Boolean getShowOver()
baseStyle
switch to the appropriate "Over" value when the user rolls over or focuses on the icon?FormItem.getShowOverIcons()
public void setShowRTL(java.lang.Boolean showRTL)
src
and/or baseStyle
switch to the appropriate RTL value when
the FormItem is in RTL mode? If true, then the image URL for all states will have "_rtl" added before the extension.
Also, if baseStyle is set, all style names will have an "RTL" suffix. This should only be enabled if RTL media is
available. For example, if an icon's src is "[SKINIMG]formItemIcons/myFormIcon.png" and the baseStyle is "myFormIcon", then in the "Down" state, Smart GWT will use "[SKINIMG]formItemIcons/myFormIcon_Down_rtl.png" for the image source and "myFormIconDownRTL" for the style name.
Note : This is an advanced setting
showRTL
- showRTL Default value is nullpublic java.lang.Boolean getShowRTL()
src
and/or baseStyle
switch to the appropriate RTL value when
the FormItem is in RTL mode? If true, then the image URL for all states will have "_rtl" added before the extension.
Also, if baseStyle is set, all style names will have an "RTL" suffix. This should only be enabled if RTL media is
available. For example, if an icon's src is "[SKINIMG]formItemIcons/myFormIcon.png" and the baseStyle is "myFormIcon", then in the "Down" state, Smart GWT will use "[SKINIMG]formItemIcons/myFormIcon_Down_rtl.png" for the image source and "myFormIconDownRTL" for the style name.
public void setSrc(java.lang.String src)
defaultIconSrc
property
will be used instead.defaultIconSrc
this URL will be modified by adding "_Over" or "_Disabled"
if appropriate to show the icon's over or disabled state. If showRTL
is enabled, then "_rtl" will be added to the
source URL before the extension.
The special value "blank" means that no image will be shown for this icon. This is
particularly useful together with baseStyle
to
implement spriting of the different icon states.
src
- . See SCImgURL
. Default value is nullFormItem.setDefaultIconSrc(java.lang.String)
,
Icons Examplepublic java.lang.String getSrc()
defaultIconSrc
property
will be used instead.defaultIconSrc
this URL will be modified by adding "_Over" or "_Disabled"
if appropriate to show the icon's over or disabled state. If showRTL
is enabled, then "_rtl" will be added to the
source URL before the extension.
The special value "blank" means that no image will be shown for this icon. This is
particularly useful together with baseStyle
to
implement spriting of the different icon states.
SCImgURL
FormItem.getDefaultIconSrc()
,
Icons Examplepublic void setTabIndex(java.lang.Integer tabIndex)
Set to -1 to remove the icon from the tab order, but be cautious doing so: if the icon triggers important application functionality that cannot otherwise be accessed via the keyboard, it would be a violation of accessibility standard to remove the icon from the tab order.
Any usage other than setting to -1 is
extremely advanced in the same way as using globalTabIndex
.
Note : This is an advanced setting
tabIndex
- tabIndex Default value is nullpublic java.lang.Integer getTabIndex()
Set to -1 to remove the icon from the tab order, but be cautious doing so: if the icon triggers important application functionality that cannot otherwise be accessed via the keyboard, it would be a violation of accessibility standard to remove the icon from the tab order.
Any usage other than setting to -1 is
extremely advanced in the same way as using globalTabIndex
.
public void setWidth(java.lang.Integer width)
iconWidth
property will be used instead.width
- width Default value is nullFormItem.setIconWidth(int)
public java.lang.Integer getWidth()
iconWidth
property will be used instead.FormItem.getIconWidth()
public com.google.gwt.event.shared.HandlerRegistration addFormItemClickHandler(FormItemClickHandler handler)
StringMethod action to fire when this icon is clicked If unset the form item's iconClick
method will
be fired instead (if specified).
addFormItemClickHandler
in interface HasFormItemClickHandlers
handler
- the formItemClick handlerHandlerRegistration
used to remove this handlerpublic void keyPress(java.lang.String keyName, char character, DynamicForm form, FormItem item, FormItemIcon icon)
iconKeyPress
method will be fired instead (if specified).keyName
- Name of the key pressedcharacter
- character produced by the keypressform
- The Dynamic Form to which this icon's item belongs.item
- The Form Item containing this iconicon
- A pointer to the form item iconpublic void setShowIfCondition(FormItemIfFunction showIf)
If specified, icon.showIf
will be evaluated when the form item is drawn or redrawn. Return true if the icon
should be visible, or false if it should be hidden. Note that if FormItem.showIcon
or FormItem.hideIcon
is called, this method will be overridden.
handler
- the showIf handler