|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.UIObject com.google.gwt.user.client.ui.Widget com.google.gwt.user.client.ui.FocusWidget com.google.gwt.user.client.ui.ButtonBase com.google.gwt.user.client.ui.CheckBox com.google.gwt.user.client.ui.RadioButton org.kuali.student.common.ui.client.widgets.KSRadioButton
public class KSRadioButton
KSRadioButton wraps gwt RadioButton. This class provides most of the same functionality, but sets KS css styles for its default look and a variety of RadioButton events (for improved browser compatibility and customizability).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
KSRadioButton(String group)
Creates a new radio associated with a particular group name. |
|
KSRadioButton(String group,
String label)
Creates a new radio associated with a particular group name, and initialized with the given HTML label. |
|
KSRadioButton(String group,
String label,
boolean asHTML)
Creates a new radio button associated with a particular group name, and initialized with the given label (optionally treated as HTML). |
Method Summary | |
---|---|
private void |
setupDefaultStyle()
This method sets the default style for the radio button and radio button events. |
Methods inherited from class com.google.gwt.user.client.ui.RadioButton |
---|
ensureDomEventHandlers, onBrowserEvent, setName, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.CheckBox |
---|
addValueChangeHandler, getFormValue, getHTML, getName, getTabIndex, getText, getValue, isChecked, isEnabled, onEnsureDebugId, onLoad, onUnload, replaceInputElement, setAccessKey, setChecked, setEnabled, setFocus, setFormValue, setHTML, setTabIndex, setText, setValue, setValue |
Methods inherited from class com.google.gwt.user.client.ui.FocusWidget |
---|
addBlurHandler, addClickHandler, addClickListener, addFocusHandler, addFocusListener, addKeyboardListener, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addMouseDownHandler, addMouseListener, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, addMouseWheelListener, getFocusImpl, removeClickListener, removeFocusListener, removeKeyboardListener, removeMouseListener, removeMouseWheelListener, setElement |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onDetach, removeFromParent, setLayoutData |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Constructor Detail |
---|
public KSRadioButton(String group, String label, boolean asHTML)
name
- the name of the radio button grouplabel
- the text to appear in the labelasHTML
- true to treat the label as HTML, false otherwise.public KSRadioButton(String group, String label)
name
- the name of the radio button grouplabel
- the text to appear in the labelpublic KSRadioButton(String group)
name
- the name of the radio button groupMethod Detail |
---|
private void setupDefaultStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |