public class CheckBoxWithChangeHandlers
extends com.google.gwt.user.client.ui.CheckBox
implements com.google.gwt.event.dom.client.HasChangeHandlers
CheckBox
to implement HasChangeHandlers
.Constructor and Description |
---|
CheckBoxWithChangeHandlers()
The constructor.
|
CheckBoxWithChangeHandlers(com.google.gwt.user.client.Element element)
The constructor.
|
CheckBoxWithChangeHandlers(com.google.gwt.safehtml.shared.SafeHtml label)
The constructor.
|
CheckBoxWithChangeHandlers(com.google.gwt.safehtml.shared.SafeHtml label,
com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
The constructor.
|
CheckBoxWithChangeHandlers(com.google.gwt.safehtml.shared.SafeHtml label,
com.google.gwt.i18n.client.HasDirection.Direction dir)
The constructor.
|
CheckBoxWithChangeHandlers(String label)
The constructor.
|
CheckBoxWithChangeHandlers(String label,
com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
The constructor.
|
CheckBoxWithChangeHandlers(String label,
com.google.gwt.i18n.client.HasDirection.Direction dir)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler handler) |
addValueChangeHandler, asEditor, ensureDomEventHandlers, getDirectionEstimator, getFormValue, getHTML, getName, getTabIndex, getText, getTextDirection, getValue, getWordWrap, isChecked, isEnabled, onEnsureDebugId, onLoad, onUnload, replaceInputElement, replaceInputElement, setAccessKey, setChecked, setDirectionEstimator, setDirectionEstimator, setEnabled, setFocus, setFormValue, setHTML, setHTML, setName, setTabIndex, setText, setText, setValue, setValue, setWordWrap, sinkEvents
addBlurHandler, addClickHandler, addClickListener, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addFocusHandler, addFocusListener, addGestureChangeHandler, addGestureEndHandler, addGestureStartHandler, addKeyboardListener, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addMouseDownHandler, addMouseListener, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, addMouseWheelListener, addTouchCancelHandler, addTouchEndHandler, addTouchMoveHandler, addTouchStartHandler, getFocusImpl, onAttach, removeClickListener, removeFocusListener, removeKeyboardListener, removeMouseListener, removeMouseWheelListener
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, removeFromParent, setLayoutData, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
public CheckBoxWithChangeHandlers()
public CheckBoxWithChangeHandlers(com.google.gwt.safehtml.shared.SafeHtml label)
label
- the HTML label
.public CheckBoxWithChangeHandlers(String label)
label
- the text label
.public CheckBoxWithChangeHandlers(com.google.gwt.user.client.Element element)
element
- is the label element
.public CheckBoxWithChangeHandlers(com.google.gwt.safehtml.shared.SafeHtml label, com.google.gwt.i18n.client.HasDirection.Direction dir)
label
- the HTML label
.dir
- the HasDirection.Direction
.public CheckBoxWithChangeHandlers(com.google.gwt.safehtml.shared.SafeHtml label, com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
label
- the HTML label
.directionEstimator
- the direction estimator
.public CheckBoxWithChangeHandlers(String label, com.google.gwt.i18n.client.HasDirection.Direction dir)
label
- the text label
.dir
- the HasDirection.Direction
.public CheckBoxWithChangeHandlers(String label, com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
label
- the text label
.directionEstimator
- the direction estimator
.Copyright © 2001–2016 mmm-Team. All rights reserved.