WIDGET
- is the generic type of AbstractUiWidgetAdapter.getToplevelWidget()
.VALUE
- is the generic type of the changed value.ADAPTER_VALUE
- is the generic type of the value
of the adapted
widget
.public abstract class UiWidgetAdapterGwtFieldFocusWidgetBase<WIDGET extends com.google.gwt.user.client.ui.FocusWidget & com.google.gwt.event.dom.client.HasChangeHandlers,VALUE,ADAPTER_VALUE> extends UiWidgetAdapterGwtField<WIDGET,VALUE,ADAPTER_VALUE>
UiWidgetAdapterField
using GWT based on FocusWidget
and HasChangeHandlers
.TAB_INDEX_NONE
HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
WAI_ARIA
ACCESS_KEY_NONE, HTML_ATTRIBUTE_ACCESS_KEY
PROPERTY_LABEL
ATTRIBUTE_COLSPAN
Constructor and Description |
---|
UiWidgetAdapterGwtFieldFocusWidgetBase()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.gwt.user.client.ui.Focusable |
getWidgetAsFocusable() |
protected com.google.gwt.event.dom.client.HasAllFocusHandlers |
getWidgetAsHasAllFocusHandlers() |
protected com.google.gwt.event.dom.client.HasChangeHandlers |
getWidgetAsHasChangeHandlers() |
protected com.google.gwt.event.dom.client.HasKeyPressHandlers |
getWidgetAsKeyPressHandlers() |
void |
setEnabled(boolean enabled)
This method sets the
enabled status of this object. |
applyEventAdapterForChange, attachActiveWidget, convertValueToString, createActiveWidget, createToplevelWidget, createViewWidget, getActiveWidget, getInputElement, getMaximumValue, getMinimumValue, getValue, getValueAsString, getWidgetAsTakesValue, getWidgetAsTakesValueString, getWidgetViewMode, setAdapterValueInViewMode, setMode, setValidationFailure, setValue, setValueAsString, setValueInViewMode, updateWidgetViewMode
applyEventAdapterForClick, applyEventAdapterForFocus, getKeyboardFilter, getWidgetAsHasBlurHandlers, getWidgetAsHasFocusHandlers, setAccessKey, setClickEventSender, setFocused, setKeyboardFilter
dispose, removeFromParent
addHandlerRegistration, addStyle, createAbsoluteImageUrl, createEventAdapter, getHeightInPixel, getImage, getImageParentElement, getLength, getSizeElement, getToplevelWidget, getToplevelWidget, getWidthInPixel, isStyleDeltaSupported, removeStyle, setAttribute, setId, setImage, setLength, setPrimaryStyle, setStyles, setTooltip, setVisible
applyEventAdapter, applyEventAdapterForSelection, getEventAdapter, setEventSender
createLabel, getAccessKey, getAltText, getAttribute, getBundle, getColumnSpan, getContext, getHeightInRows, getId, getLabel, getMaximumTextLength, getPrimaryStyle, getSelectionMode, getStyles, getTitle, getTooltip, getToplevelWidget, getUiWidget, getUiWidgetTyped, getUrl, getValidationFailure, hasStyle, isDisposed, isEnabled, isFocused, isResizable, setParent, setUiWidget
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAbsoluteImageUrl, createLabel, getToplevelWidget, isStyleDeltaSupported, removeFromParent, setEventSender, setParent, setVisible
setId
getId
setTooltip
getTooltip
isEnabled
addStyle, removeStyle
hasStyle
setStyles
getStyles
setPrimaryStyle
getPrimaryStyle
dispose
isDisposed
setLength
getLength
getHeightInPixel, getWidthInPixel
getAttribute
setAttribute
isFocused
setFocused
setAccessKey
getAccessKey
getValidationFailure
public UiWidgetAdapterGwtFieldFocusWidgetBase()
public final void setEnabled(boolean enabled)
enabled
status of this object. If it is disabled, the user can
not interact with the object.enabled
- - if true
the object will be enabled, else the object will be disabled.protected final com.google.gwt.user.client.ui.Focusable getWidgetAsFocusable()
getWidgetAsFocusable
in class UiWidgetAdapterGwtWidgetActive<com.google.gwt.user.client.ui.Widget>
widget
as Focusable
or null
if NOT
supported.protected final com.google.gwt.event.dom.client.HasAllFocusHandlers getWidgetAsHasAllFocusHandlers()
getWidgetAsHasAllFocusHandlers
in class UiWidgetAdapterGwtWidgetActive<com.google.gwt.user.client.ui.Widget>
widget
as HasAllFocusHandlers
or null
if
NOT supported.protected final com.google.gwt.event.dom.client.HasKeyPressHandlers getWidgetAsKeyPressHandlers()
getWidgetAsKeyPressHandlers
in class UiWidgetAdapterGwtWidgetActive<com.google.gwt.user.client.ui.Widget>
widget
as HasKeyPressHandlers
or null
if
NOT supported.protected final com.google.gwt.event.dom.client.HasChangeHandlers getWidgetAsHasChangeHandlers()
getWidgetAsHasChangeHandlers
in class UiWidgetAdapterGwtField<WIDGET extends com.google.gwt.user.client.ui.FocusWidget & com.google.gwt.event.dom.client.HasChangeHandlers,VALUE,ADAPTER_VALUE>
widget
as HasChangeHandlers
or null
if NOT
supported.Copyright © 2001–2016 mmm-Team. All rights reserved.