public class UiWidgetDoubleFieldGwt extends AbstractUiWidgetDoubleField<UiWidgetAdapterGwtDoubleField>
UiWidgetDoubleField
using GWT based on
UiWidgetAdapterGwtDoubleField
.Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetDoubleFieldGwt.Factory
This inner class is the
factory for this widget. |
AbstractUiWidgetNative.SizeImpl
AbstractUiWidget.AccessHelper, AbstractUiWidget.EventSender, AbstractUiWidget.HandlerContainer
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
Constructor and Description |
---|
UiWidgetDoubleFieldGwt(UiContext context,
UiWidgetAdapterGwtDoubleField widgetAdapter)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected UiWidgetAdapterGwtDoubleField |
createWidgetAdapter()
This method creates the
widget adapter . |
getValueClass
doValidate, getMaximumValue, getMinimumValue, initializeWidgetAdapter, setMaximumValue, setMinimumValue
getMaximumTextLength, setMaximumTextLength
clearValidationFailure, convertFromValue, convertToValue, doGetValue, doSetValue, getLabel, getLabelWidget, getNullValue, getSource, getValidationFailure, getValueAsString, getValueDirect, isTrimValue, setId, setLabel, setMandatory, setTrimValue, setValidationFailure, setValue, setValueAsString, setVisible, toString
addFocusHandler, getAccessKey, isFocused, onAccessKeyPressed, removeFocusHandler, setAccessKey, setFocused, setFocused
addChangeHandler, addStyle, clearMessages, clearValidity, createSize, createUniqueId, dispose, doSetMode, getAriaRole, getAriaRoleFixedType, getChild, getChild, getChildCount, getChildIndex, getId, getIndexOfStyle, getMode, getModeFixed, getParent, getPrimaryStyle, getSize, getStyles, getTooltip, getVisibleFlag, getWidgetAdapter, getWidgetAdapter, hasStyle, hasWidgetAdapter, isDisposed, isEnabled, isModifiedRecursive, isVisible, isVisibleRecursive, removeChangeHandler, removeFromParent, removeStyle, setAriaRole, setEnabled, setIdPrefix, setMode, setMode, setModeFixed, setParent, setPrimaryStyle, setStyles, setTooltip, setVisible, visibilityChanged
addEventHandler, addValidator, clearMessagesLocal, convertValueToString, fireEvent, fireValueChange, getBasicUtil, getContext, getDataBinding, getDataBinding, getDataBindingForWidget, getEventSender, getFactory, getLogger, getObserverSource, getOriginalValue, getRecentValue, getValueOrException, getWidgetAdapter, hasEventSender, isMandatory, isModified, removeEventHandler, removeFromParent, removeValidator, setModified, setParent
addValidatorMandatory, createValidationFailure, getValue, getValueAndValidate, handleGetValueError, resetValue, setValue, setValueForUser, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
public UiWidgetDoubleFieldGwt(UiContext context, UiWidgetAdapterGwtDoubleField widgetAdapter)
context
- is the context
.widgetAdapter
- is the widget adapter
. Typically null
for
lazy initialization.protected UiWidgetAdapterGwtDoubleField createWidgetAdapter()
widget adapter
. createWidgetAdapter
in class AbstractUiWidgetNative<UiWidgetAdapterGwtDoubleField,Double>
underlying widget
.Copyright © 2001–2016 mmm-Team. All rights reserved.