public class InlineRadio extends Radio
RadioUIObject.DebugIdImpl, UIObject.DebugIdImplEnabledDEBUG_ID_PREFIX| Constructor and Description |
|---|
InlineRadio(String name)
Creates a new radio associated with a particular group name.
|
InlineRadio(String name,
SafeHtml label)
Creates a new radio associated with a particular group, and initialized
with the given HTML label.
|
InlineRadio(String name,
SafeHtml label,
DirectionEstimator directionEstimator) |
InlineRadio(String name,
SafeHtml label,
HasDirection.Direction dir) |
InlineRadio(String name,
String label)
Creates a new radio associated with a particular group, and initialized
with the given HTML label.
|
InlineRadio(String name,
String label,
boolean asHTML)
Creates a new radio button associated with a particular group, and
initialized with the given label (optionally treated as HTML).
|
InlineRadio(String name,
String label,
DirectionEstimator directionEstimator) |
InlineRadio(String name,
String label,
HasDirection.Direction dir) |
ensureDomEventHandlers, setName, sinkEventsaddChangeHandler, addValueChangeHandler, asEditor, getDirectionEstimator, getFormValue, getHTML, getName, getTabIndex, getText, getTextDirection, getValue, getWordWrap, isEnabled, onEnsureDebugId, onLoad, onUnload, setAccessKey, setDirectionEstimator, setDirectionEstimator, setEnabled, setFocus, setFormValue, setHTML, setHTML, setTabIndex, setText, setText, setValue, setValue, setWordWrapgetId, 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 InlineRadio(String name, SafeHtml label)
name - the group name with which to associate the radio buttonlabel - this radio button's html labelpublic InlineRadio(String name, SafeHtml label, HasDirection.Direction dir)
name - the group name with which to associate the radio buttonlabel - this radio button's html labeldir - the text's direction. Note that DEFAULT means
direction should be inherited from the widget's parent
element.InlineRadio(String, SafeHtml)public InlineRadio(String name, SafeHtml label, DirectionEstimator directionEstimator)
name - the group name with which to associate the radio buttonlabel - this radio button's html labeldirectionEstimator - A DirectionEstimator object used for automatic direction
adjustment. For convenience,
#DEFAULT_DIRECTION_ESTIMATOR can be used.InlineRadio(String, SafeHtml)public InlineRadio(String name, String label)
name - the group name with which to associate the radio buttonlabel - this radio button's labelpublic InlineRadio(String name, String label, HasDirection.Direction dir)
name - the group name with which to associate the radio buttonlabel - this radio button's labeldir - the text's direction. Note that DEFAULT means
direction should be inherited from the widget's parent
element.InlineRadio(String, SafeHtml)public InlineRadio(String name, String label, DirectionEstimator directionEstimator)
name - the group name with which to associate the radio buttonlabel - this radio button's labeldirectionEstimator - A DirectionEstimator object used for automatic direction
adjustment. For convenience,
#DEFAULT_DIRECTION_ESTIMATOR can be used.InlineRadio(String, SafeHtml)public InlineRadio(String name, String label, boolean asHTML)
name - name the group with which to associate the radio buttonlabel - this radio button's labelasHTML - true to treat the specified label as HTML@UiConstructor public InlineRadio(String name)
name - the group name with which to associate the radio buttonCopyright © 2017. All rights reserved.