public class SpinnerItem extends TextItem
FormItem.CustomStateGetter, FormItem.StateCustomizer
configOnly, scClassName, warnOnEditorTypeConversion, warnOnEditorTypeConversionDefault
id
factoryCreated, factoryProperties
Constructor and Description |
---|
SpinnerItem() |
SpinnerItem(com.google.gwt.core.client.JavaScriptObject jsObj) |
SpinnerItem(java.lang.String name) |
SpinnerItem(java.lang.String name,
java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
static void |
changeAutoChildDefaults(java.lang.String autoChildName,
Canvas defaults)
Changes the defaults for Canvas AutoChildren named
autoChildName . |
static void |
changeAutoChildDefaults(java.lang.String autoChildName,
FormItem defaults)
Changes the defaults for FormItem AutoChildren named
autoChildName . |
static void |
changePickerIconDefaults(FormItemIcon defaults) |
FormItemIcon |
getDecreaseIcon()
In
stacked mode , the icon to decrease
the spinner's value (a down arrow by default). |
FormItemIcon |
getIncreaseIcon()
In
stacked mode , the icon to increase
the spinner's value (an up arrow by default). |
java.lang.String |
getMask()
Not applicable to a SpinnerItem.
|
java.lang.Boolean |
getMaskOverwriteMode()
Not applicable to a SpinnerItem.
|
java.lang.String |
getMaskPadChar()
Not applicable to a SpinnerItem.
|
java.lang.String |
getMaskPromptChar()
Not applicable to a SpinnerItem.
|
java.lang.Boolean |
getMaskSaveLiterals()
Not applicable to a SpinnerItem.
|
java.lang.Double |
getMax()
Maximum valid value for this item.
|
java.lang.Double |
getMin()
Minimum valid value for this item.
|
static SpinnerItem |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.Integer |
getStackedIconsHeight()
In
stacked icons mode this property can
be used to specify the height of both the increase and decrease icon. |
java.lang.Integer |
getStackedIconsWidth()
In
stacked icons mode this property can
be used to specify the width of both the increase and decrease icon. |
double |
getStep()
How much should the value be incremented / decremented when the user hits the icons to increase / decrease the value?
|
FormItemIcon |
getUnstackedDecreaseIcon()
In
unstacked mode , the icon to decrease
the SpinnerItem 's value. |
FormItemIcon |
getUnstackedIncreaseIcon()
In
unstacked mode , the icon to increase
the SpinnerItem 's value. |
java.lang.String |
getUnstackedPrintTextBoxStyle()
In
unstacked mode , the base CSS class
name for the SpinnerItem 's text box element when printed. |
java.lang.String |
getUnstackedReadOnlyTextBoxStyle() |
java.lang.String |
getUnstackedTextBoxStyle()
In
unstacked mode , the base CSS class
name for the SpinnerItem 's text box element. |
java.lang.Boolean |
getWriteStackedIcons()
When set to
true , the increase and decrease icons are stacked on top of each other, also called stacked
mode. |
void |
setDecreaseIconProperties(FormItemIcon decreaseIconProperties)
FormItemIcon properties applied to the
decreaseIcon AutoChild of this SpinnerItem. |
static void |
setDefaultProperties(SpinnerItem spinnerItemProperties)
Class level method to set the default properties of this class.
|
void |
setDefaultValue(java.lang.Double defaultValue)
Value used when no value is provided for this item.
|
void |
setDefaultValue(java.lang.Integer defaultValue)
Value used when no value is provided for this item.
|
void |
setIncreaseIconProperties(FormItemIcon increaseIconProperties)
FormItemIcon properties applied to the
increaseIcon AutoChild of this SpinnerItem. |
void |
setMask(java.lang.String mask)
Not applicable to a SpinnerItem.
|
void |
setMaskOverwriteMode(java.lang.Boolean maskOverwriteMode)
Not applicable to a SpinnerItem.
|
void |
setMaskPadChar(java.lang.String maskPadChar)
Not applicable to a SpinnerItem.
|
void |
setMaskPromptChar(java.lang.String maskPromptChar)
Not applicable to a SpinnerItem.
|
void |
setMaskSaveLiterals(java.lang.Boolean maskSaveLiterals)
Not applicable to a SpinnerItem.
|
void |
setMax(java.lang.Double max)
Maximum valid value for this item.
|
void |
setMax(java.lang.Integer max) |
void |
setMin(java.lang.Double min)
Minimum valid value for this item.
|
void |
setMin(java.lang.Integer min) |
void |
setNextValueHandler(NextValueHandler handler)
|
void |
setPreviousValueHandler(PreviousValueHandler handler)
|
void |
setStackedIconsHeight(java.lang.Integer stackedIconsHeight)
In
stacked icons mode this property can
be used to specify the height of both the increase and decrease icon. |
void |
setStackedIconsWidth(java.lang.Integer stackedIconsWidth)
In
stacked icons mode this property can
be used to specify the width of both the increase and decrease icon. |
void |
setStep(double step)
How much should the value be incremented / decremented when the user hits the icons to increase / decrease the value?
|
void |
setUnstackedPrintTextBoxStyle(java.lang.String unstackedPrintTextBoxStyle)
In
unstacked mode , the base CSS class
name for the SpinnerItem 's text box element when printed. |
void |
setUnstackedReadOnlyTextBoxStyle(java.lang.String unstackedReadOnlyTextBoxStyle) |
void |
setUnstackedTextBoxStyle(java.lang.String unstackedTextBoxStyle)
In
unstacked mode , the base CSS class
name for the SpinnerItem 's text box element. |
void |
setWriteStackedIcons(java.lang.Boolean writeStackedIcons)
When set to
true , the increase and decrease icons are stacked on top of each other, also called stacked
mode. |
deselectValue, deselectValue, getBrowserAutoCapitalize, getBrowserAutoCorrect, getBrowserInputType, getChangeOnKeypress, getCharacterCasing, getEditProxyConstructor, getEnforceLength, getEnteredValue, getEscapeHTML, getFetchMissingValues, getFormatOnBlur, getFormatOnFocusChange, getHint, getKeyPressFilter, getLength, getPrintFullText, getSaveOnEnter, getSelectionRange, getSelectOnClick, getSelectOnFocus, getShowHintInField, getSupportsCutPasteEvents, getTextBoxStyle, getUsePlaceholderForHint, getValueAsString, pendingStatusChanged, selectValue, setBrowserAutoCapitalize, setBrowserAutoCorrect, setBrowserInputType, setChangeOnKeypress, setCharacterCasing, setDefaultProperties, setEditProxyConstructor, setEnforceLength, setEscapeHTML, setFetchMissingValues, setFormatOnBlur, setFormatOnFocusChange, setKeyPressFilter, setLength, setPastedValueTransformer, setPrintFullText, setSaveOnEnter, setSelectionRange, setSelectOnClick, setSelectOnFocus, setShowHintInField, setSupportsCutPasteEvents, setTextBoxStyle, setUsePlaceholderForHint, shouldFetchMissingValue
_getValue, addBlurHandler, addChangedHandler, addChangeHandler, addClickHandler, addDoubleClickHandler, addEditorEnterHandler, addEditorExitHandler, addFocusHandler, addIcon, addIcon, addIconClickHandler, addIconKeyPressHandler, addItemHoverHandler, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addPendingStatusChangedHandler, addPickerIconClickHandler, addShowContextMenuHandler, addTitleClickHandler, addTitleDoubleClickHandler, addTitleHoverHandler, addValueHoverHandler, addValueIconClickHandler, applyFormula, asSGWTComponent, blurItem, canEditCriterion, clearErrors, clearValue, disable, disableIcon, enable, enableIcon, error, error, errorIfNotCreated, focusAfterItem, focusInItem, getAccessKey, getAlign, getAllowExpressions, getAlwaysFetchMissingValues, getAlwaysShowControlBox, getApplyAlignToText, getApplyHeightToTextBox, getAriaRole, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsObject, getAttributeAsString, getAutoComplete, getAutoCompleteKeywords, getBrowserSpellCheck, getCanEdit, getCanEditOpaqueValues, getCanFocus, getCanSelectText, getCanTabToIcons, getCanvasAutoChild, getCellHeight, getCellStyle, getClassName, getClipStaticValue, getClipTitle, getConfig, getContainerWidget, getControlStyle, getCriteriaField, getCriterion, getCriterion, getCursorPosition, getCustomState, getDataPath, getDateFormatter, getDecimalPad, getDecimalPrecision, getDefaultIconSrc, getDisabled, getDisableIconsOnReadOnly, getDisplayField, getDisplayFieldName, getDisplayValue, getDisplayValue, getEditorTypeConfig, getEditPendingCSSText, getEmptyDisplayValue, getEmptyValueIcon, getEndRow, getErrorIconHeight, getErrorIconSrc, getErrorIconWidth, getErrorMessageWidth, getErrors, getExportFormat, getFieldName, getFilterLocally, getForeignDisplayField, getForm, getFormat, getFormItemAutoChild, getFormula, getFullDataPath, getGlobalTabIndex, getGridColNum, getGridRowNum, getHeight, getHeightAsString, getHidden, getHintStyle, getHoverAlign, getHoverDelay, getHoverHeight, getHoverOpacity, getHoverStyle, getHoverVAlign, getHoverWidth, getIcon, getIconHeight, getIconHSpace, getIconPageRect, getIconPrompt, getIconRect, getIcons, getIconTabPosition, getIconVAlign, getIconWidth, getID, getImageURLPrefix, getImageURLSuffix, getImplicitSave, getImplicitSaveOnBlur, getInputFormat, getLeft, getListGrid, getLoadingDisplayValue, getLocateItemBy, getMinHintWidth, getMultiple, getMultipleValueSeparator, getName, getOperator, getOptionCriteria, getOptionDataSource, getOptionDataSourceAsString, getOptionFilterContext, getOptionOperationId, getOriginalValueMessage, getPageLeft, getPageRect, getPageTop, getPaletteDefaults, getPicker, getPickerIcon, getPickerIcon, getPickerIconHeight, getPickerIconName, getPickerIconPrompt, getPickerIconProperties, getPickerIconSrc, getPickerIconStyle, getPickerIconTabPosition, getPickerIconWidth, getPixelHeight, getPixelWidth, getPrintTextBoxStyle, getPrintTitleStyle, getPrompt, getReadOnlyDisplay, getReadOnlyHover, getReadOnlyTextBoxStyle, getReadOnlyWhen, getRect, getRedrawOnChange, getRejectInvalidValueOnChange, getRequired, getRequiredMessage, getRequiredWhen, getRowSpan, getScClassName, getSelectedRecord, getShouldSaveValue, getShowClippedTitleOnHover, getShowClippedValueOnHover, getShowDeletions, getShowDisabled, getShowDisabledIconsOnFocus, getShowDisabledPickerIconOnFocus, getShowErrorIcon, getShowErrorStyle, getShowErrorText, getShowFocused, getShowFocusedErrorState, getShowFocusedIcons, getShowFocusedPickerIcon, getShowHint, getShowIcons, getShowIconsOnFocus, getShowOldValueInHover, getShowOver, getShowOverIcons, getShowPending, getShowPickerIcon, getShowPickerIconOnFocus, getShowRTL, getShowTitle, getShowValueIconOnly, getStartRow, getStaticHeight, getStopOnError, getSuppressValueIcon, getSynchronousValidation, getTabIndex, getTextAlign, getTextFormula, getTimeFormatter, getTitle, getTitleAlign, getTitleColSpan, getTitleOrientation, getTitleStyle, getTitleVAlign, getTooltip, getTop, getType, getUpdateControlOnOver, getUpdatePickerIconOnOver, getUpdateTextBoxOnOver, getUseAdvancedCriteria, getUseDisabledHintStyleForReadOnly, getUseLocalDisplayFieldValue, getValidateOnChange, getValidateOnExit, getValidOperators, getVAlign, getValue, getValueAsRecordList, getValueDeselectedCSSText, getValueField, getValueFieldName, getValueIconHeight, getValueIconLeftPadding, getValueIconRightPadding, getValueIconSize, getValueIconWidth, getValueMap, getValueMapAsArray, getVisible, getVisibleHeight, getVisibleTitleWidth, getVisibleWhen, getVisibleWidth, getWarnOnEditorTypeConversion, getWarnOnEditorTypeConversionDefault, getWidth, getWidthAsString, getWrapHintText, getWrapTitle, handleWarnOnEditorTypeConversion, hasAdvancedCriteria, hasErrors, hide, hideIcon, invalidateDisplayValueCache, isConfigOnly, isCreated, isCutEvent, isDisabled, isDrawn, isFocused, isInGrid, isPasteEvent, isVisible, linkToInstanceUponCreate, mapDisplayToValue, mapValueToDisplay, mapValueToDisplay, mapValueToDisplay, redraw, redraw, removeIcon, setAccessKey, setAlign, setAllowExpressions, setAlwaysFetchMissingValues, setAlwaysShowControlBox, setApplyAlignToText, setApplyHeightToTextBox, setAriaRole, setAriaState, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAutoChildConstructor, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildVisibility, setAutoComplete, setAutoCompleteKeywords, setBrowserSpellCheck, setCanEdit, setCanEditCriterionPredicate, setCanEditOpaqueValues, setCanFocus, setCanSelectText, setCanTabToIcons, setCellHeight, setCellStyle, setClipStaticValue, setClipTitle, setColSpan, setColSpan, setConfigOnly, setControlStyle, setCriteriaField, setCriterion, setCriterionGetter, setCriterionSetter, setCustomStateGetter, setDataPath, setDateFormatter, setDecimalPad, setDecimalPrecision, setDefaultIconSrc, setDefaultProperties, setDefaultValue, setDefaultValue, setDefaultValue, setDefaultValue, setDefaultValue, setDisabled, setDisableIconsOnReadOnly, setDisplayField, setDisplayFormat, setDisplayFormat, setEditorProperties, setEditorType, setEditorType, setEditorType, setEditorValueFormatter, setEditorValueParser, setEditPendingCSSText, setEmptyDisplayValue, setEmptyValueIcon, setEndRow, setErrorFormatter, setErrorIconHeight, setErrorIconSrc, setErrorIconWidth, setErrorMessageWidth, setErrorOrientation, setErrors, setErrors, setExportFormat, setFilterLocally, setForeignDisplayField, setFormat, setFormula, setGlobalTabIndex, setHeight, setHeight, setHidden, setHint, setHintStyle, setHoverAlign, setHoverDelay, setHoverHeight, setHoverOpacity, setHoverStyle, setHoverVAlign, setHoverWidth, setIconDisabled, setIconHeight, setIconHSpace, setIconPrompt, setIcons, setIconShowOnFocus, setIconVAlign, setIconWidth, setID, setImageURLPrefix, setImageURLSuffix, setImplicitSave, setImplicitSaveOnBlur, setInitHandler, setInputFormat, setInputTransformer, setItemHoverFormatter, setItemTitleHoverFormatter, setItemValueHoverFormatter, setJavaScriptObject, setLeft, setLoadingDisplayValue, setLocateItemBy, setMinHintWidth, setMultiple, setMultipleValueSeparator, setName, setNullProperty, setOperator, setOptionCriteria, setOptionDataSource, setOptionDataSource, setOptionFilterContext, setOptionOperationId, setOriginalValueMessage, setPickerIconHeight, setPickerIconName, setPickerIconPrompt, setPickerIconProperties, setPickerIconSrc, setPickerIconStyle, setPickerIconWidth, setPrintTextBoxStyle, setPrintTitleStyle, setPrompt, setProperty, setProperty, setProperty, setProperty, setProperty, setReadOnlyDisplay, setReadOnlyHover, setReadOnlyTextBoxStyle, setReadOnlyWhen, setRedrawOnChange, setRejectInvalidValueOnChange, setRequired, setRequiredMessage, setRequiredWhen, setRowSpan, setScClassName, setShouldSaveValue, setShowClippedTitleOnHover, setShowClippedValueOnHover, setShowDeletions, setShowDisabled, setShowDisabledIconsOnFocus, setShowDisabledPickerIconOnFocus, setShowErrorIcon, setShowErrorStyle, setShowErrorText, setShowFocused, setShowFocusedErrorState, setShowFocusedIcons, setShowFocusedPickerIcon, setShowHint, setShowIcons, setShowIconsOnFocus, setShowIfCondition, setShowOldValueInHover, setShowOver, setShowOverIcons, setShowPending, setShowPickerIcon, setShowPickerIconOnFocus, setShowRTL, setShowTitle, setShowValueIconOnly, setStartRow, setStateCustomizer, setStaticHeight, setStopOnError, setSuppressValueIcon, setSynchronousValidation, setTabIndex, setTextAlign, setTextFormula, setTimeFormatter, setTitle, setTitleAlign, setTitleColSpan, setTitleHoverFormatter, setTitleOrientation, setTitleStyle, setTitleVAlign, setTooltip, setTop, setType, setUpdateControlOnOver, setUpdatePickerIconOnOver, setUpdateTextBoxOnOver, setUseAdvancedCriteria, setUseDisabledHintStyleForReadOnly, setUseLocalDisplayFieldValue, setValidateOnChange, setValidateOnExit, setValidators, setValidOperators, setVAlign, setValue, setValue, setValue, setValue, setValue, setValue, setValueDeselectedCSSText, setValueField, setValueFormatter, setValueHoverFormatter, setValueIconHeight, setValueIconLeftPadding, setValueIconMapper, setValueIconRightPadding, setValueIcons, setValueIconSize, setValueIconWidth, setValueMap, setValueMap, setVisible, setVisibleWhen, setWarnOnEditorTypeConversion, setWarnOnEditorTypeConversionDefault, setWidth, setWidth, setWrapHintText, setWrapTitle, shouldApplyHeightToTextBox, shouldSaveOnEnter, shouldStopKeyPressBubbling, show, showIcon, showPicker, stopHover, storeValue, storeValue, updateState, validate, valueClipped
getRef, getRef, internalSetID
applyFactoryProperties, doAddHandler, fireEvent, getAttributeAsDoubleArray, getAttributeAsIntArray, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
public SpinnerItem()
public SpinnerItem(com.google.gwt.core.client.JavaScriptObject jsObj)
public SpinnerItem(java.lang.String name)
public SpinnerItem(java.lang.String name, java.lang.String title)
public static SpinnerItem getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public static void changeAutoChildDefaults(java.lang.String autoChildName, Canvas defaults)
autoChildName
.autoChildName
- name of an AutoChild to customize the defaults for.defaults
- Canvas defaults to apply. These defaults override any existing properties
without destroying or wiping out non-overridden properties. For usage tips on this
param, see SGWTProperties
.AutoChildUsage
public static void changeAutoChildDefaults(java.lang.String autoChildName, FormItem defaults)
autoChildName
.autoChildName
- name of an AutoChild to customize the defaults for.defaults
- FormItem defaults to apply. These defaults override any existing properties
without destroying or wiping out non-overridden properties. For usage tips on this
param, see SGWTProperties
.AutoChildUsage
public static void changePickerIconDefaults(FormItemIcon defaults)
public FormItemIcon getDecreaseIcon()
stacked mode
, the icon to decrease
the spinner's value (a down arrow by default). This icon is generated automatically using the com.smartgwt.client.types.AutoChild
pattern. For skinning purposes, decreaseIconDefaults
may be modified
using changeDefaults(). If sizes for the increase and decrease icons are not explicitly specified in their
autoChild configuration, they will be derived from the specified stackedIconsHeight
and stackedIconsWidth
properties.
See the
skinning overview
for details on how to provide a sprited image for these
icons.
This component is an AutoChild named "decreaseIcon". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
public void setDecreaseIconProperties(FormItemIcon decreaseIconProperties)
decreaseIcon
AutoChild of this SpinnerItem.decreaseIconProperties
- New decreaseIconProperties value. Default value is nullpublic FormItemIcon getIncreaseIcon()
stacked mode
, the icon to increase
the spinner's value (an up arrow by default). This icon is generated automatically using the com.smartgwt.client.types.AutoChild
pattern. For skinning purposes, increaseIconDefaults
may be modified
using changeDefaults(). If sizes for the increase and decrease icons are not explicitly specified in their
autoChild configuration, they will be derived from the specified stackedIconsHeight
and stackedIconsWidth
properties.
See the
skinning overview
for details on how to provide a sprited image for these
icons.
This component is an AutoChild named "increaseIcon". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
public void setIncreaseIconProperties(FormItemIcon increaseIconProperties)
increaseIcon
AutoChild of this SpinnerItem.increaseIconProperties
- New increaseIconProperties value. Default value is nullpublic void setMask(java.lang.String mask)
Note : This is an advanced setting
setMask
in class TextItem
mask
- New mask value. Default value is nullTextItem.setKeyPressFilter(java.lang.String)
,
Text - Masked Examplepublic java.lang.String getMask()
getMask
in class TextItem
TextItem.getKeyPressFilter()
,
Text - Masked Examplepublic void setMaskOverwriteMode(java.lang.Boolean maskOverwriteMode)
Note : This is an advanced setting
setMaskOverwriteMode
in class TextItem
maskOverwriteMode
- New maskOverwriteMode value. Default value is nullpublic java.lang.Boolean getMaskOverwriteMode()
getMaskOverwriteMode
in class TextItem
public void setMaskPadChar(java.lang.String maskPadChar)
Note : This is an advanced setting
setMaskPadChar
in class TextItem
maskPadChar
- New maskPadChar value. Default value is " "public java.lang.String getMaskPadChar()
getMaskPadChar
in class TextItem
public void setMaskPromptChar(java.lang.String maskPromptChar)
Note : This is an advanced setting
setMaskPromptChar
in class TextItem
maskPromptChar
- New maskPromptChar value. Default value is "_"public java.lang.String getMaskPromptChar()
getMaskPromptChar
in class TextItem
public void setMaskSaveLiterals(java.lang.Boolean maskSaveLiterals)
Note : This is an advanced setting
setMaskSaveLiterals
in class TextItem
maskSaveLiterals
- New maskSaveLiterals value. Default value is nullpublic java.lang.Boolean getMaskSaveLiterals()
getMaskSaveLiterals
in class TextItem
public void setMax(java.lang.Double max)
min
are both null or unspecified, then the nextValueHandler
and previousValueHandler
are used to increase or decrease the value and these handlers are also used to determine the maximum value.max
- New max value. Default value is nullpublic java.lang.Double getMax()
min
are both null or unspecified, then the nextValueHandler
and previousValueHandler
are used to increase or decrease the value and these handlers are also used to determine the maximum value.public void setMin(java.lang.Double min)
max
are both null or unspecified, then the nextValueHandler
and previousValueHandler
are used to increase or decrease the value and these handlers are also used to determine the minimum value.min
- New min value. Default value is nullpublic java.lang.Double getMin()
max
are both null or unspecified, then the nextValueHandler
and previousValueHandler
are used to increase or decrease the value and these handlers are also used to determine the minimum value.public void setStackedIconsHeight(java.lang.Integer stackedIconsHeight)
stacked icons mode
this property can
be used to specify the height of both the increase and decrease icon. Since the icons are stacked vertically, each icon
will be sized to half this specified value. If a height property is explicitly set for the icon via increaseIconProperties
, decreaseIconProperties
, or related
Defaults
property blocks, that will take precedence over any specified stackedIconsHeight. See also
stackedIconsWidth
.
stackedIconsHeight
- New stackedIconsHeight value. Default value is 18public java.lang.Integer getStackedIconsHeight()
stacked icons mode
this property can
be used to specify the height of both the increase and decrease icon. Since the icons are stacked vertically, each icon
will be sized to half this specified value. If a height property is explicitly set for the icon via increaseIconProperties
, decreaseIconProperties
, or related
Defaults
property blocks, that will take precedence over any specified stackedIconsHeight. See also
stackedIconsWidth
.
public void setStackedIconsWidth(java.lang.Integer stackedIconsWidth)
stacked icons mode
this property can
be used to specify the width of both the increase and decrease icon. If a width property is explicitly set for the
icon via increaseIconProperties
,
decreaseIconProperties
, or related
Defaults
property blocks, that will take precedence over any specified stackedIconsWidth. See also
stackedIconsHeight
.
stackedIconsWidth
- New stackedIconsWidth value. Default value is 16public java.lang.Integer getStackedIconsWidth()
stacked icons mode
this property can
be used to specify the width of both the increase and decrease icon. If a width property is explicitly set for the
icon via increaseIconProperties
,
decreaseIconProperties
, or related
Defaults
property blocks, that will take precedence over any specified stackedIconsWidth. See also
stackedIconsHeight
.
public void setStep(double step)
When providing a nextValueHandler
and/or previousValueHandler
,
the sign of the step value determines whether these handlers are expected to induce monotonically increasing or
decreasing functions.
step
- New step value. Default value is 1public double getStep()
When providing a nextValueHandler
and/or previousValueHandler
,
the sign of the step value determines whether these handlers are expected to induce monotonically increasing or
decreasing functions.
public FormItemIcon getUnstackedDecreaseIcon()
unstacked mode
, the icon to decrease
the SpinnerItem
's value. By default, "[SKIN]/DynamicForm/Spinner_decrease_icon.png"
is
stretched to an 18x18 icon.
When spriting
is enabled, this property will
not be used to locate an image, instead, the image is drawn via CSS based on the FormItemIcon.baseStyle
property.
This component is an AutoChild named "unstackedDecreaseIcon". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
public FormItemIcon getUnstackedIncreaseIcon()
unstacked mode
, the icon to increase
the SpinnerItem
's value. By default, "[SKIN]/DynamicForm/Spinner_increase_icon.png"
is
stretched to an 18x18 icon.
When spriting
is enabled, this property will
not be used to locate an image, instead, the image is drawn via CSS based on the FormItemIcon.baseStyle
property.
This component is an AutoChild named "unstackedIncreaseIcon". For an overview of how to use and
configure AutoChildren, see Using AutoChildren
.
public void setUnstackedPrintTextBoxStyle(java.lang.String unstackedPrintTextBoxStyle)
unstacked mode
, the base CSS class
name for the SpinnerItem
's text box element when printed. If unset, then unstackedTextBoxStyle
is used.unstackedPrintTextBoxStyle
- New unstackedPrintTextBoxStyle value. Default value is nullFormItemBaseStyle
,
Appearance overview and related methods
public java.lang.String getUnstackedPrintTextBoxStyle()
unstacked mode
, the base CSS class
name for the SpinnerItem
's text box element when printed. If unset, then unstackedTextBoxStyle
is used.FormItemBaseStyle
,
Appearance overview and related methods
public void setUnstackedReadOnlyTextBoxStyle(java.lang.String unstackedReadOnlyTextBoxStyle)
unstackedReadOnlyTextBoxStyle
- New unstackedReadOnlyTextBoxStyle value. Default value is nullFormItemBaseStyle
,
Appearance overview and related methods
public java.lang.String getUnstackedReadOnlyTextBoxStyle()
FormItemBaseStyle
,
Appearance overview and related methods
public void setUnstackedTextBoxStyle(java.lang.String unstackedTextBoxStyle)
unstacked mode
, the base CSS class
name for the SpinnerItem
's text box element. NOTE: See the CompoundFormItem_skinning
discussion for special skinning considerations.
unstackedTextBoxStyle
- New unstackedTextBoxStyle value. Default value is "textItem"FormItemBaseStyle
,
Appearance overview and related methods
public java.lang.String getUnstackedTextBoxStyle()
unstacked mode
, the base CSS class
name for the SpinnerItem
's text box element. NOTE: See the CompoundFormItem_skinning
discussion for special skinning considerations.
FormItemBaseStyle
,
Appearance overview and related methods
public void setWriteStackedIcons(java.lang.Boolean writeStackedIcons)
true
, the increase and decrease icons are stacked on top of each other, also called stacked
mode. When false
, the increase and decrease icons are placed on the same line as the
SpinnerItem
's text box, also called unstacked mode. When null
, a default setting depending on
isTouch
is used (for touch browsers, the default is
false
/unstacked mode). In stacked mode, increaseIcon
and decreaseIcon
control the appearance of the stacked
icons.
In unstacked mode, unstackedIncreaseIcon
and unstackedDecreaseIcon
control the appearance of the unstacked icons.
writeStackedIcons
- New writeStackedIcons value. Default value is nullAppearance overview and related methods
public java.lang.Boolean getWriteStackedIcons()
true
, the increase and decrease icons are stacked on top of each other, also called stacked
mode. When false
, the increase and decrease icons are placed on the same line as the
SpinnerItem
's text box, also called unstacked mode. When null
, a default setting depending on
isTouch
is used (for touch browsers, the default is
false
/unstacked mode). In stacked mode, increaseIcon
and decreaseIcon
control the appearance of the stacked
icons.
In unstacked mode, unstackedIncreaseIcon
and unstackedDecreaseIcon
control the appearance of the unstacked icons.
Appearance overview and related methods
public static void setDefaultProperties(SpinnerItem spinnerItemProperties)
Note: This method is intended for setting default attributes only and will affect all instances of the underlying class (including those automatically generated in JavaScript). This method should not be used to apply standard EventHandlers or override methods for a class - use a custom subclass instead. Calling this method after instances have been created can result in undefined behavior, since it bypasses any setters and a class instance may have already examined a particular property and not be expecting any changes through this route.
spinnerItemProperties
- properties that should be used as new defaults when instances of this class are createdSGWTProperties
public final void setMax(java.lang.Integer max)
public final void setMin(java.lang.Integer min)
public void setDefaultValue(java.lang.Double defaultValue)
FormItem
null
programmatically, it will be reverted to the defaultValue
. Developers
should use the values
object if their intention
is to provide an initial value for a field in a form rather than a value to use in place of null
.setDefaultValue
in class FormItem
defaultValue
- defaultValue Default value is nullpublic void setDefaultValue(java.lang.Integer defaultValue)
FormItem
null
programmatically, it will be reverted to the defaultValue
. Developers
should use the values
object if their intention
is to provide an initial value for a field in a form rather than a value to use in place of null
.setDefaultValue
in class FormItem
defaultValue
- defaultValue Default value is nullpublic void setNextValueHandler(NextValueHandler handler)
min
and
max
are both null
or unspecified, the nextValueHandler is used to get the next higher value from the
currentValue. The default implementation returns (currentValue + step).
To indicate that the given currentValue is the maximum value, return currentValue again.
Implementations should expect to be passed any value for currentValue. Also, if
step
is non-negative,
the nextValueHandler must induce a monotonically increasing (non-decreasing) function;
otherwise, the nextValueHandler must induce a monotonically decreasing function.
public void setPreviousValueHandler(PreviousValueHandler handler)
min
and
max
are both null
or unspecified, the previousValueHandler is used to get the previous lower value from the
currentValue. The default implementation returns (currentValue + step)
because the step parameter is based on the opposite of
this.step
.
To indicate that the given currentValue is the minimum value, return currentValue again.
Implementations should expect to be passed any value for currentValue. Also, if
step
is non-negative,
the previousValueHandler must induce a monotonically decreasing (non-increasing) function;
otherwise, the previousValueHandler must induce a monotonically increasing function.