public class InlineCheckBox extends CheckBox
CheckBoxUIObject.DebugIdImpl, UIObject.DebugIdImplEnabledDEBUG_ID_PREFIX| Constructor and Description |
|---|
InlineCheckBox() |
InlineCheckBox(SafeHtml label)
Creates a check box with the specified text label.
|
InlineCheckBox(SafeHtml label,
DirectionEstimator directionEstimator)
Creates a check box with the specified text label.
|
InlineCheckBox(SafeHtml label,
HasDirection.Direction dir)
Creates a check box with the specified text label.
|
InlineCheckBox(String label)
Creates a check box with the specified text label.
|
InlineCheckBox(String label,
boolean asHTML)
Creates a check box with the specified text label.
|
InlineCheckBox(String label,
DirectionEstimator directionEstimator)
Creates a label with the specified text and a default direction
estimator.
|
InlineCheckBox(String label,
HasDirection.Direction dir)
Creates a check box with the specified text label.
|
addChangeHandler, addValueChangeHandler, asEditor, ensureDomEventHandlers, getDirectionEstimator, getFormValue, getHTML, getName, getTabIndex, getText, getTextDirection, getValue, getWordWrap, isEnabled, onEnsureDebugId, onLoad, onUnload, setAccessKey, setDirectionEstimator, setDirectionEstimator, setEnabled, setFocus, setFormValue, setHTML, setHTML, setName, setTabIndex, setText, setText, setValue, setValue, setWordWrap, sinkEventsgetId, getPull, setHiddenOn, setId, setPull, setVisibleOnsetHTMLaddBlurHandler, 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, removeMouseWheelListeneraddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, removeFromParent, setLayoutData, unsinkEventsaddStyleDependentName, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfireEventsetHTMLpublic InlineCheckBox(SafeHtml label)
label - the check box's labelpublic InlineCheckBox(SafeHtml label, HasDirection.Direction dir)
label - the check box's labeldir - the text's direction. Note that DEFAULT means
direction should be inherited from the widget's parent
element.public InlineCheckBox(SafeHtml label, DirectionEstimator directionEstimator)
label - the check box's labeldirectionEstimator - A DirectionEstimator object used for automatic direction
adjustment. For convenience,
#DEFAULT_DIRECTION_ESTIMATOR can be used.public InlineCheckBox(String label)
label - the check box's labelpublic InlineCheckBox(String label, HasDirection.Direction dir)
label - the check box's labeldir - the text's direction. Note that DEFAULT means
direction should be inherited from the widget's parent
element.public InlineCheckBox(String label, DirectionEstimator directionEstimator)
label - the check box's labeldirectionEstimator - A DirectionEstimator object used for automatic direction
adjustment. For convenience,
#DEFAULT_DIRECTION_ESTIMATOR can be used.public InlineCheckBox(String label, boolean asHTML)
label - the check box's labelasHTML - true to treat the specified label as htmlpublic InlineCheckBox()
Copyright © 2017. All rights reserved.