public class MaterialRadioButton extends com.google.gwt.user.client.ui.RadioButton implements HasType<RadioButtonType>
<m:MaterialRadioButton text="Sample"/>
<m:MaterialRadioButton type="GAP"/>
| Constructor and Description |
|---|
MaterialRadioButton() |
MaterialRadioButton(String name) |
MaterialRadioButton(String name,
com.google.gwt.safehtml.shared.SafeHtml label) |
MaterialRadioButton(String name,
com.google.gwt.safehtml.shared.SafeHtml label,
com.google.gwt.i18n.shared.DirectionEstimator directionEstimator) |
MaterialRadioButton(String name,
com.google.gwt.safehtml.shared.SafeHtml label,
com.google.gwt.i18n.client.HasDirection.Direction dir) |
MaterialRadioButton(String name,
String label) |
MaterialRadioButton(String name,
String label,
boolean asHTML) |
MaterialRadioButton(String name,
String label,
com.google.gwt.i18n.shared.DirectionEstimator directionEstimator) |
MaterialRadioButton(String name,
String label,
com.google.gwt.i18n.client.HasDirection.Direction dir) |
| Modifier and Type | Method and Description |
|---|---|
RadioButtonType |
getType()
Gets the type of the widget.
|
protected CssTypeMixin<RadioButtonType,TypeWidget<RadioButtonType>> |
getTypeMixin() |
void |
setType(RadioButtonType type)
Sets the type on the widget
|
ensureDomEventHandlers, onBrowserEvent, setName, sinkEventsaddValueChangeHandler, asEditor, 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, setTabIndex, setText, setText, setValue, setValue, setWordWrapaddBlurHandler, 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, 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, toStringpublic MaterialRadioButton()
public MaterialRadioButton(String name, com.google.gwt.safehtml.shared.SafeHtml label, com.google.gwt.i18n.client.HasDirection.Direction dir)
public MaterialRadioButton(String name, com.google.gwt.safehtml.shared.SafeHtml label, com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
public MaterialRadioButton(String name, com.google.gwt.safehtml.shared.SafeHtml label)
public MaterialRadioButton(String name, String label, boolean asHTML)
public MaterialRadioButton(String name, String label, com.google.gwt.i18n.client.HasDirection.Direction dir)
public MaterialRadioButton(String name, String label, com.google.gwt.i18n.shared.DirectionEstimator directionEstimator)
public MaterialRadioButton(String name, String label)
public MaterialRadioButton(String name)
public RadioButtonType getType()
HasTypegetType in interface HasType<RadioButtonType>public void setType(RadioButtonType type)
HasTypesetType in interface HasType<RadioButtonType>type - T typeprotected CssTypeMixin<RadioButtonType,TypeWidget<RadioButtonType>> getTypeMixin()
Copyright © 2018. All rights reserved.