public interface UiWidgetLongField extends UiWidgetTextualInputField<Long>, UiWidgetRangeField<Long>, UiWidgetNative
input field widget
that represents a Long
field. Such field allows to enter a value of the type Long
. For advanced usability the widget shall be a so
called spin box that has small arrows to increase and decrease the current value. However, this widget
exists in order to expose native support for this feature (that might have advanced features or better performance).
If this is not available by the underlying native toolkit, an implementation shall be provided that is based on
UiWidgetTextField
.STYLE_FIELD, STYLE_LABEL, STYLE_MANDATORY, STYLE_VIEW
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
PROPERTY_LABEL
ACCESS_KEY_NONE, HTML_ATTRIBUTE_ACCESS_KEY
setMaximumTextLength
getMaximumTextLength
getLabel, getLabelWidget, setLabel
getChild, getChild
getChildCount, getChildIndex
getStyles
getPrimaryStyle
getValue
getValueAndValidate, getValueDirect
addChangeHandler, removeChangeHandler
addValidatorMandatory, isMandatory
addValidator, removeValidator
setValueAsString
getValueAsString
setValidationFailure
getValidationFailure
setTrimValue
isTrimValue
setAccessKey
getAccessKey
addFocusHandler, removeFocusHandler
isFocused
setFocused
setMinimumValue
getMinimumValue
setMaximumValue
getMaximumValue
Copyright © 2001–2016 mmm-Team. All rights reserved.