public class SpinnerItem extends TextItem
FormItem.CustomStateGetter, FormItem.StateCustomizerconfigOnly, scClassName, warnOnEditorTypeConversion, warnOnEditorTypeConversionDefaultidfactoryCreated, 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 modethis property can
 be used to specify the height of both the increase and decrease icon. | 
| java.lang.Integer | getStackedIconsWidth()In  stacked icons modethis 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
 theSpinnerItem's value. | 
| FormItemIcon | getUnstackedIncreaseIcon()In  unstacked mode, the icon to increase
 theSpinnerItem's value. | 
| java.lang.String | getUnstackedPrintTextBoxStyle()In  unstacked mode, the base CSS class
 name for theSpinnerItem's text box element when printed. | 
| java.lang.String | getUnstackedReadOnlyTextBoxStyle() | 
| java.lang.String | getUnstackedTextBoxStyle()In  unstacked mode, the base CSS class
 name for theSpinnerItem'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. | 
| SpinnerItem | setDecreaseIconProperties(FormItemIcon decreaseIconProperties)FormItemIcon properties applied to the  decreaseIconAutoChild 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. | 
| SpinnerItem | setIncreaseIconProperties(FormItemIcon increaseIconProperties)FormItemIcon properties applied to the  increaseIconAutoChild of this SpinnerItem. | 
| SpinnerItem | setMask(java.lang.String mask)Not applicable to a SpinnerItem. | 
| SpinnerItem | setMaskOverwriteMode(java.lang.Boolean maskOverwriteMode)Not applicable to a SpinnerItem. | 
| SpinnerItem | setMaskPadChar(java.lang.String maskPadChar)Not applicable to a SpinnerItem. | 
| SpinnerItem | setMaskPromptChar(java.lang.String maskPromptChar)Not applicable to a SpinnerItem. | 
| SpinnerItem | setMaskSaveLiterals(java.lang.Boolean maskSaveLiterals)Not applicable to a SpinnerItem. | 
| SpinnerItem | setMax(double max) | 
| SpinnerItem | setMax(java.lang.Double max)Maximum valid value for this item. | 
| SpinnerItem | setMax(java.lang.Integer max) | 
| SpinnerItem | setMin(double min) | 
| SpinnerItem | setMin(java.lang.Double min)Minimum valid value for this item. | 
| SpinnerItem | setMin(java.lang.Integer min) | 
| void | setNextValueHandler(NextValueHandler handler) | 
| void | setPreviousValueHandler(PreviousValueHandler handler) | 
| SpinnerItem | setStackedIconsHeight(java.lang.Integer stackedIconsHeight)In  stacked icons modethis property can
 be used to specify the height of both the increase and decrease icon. | 
| SpinnerItem | setStackedIconsWidth(java.lang.Integer stackedIconsWidth)In  stacked icons modethis property can
 be  used to specify the width of both the increase and decrease icon. | 
| SpinnerItem | setStep(double step)How much should the value be incremented / decremented when the user hits the icons to increase / decrease the value? | 
| SpinnerItem | setStep(java.lang.Double step) | 
| SpinnerItem | setStep(java.lang.Integer step) | 
| SpinnerItem | setUnstackedPrintTextBoxStyle(java.lang.String unstackedPrintTextBoxStyle)In  unstacked mode, the base CSS class
 name for theSpinnerItem's text box element when printed. | 
| SpinnerItem | setUnstackedReadOnlyTextBoxStyle(java.lang.String unstackedReadOnlyTextBoxStyle) | 
| SpinnerItem | setUnstackedTextBoxStyle(java.lang.String unstackedTextBoxStyle)In  unstacked mode, the base CSS class
 name for theSpinnerItem's text box element. | 
