public class MaterialValueBox<T> extends AbstractValueWidget<T> implements com.google.gwt.event.dom.client.HasChangeHandlers, com.google.gwt.user.client.ui.HasName, com.google.gwt.i18n.shared.HasDirectionEstimator, com.google.gwt.user.client.ui.HasText, com.google.gwt.i18n.client.AutoDirectionHandler.Target, com.google.gwt.editor.client.IsEditor<com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T>>, HasIcon, HasInputType, HasPlaceholder, HasCounter, HasReadOnly, HasActive
<m:MaterialTextBox placeholder="First Name" />
| Modifier and Type | Class and Description |
|---|---|
class |
MaterialValueBox.MaterialValueBoxEditor<V> |
MaterialWidget.Featurecom.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledcom.google.gwt.i18n.client.HasDirection.Directioncom.google.gwt.editor.client.Editor.Ignore, com.google.gwt.editor.client.Editor.Path| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.user.client.ui.ValueBoxBase<T> |
valueBoxBase |
$thisTYPE| Modifier | Constructor and Description |
|---|---|
protected |
MaterialValueBox() |
|
MaterialValueBox(com.google.gwt.user.client.ui.ValueBoxBase<T> tValueBox) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addBlurHandler(com.google.gwt.event.dom.client.BlurHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addClickHandler(com.google.gwt.event.dom.client.ClickHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addDoubleClickHandler(com.google.gwt.event.dom.client.DoubleClickHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addDragEndHandler(DragEndEvent.DragEndHandler handler)
Add a drag end handler to target element
|
com.google.gwt.event.shared.HandlerRegistration |
addDragEnterHandler(DragEnterEvent.DragEnterHandler handler)
Add Drag Enter handler
|
com.google.gwt.event.shared.HandlerRegistration |
addDragLeaveHandler(DragLeaveEvent.DragLeaveHandler handler)
Add Drag Leave handler
|
com.google.gwt.event.shared.HandlerRegistration |
addDragMoveHandler(DragMoveEvent.DragMoveHandler handler)
Add a drag move handler to target element
|
com.google.gwt.event.shared.HandlerRegistration |
addDragOverHandler(DragOverEvent.DragOverHandler handler)
Add a drag over handler to the target element
|
com.google.gwt.event.shared.HandlerRegistration |
addDragStartHandler(DragStartEvent.DragStartHandler handler)
Add a drag start handler to target element
|
com.google.gwt.event.shared.HandlerRegistration |
addDropActivateHandler(DropActivateEvent.DropActivateHandler handler)
Add Drop Activate handler
|
com.google.gwt.event.shared.HandlerRegistration |
addDropDeactivateHandler(DropDeactivateEvent.DropDeactivateHandler handler)
Add Drop Deactivate handler
|
com.google.gwt.event.shared.HandlerRegistration |
addDropHandler(DropEvent.DropHandler handler)
Add Drop handler
|
com.google.gwt.event.shared.HandlerRegistration |
addFocusHandler(com.google.gwt.event.dom.client.FocusHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addGestureChangeHandler(com.google.gwt.event.dom.client.GestureChangeHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addGestureEndHandler(com.google.gwt.event.dom.client.GestureEndHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addGestureStartHandler(com.google.gwt.event.dom.client.GestureStartHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addTouchCancelHandler(com.google.gwt.event.dom.client.TouchCancelHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addTouchEndHandler(com.google.gwt.event.dom.client.TouchEndHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addTouchMoveHandler(com.google.gwt.event.dom.client.TouchMoveHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addTouchStartHandler(com.google.gwt.event.dom.client.TouchStartHandler handler) |
void |
addValueBox(com.google.gwt.user.client.ui.ValueBoxBase<T> widget)
Deprecated.
|
com.google.gwt.event.shared.HandlerRegistration |
addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<T> handler) |
com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T> |
asEditor() |
com.google.gwt.user.client.ui.ValueBoxBase<T> |
asValueBoxBase() |
void |
clear()
Resets the text box by removing its content and resetting visual state.
|
void |
clearErrorOrSuccess()
Clear the error or success states.
|
protected ActiveMixin<MaterialValueBox> |
getActiveMixin() |
protected CounterMixin<MaterialValueBox<T>> |
getCounterMixin() |
com.google.gwt.i18n.client.HasDirection.Direction |
getDirection() |
com.google.gwt.i18n.shared.DirectionEstimator |
getDirectionEstimator() |
MaterialLabel |
getErrorLabel() |
protected ErrorMixin<AbstractValueWidget,MaterialLabel> |
getErrorMixin() |
protected FocusableMixin<MaterialWidget> |
getFocusableMixin() |
MaterialIcon |
getIcon()
Get the icon widget.
|
Color |
getIconColor()
Get the color of the icon
|
Label |
getLabel() |
int |
getLength()
Get the length of characters.
|
String |
getName() |
String |
getPlaceholder() |
protected ReadOnlyMixin<MaterialValueBox,com.google.gwt.user.client.ui.ValueBoxBase> |
getReadOnlyMixin() |
String |
getSelectedText() |
int |
getSelectionLength() |
int |
getTabIndex() |
String |
getText() |
InputType |
getType() |
T |
getValue() |
com.google.gwt.user.client.ui.ValueBoxBase<T> |
getValueBoxBase() |
boolean |
isActive()
Get the active element.
|
boolean |
isEnabled() |
boolean |
isIconPrefix()
Is the icon prefix in the container.
|
boolean |
isReadOnly() |
boolean |
isToggleReadOnly() |
protected void |
onLoad() |
void |
removeErrorModifiers() |
void |
setAccessKey(char key) |
void |
setActive(boolean active)
Set active element.
|
void |
setAlignment(com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment align) |
void |
setCursorPos(int pos) |
void |
setDirection(com.google.gwt.i18n.client.HasDirection.Direction direction) |
void |
setDirectionEstimator(boolean enabled) |
void |
setDirectionEstimator(com.google.gwt.i18n.shared.DirectionEstimator directionEstimator) |
void |
setEnabled(boolean enabled) |
void |
setError(String error)
Errors occur when an app fails to complete what is expected, such as:
- The app does not understand user input
- The system or app fails
- A user intends to run incompatible operations concurrently
|
void |
setFocus(boolean focused) |
void |
setIconColor(Color iconColor)
Sets the color of the icon.
|
void |
setIconFontSize(double size,
com.google.gwt.dom.client.Style.Unit unit)
Set the font size of the icon.
|
void |
setIconPosition(IconPosition position)
Set the position of the icon.
|
void |
setIconPrefix(boolean prefix)
Make the icon prefix in its container.
|
void |
setIconSize(IconSize size)
Size of icon.
|
void |
setIconType(IconType iconType)
Set Material Design icon.
|
void |
setLabel(String label)
Set the label of this field.
|
void |
setLength(int length)
Sets the length of character.
|
void |
setName(String name) |
void |
setPlaceholder(String placeholder) |
void |
setReadOnly(boolean readOnly) |
void |
setSelectionRange(int pos,
int length) |
void |
setSuccess(String success)
Set the success message marking a widget as success.
|
void |
setTabIndex(int tabIndex) |
void |
setText(String text) |
void |
setToggleReadOnly(boolean toggle) |
void |
setType(InputType type) |
void |
setup(com.google.gwt.user.client.ui.ValueBoxBase<T> tValueBox) |
void |
setValue(T value,
boolean fireEvents) |
protected void |
updateLabelActiveStyle()
Updates the style of the field label according to the field value if the
field value is empty - null or "" - removes the label 'active' style else
will add the 'active' style to the field label.
|
addValidationChangedHandler, addValidator, createBlankValidator, getErrorHandler, getErrorHandlerMixin, getErrorHandlerType, getValidatorMixin, isAllowBlank, isValidateOnBlur, removeValidator, reset, setAllowBlank, setErrorHandler, setErrorHandlerType, setHelperText, setupBlurValidation, setValidateOnBlur, setValidators, setValue, setValue, showErrors, validate, validate$this, add, add, addAttachHandler, addOrientationChangeHandler, body, clearActiveClass, enableFeature, getBackfaceVisibility, getBackgroundColor, getBorder, getBorderBottom, getBorderLeft, getBorderMixin, getBorderRadius, getBorderRight, getBorderTop, getCenterOn, getCenterOnMixin, getChildren, getChildrenList, getCircleMixin, getColorsMixin, getDataAttribute, getDepth, getDimensionMixin, getEnabledMixin, getFlexboxMixin, getFloat, getFloatMixin, getFontSize, getFontSizeMixin, getFontWeight, getFontWeightMixin, getGridMixin, getHandlerRegistry, getHideOn, getHideOnMixin, getHoverableMixin, getId, getIdMixin, getInitialClasses, getLayoutPosition, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOpacity, getOrientation, getOrientationMixin, getPerspective, getPerspectiveOrigin, getScrollspy, getScrollspyMixin, getSeparatorMixin, getShadow, getShadowMixin, getShowOn, getShowOnMixin, getTextAlign, getTextAlignMixin, getTextColor, getTooltip, getTooltipDelayMs, getTooltipHTML, getTooltipMixin, getTooltipPosition, getTransform, getTransformMixin, getTransformOrigin, getTransformStyle, getTruncateMixin, getVerticalAlign, getVerticalAlignMixin, getWaves, getWavesMixin, getWidth, insert, insert, isCircle, isDetectOrientation, isFeatureEnabled, isHoverable, isSeparator, isTruncate, onUnload, registerHandler, removeHandler, setBackfaceVisibility, setBackgroundColor, setBorder, setBorderBottom, setBorderLeft, setBorderRadius, setBorderRight, setBorderTop, setBottom, setCenterOn, setCircle, setClass, setDataAttribute, setDepth, setDetectOrientation, setDisplay, setFlex, setFlexAlignContent, setFlexAlignItems, setFlexAlignSelf, setFlexBasis, setFlexDirection, setFlexGrow, setFlexJustifyContent, setFlexOrder, setFlexShrink, setFlexWrap, setFloat, setFontSize, setFontSize, setFontWeight, setGrid, setGwtDisplay, setHideOn, setHoverable, setId, setInitialClasses, setLayoutPosition, setLeft, setLineHeight, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setOffset, setOpacity, setOrientation, setOverflow, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPerspective, setPerspectiveOrigin, setRight, setScrollspy, setSeparator, setShadow, setShowOn, setStyle, setTextAlign, setTextColor, setTooltip, setTooltipDelayMs, setTooltipHTML, setTooltipPosition, setTop, setTransform, setTransformOrigin, setTransformStyle, setTransition, setTruncate, setVerticalAlign, setVisibility, setWaves, stopTouchStartEvent, windowadd, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, iterator, remove, removeadd, adopt, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetVisibleforEach, spliterator@Editor.Ignore protected com.google.gwt.user.client.ui.ValueBoxBase<T> valueBoxBase
protected MaterialValueBox()
public MaterialValueBox(com.google.gwt.user.client.ui.ValueBoxBase<T> tValueBox)
@Deprecated @UiChild(limit=1) public void addValueBox(com.google.gwt.user.client.ui.ValueBoxBase<T> widget)
protected void onLoad()
onLoad in class MaterialWidgetpublic void clear()
clear in interface com.google.gwt.user.client.ui.HasWidgetsclear in class com.google.gwt.user.client.ui.Panelpublic void removeErrorModifiers()
public String getText()
getText in interface com.google.gwt.i18n.client.AutoDirectionHandler.TargetgetText in interface com.google.gwt.user.client.ui.HasTextpublic void setText(String text)
setText in interface com.google.gwt.i18n.client.AutoDirectionHandler.TargetsetText in interface com.google.gwt.user.client.ui.HasTextpublic void setLabel(String label)
This will be displayed above the field when values are assigned to the box, otherwise the value is displayed inside the box.
public String getPlaceholder()
getPlaceholder in interface HasPlaceholderpublic void setPlaceholder(String placeholder)
setPlaceholder in interface HasPlaceholderpublic InputType getType()
getType in interface HasInputTypepublic void setType(InputType type)
setType in interface HasInputTypepublic void setValue(T value, boolean fireEvents)
setValue in interface com.google.gwt.user.client.ui.HasValue<T>setValue in class AbstractValueWidget<T>public void setDirection(com.google.gwt.i18n.client.HasDirection.Direction direction)
setDirection in interface com.google.gwt.i18n.client.HasDirectionpublic com.google.gwt.i18n.client.HasDirection.Direction getDirection()
getDirection in interface com.google.gwt.i18n.client.HasDirectionpublic com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T> asEditor()
asEditor in interface com.google.gwt.editor.client.IsEditor<com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T>>public com.google.gwt.i18n.shared.DirectionEstimator getDirectionEstimator()
getDirectionEstimator in interface com.google.gwt.i18n.shared.HasDirectionEstimatorpublic void setDirectionEstimator(boolean enabled)
setDirectionEstimator in interface com.google.gwt.i18n.shared.HasDirectionEstimatorpublic void setDirectionEstimator(com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
setDirectionEstimator in interface com.google.gwt.i18n.shared.HasDirectionEstimatorpublic void setName(String name)
setName in interface com.google.gwt.user.client.ui.HasNamepublic String getName()
getName in interface com.google.gwt.user.client.ui.HasNamepublic void setError(String error)
HasErrorsetError in interface HasErrorsetError in class AbstractValueWidget<T>public void setSuccess(String success)
HasErrorsetSuccess in interface HasErrorsetSuccess in class AbstractValueWidget<T>public void clearErrorOrSuccess()
HasErrorclearErrorOrSuccess in interface HasErrorclearErrorOrSuccess in class AbstractValueWidget<T>public MaterialIcon getIcon()
HasIconpublic void setIconType(IconType iconType)
HasIconsetIconType in interface HasIconpublic void setIconPosition(IconPosition position)
HasIconsetIconPosition in interface HasIconpublic void setIconSize(IconSize size)
HasIconsetIconSize in interface HasIconpublic void setIconFontSize(double size, com.google.gwt.dom.client.Style.Unit unit)
HasIconsetIconFontSize in interface HasIconpublic void setIconColor(Color iconColor)
HasIconsetIconColor in interface HasIconpublic Color getIconColor()
HasIcongetIconColor in interface HasIconpublic void setIconPrefix(boolean prefix)
HasIconsetIconPrefix in interface HasIconpublic boolean isIconPrefix()
HasIconisIconPrefix in interface HasIconpublic void setLength(int length)
HasCountersetLength in interface HasCounterpublic int getLength()
HasCountergetLength in interface HasCounter@Editor.Ignore public com.google.gwt.user.client.ui.ValueBoxBase<T> asValueBoxBase()
public int getTabIndex()
getTabIndex in interface com.google.gwt.user.client.ui.FocusablegetTabIndex in class MaterialWidgetpublic void setAccessKey(char key)
setAccessKey in interface com.google.gwt.user.client.ui.FocusablesetAccessKey in class MaterialWidgetpublic void setFocus(boolean focused)
setFocus in interface com.google.gwt.user.client.ui.FocusablesetFocus in class MaterialWidgetprotected void updateLabelActiveStyle()
public String getSelectedText()
public int getSelectionLength()
public void setSelectionRange(int pos, int length)
public void setActive(boolean active)
HasActivepublic boolean isActive()
HasActivepublic void setReadOnly(boolean readOnly)
setReadOnly in interface HasReadOnlypublic boolean isReadOnly()
isReadOnly in interface HasReadOnlypublic void setToggleReadOnly(boolean toggle)
setToggleReadOnly in interface HasReadOnlypublic boolean isToggleReadOnly()
isToggleReadOnly in interface HasReadOnlypublic void setCursorPos(int pos)
public void setAlignment(com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment align)
public void setTabIndex(int tabIndex)
setTabIndex in interface com.google.gwt.user.client.ui.FocusablesetTabIndex in class MaterialWidgetpublic void setEnabled(boolean enabled)
setEnabled in interface com.google.gwt.user.client.ui.HasEnabledsetEnabled in class MaterialWidgetpublic boolean isEnabled()
isEnabled in interface com.google.gwt.user.client.ui.HasEnabledisEnabled in class MaterialWidget@Editor.Ignore public com.google.gwt.user.client.ui.ValueBoxBase<T> getValueBoxBase()
public MaterialLabel getErrorLabel()
public com.google.gwt.event.shared.HandlerRegistration addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<T> handler)
addValueChangeHandler in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers<T>addValueChangeHandler in class AbstractValueWidget<T>public com.google.gwt.event.shared.HandlerRegistration addDragStartHandler(DragStartEvent.DragStartHandler handler)
HasDraggableHandlersaddDragStartHandler in interface HasDraggableHandlersaddDragStartHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addDragMoveHandler(DragMoveEvent.DragMoveHandler handler)
HasDraggableHandlersaddDragMoveHandler in interface HasDraggableHandlersaddDragMoveHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addDragEndHandler(DragEndEvent.DragEndHandler handler)
HasDraggableHandlersaddDragEndHandler in interface HasDraggableHandlersaddDragEndHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addDropActivateHandler(DropActivateEvent.DropActivateHandler handler)
HasDroppableHandlersaddDropActivateHandler in interface HasDroppableHandlersaddDropActivateHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addDragEnterHandler(DragEnterEvent.DragEnterHandler handler)
HasDroppableHandlersaddDragEnterHandler in interface HasDroppableHandlersaddDragEnterHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addDragLeaveHandler(DragLeaveEvent.DragLeaveHandler handler)
HasDroppableHandlersaddDragLeaveHandler in interface HasDroppableHandlersaddDragLeaveHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addDragOverHandler(DragOverEvent.DragOverHandler handler)
HasDraggableHandlersaddDragOverHandler in interface HasDraggableHandlersaddDragOverHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addDropDeactivateHandler(DropDeactivateEvent.DropDeactivateHandler handler)
HasDroppableHandlersaddDropDeactivateHandler in interface HasDroppableHandlersaddDropDeactivateHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addDropHandler(DropEvent.DropHandler handler)
HasDroppableHandlersaddDropHandler in interface HasDroppableHandlersaddDropHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler handler)
addKeyUpHandler in interface com.google.gwt.event.dom.client.HasKeyUpHandlersaddKeyUpHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler handler)
addChangeHandler in interface com.google.gwt.event.dom.client.HasChangeHandlerspublic com.google.gwt.event.shared.HandlerRegistration addFocusHandler(com.google.gwt.event.dom.client.FocusHandler handler)
addFocusHandler in interface com.google.gwt.event.dom.client.HasFocusHandlersaddFocusHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addBlurHandler(com.google.gwt.event.dom.client.BlurHandler handler)
addBlurHandler in interface com.google.gwt.event.dom.client.HasBlurHandlersaddBlurHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addGestureStartHandler(com.google.gwt.event.dom.client.GestureStartHandler handler)
addGestureStartHandler in interface com.google.gwt.event.dom.client.HasGestureStartHandlersaddGestureStartHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addGestureChangeHandler(com.google.gwt.event.dom.client.GestureChangeHandler handler)
addGestureChangeHandler in interface com.google.gwt.event.dom.client.HasGestureChangeHandlersaddGestureChangeHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addGestureEndHandler(com.google.gwt.event.dom.client.GestureEndHandler handler)
addGestureEndHandler in interface com.google.gwt.event.dom.client.HasGestureEndHandlersaddGestureEndHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler handler)
addKeyDownHandler in interface com.google.gwt.event.dom.client.HasKeyDownHandlersaddKeyDownHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler handler)
addKeyPressHandler in interface com.google.gwt.event.dom.client.HasKeyPressHandlersaddKeyPressHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler handler)
addMouseDownHandler in interface com.google.gwt.event.dom.client.HasMouseDownHandlersaddMouseDownHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler handler)
addMouseUpHandler in interface com.google.gwt.event.dom.client.HasMouseUpHandlersaddMouseUpHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler handler)
addMouseOutHandler in interface com.google.gwt.event.dom.client.HasMouseOutHandlersaddMouseOutHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler)
addMouseOverHandler in interface com.google.gwt.event.dom.client.HasMouseOverHandlersaddMouseOverHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler handler)
addMouseMoveHandler in interface com.google.gwt.event.dom.client.HasMouseMoveHandlersaddMouseMoveHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler handler)
addMouseWheelHandler in interface com.google.gwt.event.dom.client.HasMouseWheelHandlersaddMouseWheelHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addTouchStartHandler(com.google.gwt.event.dom.client.TouchStartHandler handler)
addTouchStartHandler in interface com.google.gwt.event.dom.client.HasTouchStartHandlersaddTouchStartHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addTouchMoveHandler(com.google.gwt.event.dom.client.TouchMoveHandler handler)
addTouchMoveHandler in interface com.google.gwt.event.dom.client.HasTouchMoveHandlersaddTouchMoveHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addTouchEndHandler(com.google.gwt.event.dom.client.TouchEndHandler handler)
addTouchEndHandler in interface com.google.gwt.event.dom.client.HasTouchEndHandlersaddTouchEndHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addTouchCancelHandler(com.google.gwt.event.dom.client.TouchCancelHandler handler)
addTouchCancelHandler in interface com.google.gwt.event.dom.client.HasTouchCancelHandlersaddTouchCancelHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addDoubleClickHandler(com.google.gwt.event.dom.client.DoubleClickHandler handler)
addDoubleClickHandler in interface com.google.gwt.event.dom.client.HasDoubleClickHandlersaddDoubleClickHandler in class MaterialWidgetpublic com.google.gwt.event.shared.HandlerRegistration addClickHandler(com.google.gwt.event.dom.client.ClickHandler handler)
addClickHandler in interface com.google.gwt.event.dom.client.HasClickHandlersaddClickHandler in class MaterialWidgetprotected FocusableMixin<MaterialWidget> getFocusableMixin()
getFocusableMixin in class MaterialWidgetprotected ErrorMixin<AbstractValueWidget,MaterialLabel> getErrorMixin()
getErrorMixin in class AbstractValueWidget<T>protected ReadOnlyMixin<MaterialValueBox,com.google.gwt.user.client.ui.ValueBoxBase> getReadOnlyMixin()
protected ActiveMixin<MaterialValueBox> getActiveMixin()
protected CounterMixin<MaterialValueBox<T>> getCounterMixin()
Copyright © 2018. All rights reserved.