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.Feature
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
com.google.gwt.i18n.client.HasDirection.Direction
com.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 |
$this
TYPE
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, window
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, iterator, remove, remove
add, adopt, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setVisible
forEach, 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 MaterialWidget
public void clear()
clear
in interface com.google.gwt.user.client.ui.HasWidgets
clear
in class com.google.gwt.user.client.ui.Panel
public void removeErrorModifiers()
public String getText()
getText
in interface com.google.gwt.i18n.client.AutoDirectionHandler.Target
getText
in interface com.google.gwt.user.client.ui.HasText
public void setText(String text)
setText
in interface com.google.gwt.i18n.client.AutoDirectionHandler.Target
setText
in interface com.google.gwt.user.client.ui.HasText
public 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 HasPlaceholder
public void setPlaceholder(String placeholder)
setPlaceholder
in interface HasPlaceholder
public InputType getType()
getType
in interface HasInputType
public void setType(InputType type)
setType
in interface HasInputType
public 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.HasDirection
public com.google.gwt.i18n.client.HasDirection.Direction getDirection()
getDirection
in interface com.google.gwt.i18n.client.HasDirection
public 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.HasDirectionEstimator
public void setDirectionEstimator(boolean enabled)
setDirectionEstimator
in interface com.google.gwt.i18n.shared.HasDirectionEstimator
public void setDirectionEstimator(com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
setDirectionEstimator
in interface com.google.gwt.i18n.shared.HasDirectionEstimator
public void setName(String name)
setName
in interface com.google.gwt.user.client.ui.HasName
public String getName()
getName
in interface com.google.gwt.user.client.ui.HasName
public void setError(String error)
HasError
setError
in interface HasError
setError
in class AbstractValueWidget<T>
public void setSuccess(String success)
HasError
setSuccess
in interface HasError
setSuccess
in class AbstractValueWidget<T>
public void clearErrorOrSuccess()
HasError
clearErrorOrSuccess
in interface HasError
clearErrorOrSuccess
in class AbstractValueWidget<T>
public MaterialIcon getIcon()
HasIcon
public void setIconType(IconType iconType)
HasIcon
setIconType
in interface HasIcon
public void setIconPosition(IconPosition position)
HasIcon
setIconPosition
in interface HasIcon
public void setIconSize(IconSize size)
HasIcon
setIconSize
in interface HasIcon
public void setIconFontSize(double size, com.google.gwt.dom.client.Style.Unit unit)
HasIcon
setIconFontSize
in interface HasIcon
public void setIconColor(Color iconColor)
HasIcon
setIconColor
in interface HasIcon
public Color getIconColor()
HasIcon
getIconColor
in interface HasIcon
public void setIconPrefix(boolean prefix)
HasIcon
setIconPrefix
in interface HasIcon
public boolean isIconPrefix()
HasIcon
isIconPrefix
in interface HasIcon
public void setLength(int length)
HasCounter
setLength
in interface HasCounter
public int getLength()
HasCounter
getLength
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.Focusable
getTabIndex
in class MaterialWidget
public void setAccessKey(char key)
setAccessKey
in interface com.google.gwt.user.client.ui.Focusable
setAccessKey
in class MaterialWidget
public void setFocus(boolean focused)
setFocus
in interface com.google.gwt.user.client.ui.Focusable
setFocus
in class MaterialWidget
protected void updateLabelActiveStyle()
public String getSelectedText()
public int getSelectionLength()
public void setSelectionRange(int pos, int length)
public void setActive(boolean active)
HasActive
public boolean isActive()
HasActive
public void setReadOnly(boolean readOnly)
setReadOnly
in interface HasReadOnly
public boolean isReadOnly()
isReadOnly
in interface HasReadOnly
public void setToggleReadOnly(boolean toggle)
setToggleReadOnly
in interface HasReadOnly
public boolean isToggleReadOnly()
isToggleReadOnly
in interface HasReadOnly
public 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.Focusable
setTabIndex
in class MaterialWidget
public void setEnabled(boolean enabled)
setEnabled
in interface com.google.gwt.user.client.ui.HasEnabled
setEnabled
in class MaterialWidget
public boolean isEnabled()
isEnabled
in interface com.google.gwt.user.client.ui.HasEnabled
isEnabled
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)
HasDraggableHandlers
addDragStartHandler
in interface HasDraggableHandlers
addDragStartHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addDragMoveHandler(DragMoveEvent.DragMoveHandler handler)
HasDraggableHandlers
addDragMoveHandler
in interface HasDraggableHandlers
addDragMoveHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addDragEndHandler(DragEndEvent.DragEndHandler handler)
HasDraggableHandlers
addDragEndHandler
in interface HasDraggableHandlers
addDragEndHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addDropActivateHandler(DropActivateEvent.DropActivateHandler handler)
HasDroppableHandlers
addDropActivateHandler
in interface HasDroppableHandlers
addDropActivateHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addDragEnterHandler(DragEnterEvent.DragEnterHandler handler)
HasDroppableHandlers
addDragEnterHandler
in interface HasDroppableHandlers
addDragEnterHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addDragLeaveHandler(DragLeaveEvent.DragLeaveHandler handler)
HasDroppableHandlers
addDragLeaveHandler
in interface HasDroppableHandlers
addDragLeaveHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addDragOverHandler(DragOverEvent.DragOverHandler handler)
HasDraggableHandlers
addDragOverHandler
in interface HasDraggableHandlers
addDragOverHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addDropDeactivateHandler(DropDeactivateEvent.DropDeactivateHandler handler)
HasDroppableHandlers
addDropDeactivateHandler
in interface HasDroppableHandlers
addDropDeactivateHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addDropHandler(DropEvent.DropHandler handler)
HasDroppableHandlers
addDropHandler
in interface HasDroppableHandlers
addDropHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler handler)
addKeyUpHandler
in interface com.google.gwt.event.dom.client.HasKeyUpHandlers
addKeyUpHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler handler)
addChangeHandler
in interface com.google.gwt.event.dom.client.HasChangeHandlers
public com.google.gwt.event.shared.HandlerRegistration addFocusHandler(com.google.gwt.event.dom.client.FocusHandler handler)
addFocusHandler
in interface com.google.gwt.event.dom.client.HasFocusHandlers
addFocusHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addBlurHandler(com.google.gwt.event.dom.client.BlurHandler handler)
addBlurHandler
in interface com.google.gwt.event.dom.client.HasBlurHandlers
addBlurHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addGestureStartHandler(com.google.gwt.event.dom.client.GestureStartHandler handler)
addGestureStartHandler
in interface com.google.gwt.event.dom.client.HasGestureStartHandlers
addGestureStartHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addGestureChangeHandler(com.google.gwt.event.dom.client.GestureChangeHandler handler)
addGestureChangeHandler
in interface com.google.gwt.event.dom.client.HasGestureChangeHandlers
addGestureChangeHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addGestureEndHandler(com.google.gwt.event.dom.client.GestureEndHandler handler)
addGestureEndHandler
in interface com.google.gwt.event.dom.client.HasGestureEndHandlers
addGestureEndHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler handler)
addKeyDownHandler
in interface com.google.gwt.event.dom.client.HasKeyDownHandlers
addKeyDownHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler handler)
addKeyPressHandler
in interface com.google.gwt.event.dom.client.HasKeyPressHandlers
addKeyPressHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler handler)
addMouseDownHandler
in interface com.google.gwt.event.dom.client.HasMouseDownHandlers
addMouseDownHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler handler)
addMouseUpHandler
in interface com.google.gwt.event.dom.client.HasMouseUpHandlers
addMouseUpHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler handler)
addMouseOutHandler
in interface com.google.gwt.event.dom.client.HasMouseOutHandlers
addMouseOutHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler)
addMouseOverHandler
in interface com.google.gwt.event.dom.client.HasMouseOverHandlers
addMouseOverHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler handler)
addMouseMoveHandler
in interface com.google.gwt.event.dom.client.HasMouseMoveHandlers
addMouseMoveHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler handler)
addMouseWheelHandler
in interface com.google.gwt.event.dom.client.HasMouseWheelHandlers
addMouseWheelHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addTouchStartHandler(com.google.gwt.event.dom.client.TouchStartHandler handler)
addTouchStartHandler
in interface com.google.gwt.event.dom.client.HasTouchStartHandlers
addTouchStartHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addTouchMoveHandler(com.google.gwt.event.dom.client.TouchMoveHandler handler)
addTouchMoveHandler
in interface com.google.gwt.event.dom.client.HasTouchMoveHandlers
addTouchMoveHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addTouchEndHandler(com.google.gwt.event.dom.client.TouchEndHandler handler)
addTouchEndHandler
in interface com.google.gwt.event.dom.client.HasTouchEndHandlers
addTouchEndHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addTouchCancelHandler(com.google.gwt.event.dom.client.TouchCancelHandler handler)
addTouchCancelHandler
in interface com.google.gwt.event.dom.client.HasTouchCancelHandlers
addTouchCancelHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addDoubleClickHandler(com.google.gwt.event.dom.client.DoubleClickHandler handler)
addDoubleClickHandler
in interface com.google.gwt.event.dom.client.HasDoubleClickHandlers
addDoubleClickHandler
in class MaterialWidget
public com.google.gwt.event.shared.HandlerRegistration addClickHandler(com.google.gwt.event.dom.client.ClickHandler handler)
addClickHandler
in interface com.google.gwt.event.dom.client.HasClickHandlers
addClickHandler
in class MaterialWidget
protected FocusableMixin<MaterialWidget> getFocusableMixin()
getFocusableMixin
in class MaterialWidget
protected 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.