| SpinnerItem | 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, getShowInputElement, getSupportsCutPasteEvents, getSuppressBrowserClearIcon, 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, setShowInputElement, setSupportsCutPasteEvents, setSuppressBrowserClearIcon, 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, getDefaultOperator, getDestroyed, getDisabled, getDisabledHover, 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, getHoverFocusKey, getHoverHeight, getHoverHeightAsString, getHoverOpacity, getHoverPersist, getHoverStyle, getHoverVAlign, getHoverWidth, getHoverWidthAsString, getIcon, getIconHeight, getIconHSpace, getIconPageRect, getIconPrompt, getIconRect, getIcons, getIconTabPosition, getIconVAlign, getIconWidth, getID, getImageURLPrefix, getImageURLSuffix, getImplicitSave, getImplicitSaveOnBlur, getInputFormat, getLeft, getLinearColSpan, getLinearColSpanAsString, getLinearEndRow, getLinearEndRowAsString, getLinearStartRow, getLinearStartRowAsString, getLinearWidth, getLinearWidthAsString, getListGrid, getLoadingDisplayValue, getLocateItemBy, getMinHintWidth, getMultiple, getMultipleValueSeparator, getName, getNullOriginalValueText, getOperator, getOptionCriteria, getOptionDataSource, getOptionDataSourceAsString, getOptionFilterContext, getOptionOperationId, getOptionTextMatchStyle, getOriginalValueMessage, getPageLeft, getPageRect, getPageTop, getPaletteDefaults, getPicker, getPickerIcon, getPickerIcon, getPickerIconHeight, getPickerIconName, getPickerIconPrompt, getPickerIconProperties, getPickerIconSrc, getPickerIconStyle, getPickerIconTabPosition, getPickerIconWidth, getPixelHeight, getPixelWidth, getPrintReadOnlyTextBoxStyle, getPrintTextBoxStyle, getPrintTitleStyle, getPrompt, getReadOnlyCanSelectText, getReadOnlyControlStyle, 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, getShowImageAsURL, getShowOldValueInHover, getShowOver, getShowOverIcons, getShowPending, getShowPickerIcon, getShowPickerIconOnFocus, getShowRTL, getShowTitle, getShowValueIconOnly, getStartRow, getStaticHeight, getStopOnError, getStoreDisplayValues, 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, getValueAsFloat, getValueAsInteger, getValueAsLong, getValueAsRecordList, getValueDeselectedCSSText, getValueField, getValueFieldName, getValueIconHeight, getValueIconLeftPadding, getValueIconRightPadding, getValueIconSize, getValueIconWidth, getValueMap, getValueMapAsArray, getVisible, getVisibleHeight, getVisibleTitleWidth, getVisibleWhen, getVisibleWidth, getWarnOnEditorTypeConversion, getWarnOnEditorTypeConversionDefault, getWidth, getWidthAsString, getWrapHintText, getWrapStaticValue, getWrapTitle, handleWarnOnEditorTypeConversion, hasAdvancedCriteria, hasErrors, hide, hideIcon, invalidateDisplayValueCache, isConfigOnly, isCreated, isCutEvent, isDisabled, isDrawn, isFocused, isInGrid, isPasteEvent, isVisible, linkToInstanceUponCreate, mapDisplayToValue, mapValueToDisplay, mapValueToDisplay, mapValueToDisplay, redraw, redraw, removeIcon, selectedRecordChanged, 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, setDefaultOperator, setDefaultProperties, setDefaultValue, setDefaultValue, setDefaultValue, setDefaultValue, setDefaultValue, setDisabled, setDisabledHover, 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, setHoverFocusKey, setHoverHeight, setHoverHeight, setHoverOpacity, setHoverPersist, setHoverStyle, setHoverVAlign, setHoverWidth, setHoverWidth, setIconDisabled, setIconHeight, setIconHSpace, setIconPrompt, setIcons, setIconShowOnFocus, setIconVAlign, setIconWidth, setID, setImageURLPrefix, setImageURLSuffix, setImplicitSave, setImplicitSaveOnBlur, setInitHandler, setInputFormat, setInputTransformer, setItemHoverFormatter, setItemTitleHoverFormatter, setItemValueHoverFormatter, setJavaScriptObject, setLeft, setLinearColSpan, setLinearColSpan, setLinearEndRow, setLinearEndRow, setLinearStartRow, setLinearStartRow, setLinearWidth, setLinearWidth, setLoadingDisplayValue, setLocateItemBy, setMinHintWidth, setMultiple, setMultipleValueSeparator, setName, setNullOriginalValueText, setNullProperty, setOperator, setOptionCriteria, setOptionDataSource, setOptionDataSource, setOptionFilterContext, setOptionOperationId, setOptionTextMatchStyle, setOriginalValueMessage, setPickerIconHeight, setPickerIconName, setPickerIconPrompt, setPickerIconProperties, setPickerIconSrc, setPickerIconStyle, setPickerIconWidth, setPrintReadOnlyTextBoxStyle, setPrintTextBoxStyle, setPrintTitleStyle, setPrompt, setProperty, setProperty, setProperty, setProperty, setProperty, setReadOnlyCanSelectText, setReadOnlyControlStyle, 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, setShowImageAsURL, setShowOldValueInHover, setShowOver, setShowOverIcons, setShowPending, setShowPickerIcon, setShowPickerIconOnFocus, setShowRTL, setShowTitle, setShowValueIconOnly, setStartRow, setStateCustomizer, setStaticHeight, setStopOnError, setStoreDisplayValues, 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, setWrapStaticValue, setWrapTitle, shouldApplyHeightToTextBox, shouldSaveOnEnter, shouldStopKeyPressBubbling, show, showIcon, showPicker, stopHover, storeValue, storeValue, updateState, validate, valueClippedgetRef, getRef, internalSetIDapplyFactoryProperties, doAddHandler, fireEvent, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsIntArray, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreatedpublic 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.AutoChildUsagepublic 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.AutoChildUsagepublic 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 SpinnerItem setDecreaseIconProperties(FormItemIcon decreaseIconProperties)
decreaseIcon AutoChild of this SpinnerItem.decreaseIconProperties - New decreaseIconProperties value. Default value is nullSpinnerItem instance, for chaining setter callspublic 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 SpinnerItem setIncreaseIconProperties(FormItemIcon increaseIconProperties)
increaseIcon AutoChild of this SpinnerItem.increaseIconProperties - New increaseIconProperties value. Default value is nullSpinnerItem instance, for chaining setter callspublic SpinnerItem setMask(java.lang.String mask)
Note : This is an advanced setting
setMask in class TextItemmask - New mask value. Default value is nullSpinnerItem instance, for chaining setter callsTextItem.setKeyPressFilter(java.lang.String), 
Text - Masked Examplepublic java.lang.String getMask()
getMask in class TextItemTextItem.getKeyPressFilter(), 
Text - Masked Examplepublic SpinnerItem setMaskOverwriteMode(java.lang.Boolean maskOverwriteMode)
Note : This is an advanced setting
setMaskOverwriteMode in class TextItemmaskOverwriteMode - New maskOverwriteMode value. Default value is nullSpinnerItem instance, for chaining setter callspublic java.lang.Boolean getMaskOverwriteMode()
getMaskOverwriteMode in class TextItempublic SpinnerItem setMaskPadChar(java.lang.String maskPadChar)
Note : This is an advanced setting
setMaskPadChar in class TextItemmaskPadChar - New maskPadChar value. Default value is " "SpinnerItem instance, for chaining setter callspublic java.lang.String getMaskPadChar()
getMaskPadChar in class TextItempublic SpinnerItem setMaskPromptChar(java.lang.String maskPromptChar)
Note : This is an advanced setting
setMaskPromptChar in class TextItemmaskPromptChar - New maskPromptChar value. Default value is "_"SpinnerItem instance, for chaining setter callspublic java.lang.String getMaskPromptChar()
getMaskPromptChar in class TextItempublic SpinnerItem setMaskSaveLiterals(java.lang.Boolean maskSaveLiterals)
Note : This is an advanced setting
setMaskSaveLiterals in class TextItemmaskSaveLiterals - New maskSaveLiterals value. Default value is nullSpinnerItem instance, for chaining setter callspublic java.lang.Boolean getMaskSaveLiterals()
getMaskSaveLiterals in class TextItempublic SpinnerItem 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 nullSpinnerItem instance, for chaining setter callspublic 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 SpinnerItem 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 nullSpinnerItem instance, for chaining setter callspublic 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 SpinnerItem 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 18SpinnerItem instance, for chaining setter callspublic 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 SpinnerItem 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 16SpinnerItem instance, for chaining setter callspublic 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 SpinnerItem 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 1SpinnerItem instance, for chaining setter callspublic 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 SpinnerItem 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 nullSpinnerItem instance, for chaining setter callsFormItemBaseStyle, 
Appearance overview and related methodspublic 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 methodspublic SpinnerItem setUnstackedReadOnlyTextBoxStyle(java.lang.String unstackedReadOnlyTextBoxStyle)
unstackedReadOnlyTextBoxStyle - New unstackedReadOnlyTextBoxStyle value. Default value is nullSpinnerItem instance, for chaining setter callsFormItemBaseStyle, 
Appearance overview and related methodspublic java.lang.String getUnstackedReadOnlyTextBoxStyle()
FormItemBaseStyle, 
Appearance overview and related methodspublic SpinnerItem 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"SpinnerItem instance, for chaining setter callsFormItemBaseStyle, 
Appearance overview and related methodspublic 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 methodspublic SpinnerItem 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 nullSpinnerItem instance, for chaining setter callsAppearance overview and related methodspublic 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 methodspublic 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 createdSGWTPropertiespublic final SpinnerItem setMax(java.lang.Integer max)
public final SpinnerItem setMin(java.lang.Integer min)
public final SpinnerItem setStep(java.lang.Integer step)
public final SpinnerItem setStep(java.lang.Double step)
public final SpinnerItem setMin(double min)
public final SpinnerItem setMax(double max)
public void setDefaultValue(java.lang.Double defaultValue)
FormItemnull 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 FormItemdefaultValue - defaultValue Default value is nullpublic void setDefaultValue(java.lang.Integer defaultValue)
FormItemnull 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 FormItemdefaultValue - 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.