public class SpinnerItem extends TextItem
FormItem.CustomStateGetter, FormItem.StateCustomizer
scClassName, warnOnEditorTypeConversion, warnOnEditorTypeConversionDefault
id
factoryCreated, factoryProperties, readOnly
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,
DrawItem defaults)
Changes the defaults for DrawItem 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) |
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 |
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, addIconClickHandler, addIconKeyPressHandler, addItemHoverHandler, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addPendingStatusChangedHandler, addPickerIconClickHandler, addTitleClickHandler, addTitleDoubleClickHandler, addTitleHoverHandler, addValueHoverHandler, addValueIconClickHandler, asSGWTComponent, blurItem, canEditCriterion, clearErrors, clearValue, disable, disableIcon, enable, enableIcon, error, error, errorIfNotCreated, focusInItem, getAccessKey, getAlign, getAllowExpressions, getAlwaysFetchMissingValues, getApplyAlignToText, getApplyHeightToTextBox, getAriaRole, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsObject, getAttributeAsString, getAutoComplete, getBrowserSpellCheck, getCanEdit, getCanEditOpaqueValues, getCanFocus, getCanSelectText, 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, getFullDataPath, getGlobalTabIndex, getGridColNum, getGridRowNum, getHeight, getHeightAsString, getHidden, getHintStyle, getHoverAlign, getHoverDelay, getHoverHeight, getHoverOpacity, getHoverStyle, getHoverVAlign, getHoverWidth, getIcon, getIconHeight, getIconHSpace, getIconPageRect, getIconPrompt, getIconRect, getIconVAlign, getIconWidth, getImageURLPrefix, getImageURLSuffix, getImplicitSave, getImplicitSaveOnBlur, getInputFormat, getLeft, getLoadingDisplayValue, getLocateItemBy, getMultipleValueSeparator, getName, getOperator, getOptionCriteria, getOptionFilterContext, getOptionOperationId, getOriginalValueMessage, getPageLeft, getPageRect, getPageTop, getPicker, getPickerIconHeight, getPickerIconName, getPickerIconPrompt, getPickerIconProperties, getPickerIconSrc, getPickerIconStyle, getPickerIconWidth, getPixelHeight, getPixelWidth, getPrintTextBoxStyle, getPrintTitleStyle, getPrompt, getReadOnlyDisplay, getReadOnlyHover, getReadOnlyTextBoxStyle, getRect, getRedrawOnChange, getRejectInvalidValueOnChange, getRequired, getRequiredMessage, getRowSpan, getScClassName, getSelectedRecord, getShouldSaveValue, getShowClippedTitleOnHover, getShowClippedValueOnHover, getShowDeletions, getShowDisabled, getShowErrorIcon, getShowErrorStyle, getShowErrorText, getShowFocused, getShowFocusedErrorState, getShowFocusedIcons, getShowFocusedPickerIcon, getShowHint, getShowIcons, getShowOldValueInHover, getShowOverIcons, getShowPending, getShowPickerIcon, getShowRTL, getShowTitle, getShowValueIconOnly, getStartRow, getStaticHeight, getStopOnError, getSuppressValueIcon, getSynchronousValidation, getTabIndex, getTextAlign, getTimeFormatter, getTitle, getTitleAlign, getTitleColSpan, getTitleOrientation, getTitleStyle, getTitleVAlign, getTooltip, getTop, getType, getUseDisabledHintStyleForReadOnly, getValidateOnChange, getValidateOnExit, getValidOperators, getVAlign, getValue, getValueAsRecordList, getValueDeselectedCSSText, getValueField, getValueFieldName, getValueIconHeight, getValueIconLeftPadding, getValueIconRightPadding, getValueIconSize, getValueIconWidth, getVisible, getVisibleHeight, getVisibleTitleWidth, getVisibleWidth, getWarnOnEditorTypeConversion, getWarnOnEditorTypeConversionDefault, getWidth, getWidthAsString, getWrapTitle, handleWarnOnEditorTypeConversion, hasAdvancedCriteria, hasErrors, hide, hideIcon, invalidateDisplayValueCache, isCreated, isCutEvent, isDisabled, isDrawn, isFocused, isInGrid, isPasteEvent, isVisible, linkToInstanceUponCreate, mapDisplayToValue, mapValueToDisplay, mapValueToDisplay, mapValueToDisplay, redraw, redraw, setAccessKey, setAlign, setAllowExpressions, setAlwaysFetchMissingValues, 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, setBrowserSpellCheck, setCanEdit, setCanEditCriterionPredicate, setCanEditOpaqueValues, setCanFocus, setCanSelectText, setCellHeight, setCellStyle, setClipStaticValue, setClipTitle, setColSpan, setColSpan, 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, setGlobalTabIndex, setHeight, setHeight, setHidden, setHint, setHintStyle, setHoverAlign, setHoverDelay, setHoverHeight, setHoverOpacity, setHoverStyle, setHoverVAlign, setHoverWidth, setIconDisabled, setIconHeight, setIconHSpace, setIconPrompt, setIcons, setIconVAlign, setIconWidth, setImageURLPrefix, setImageURLSuffix, setImplicitSave, setImplicitSaveOnBlur, setInitHandler, setInputFormat, setInputTransformer, setItemHoverFormatter, setItemTitleHoverFormatter, setItemValueHoverFormatter, setJavaScriptObject, setLeft, setLoadingDisplayValue, setLocateItemBy, setMultipleValueSeparator, setName, setNullProperty, setOperator, setOptionCriteria, setOptionDataSource, setOptionFilterContext, setOptionOperationId, setOriginalValueMessage, setPickerIconHeight, setPickerIconName, setPickerIconPrompt, setPickerIconProperties, setPickerIconSrc, setPickerIconStyle, setPickerIconWidth, setPrintTextBoxStyle, setPrintTitleStyle, setPrompt, setProperty, setProperty, setProperty, setProperty, setProperty, setReadOnlyDisplay, setReadOnlyHover, setReadOnlyTextBoxStyle, setRedrawOnChange, setRejectInvalidValueOnChange, setRequired, setRequiredMessage, setRowSpan, setScClassName, setShouldSaveValue, setShowClippedTitleOnHover, setShowClippedValueOnHover, setShowDeletions, setShowDisabled, setShowErrorIcon, setShowErrorStyle, setShowErrorText, setShowFocused, setShowFocusedErrorState, setShowFocusedIcons, setShowFocusedPickerIcon, setShowHint, setShowIcons, setShowIfCondition, setShowOldValueInHover, setShowOverIcons, setShowPending, setShowPickerIcon, setShowRTL, setShowTitle, setShowValueIconOnly, setStartRow, setStateCustomizer, setStaticHeight, setStopOnError, setSuppressValueIcon, setSynchronousValidation, setTabIndex, setTextAlign, setTimeFormatter, setTitle, setTitleAlign, setTitleColSpan, setTitleHoverFormatter, setTitleOrientation, setTitleStyle, setTitleVAlign, setTooltip, setTop, setType, setUseDisabledHintStyleForReadOnly, 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, setWarnOnEditorTypeConversion, setWarnOnEditorTypeConversionDefault, setWidth, setWidth, 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, getReadOnly, isFactoryCreated, logConfiguration, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated, setReadOnly
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 changeAutoChildDefaults(java.lang.String autoChildName, DrawItem defaults)
autoChildName
.autoChildName
- name of an AutoChild to customize the defaults for.defaults
- DrawItem 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). 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.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
public void setDecreaseIconProperties(FormItemIcon decreaseIconProperties)
decreaseIcon
AutoChild of this SpinnerItem.decreaseIconProperties
- Default value is nullpublic FormItemIcon getIncreaseIcon()
stacked mode
, the icon to increase
the spinner's value (an up arrow by default). 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.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
public void setIncreaseIconProperties(FormItemIcon increaseIconProperties)
increaseIcon
AutoChild of this SpinnerItem.increaseIconProperties
- Default value is nullpublic void setMask(java.lang.String mask)
Note : This is an advanced setting
setMask
in class TextItem
mask
- 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
- 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
- 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
- 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
- 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
- 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
- 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 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
- 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.
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.
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
- See FormItemBaseStyle
. Default value is nullAppearance 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
- See FormItemBaseStyle
. Default value is nullAppearance 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
- See FormItemBaseStyle
. Default value is "textItem"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
- 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.