|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.gwtiger.client.widget.field.BaseFieldLabelWidget
org.gwtiger.client.widget.field.CheckBoxFieldWidget
public class CheckBoxFieldWidget
| Field Summary |
|---|
| Fields inherited from class org.gwtiger.client.widget.field.BaseFieldLabelWidget |
|---|
STYLE_INPUT, STYLE_LABEL |
| Constructor Summary | |
|---|---|
CheckBoxFieldWidget(java.lang.String label)
|
|
| Method Summary | |
|---|---|
void |
addKeyboardListener(com.google.gwt.user.client.ui.KeyboardListener listener)
|
void |
clear()
|
boolean |
isChecked()
|
void |
setChecked(boolean checked)
|
boolean |
validate()
|
| Methods inherited from class org.gwtiger.client.widget.field.BaseFieldLabelWidget |
|---|
getErrorStyleName, getLabel, getLabelStyleName, getPanel, getStyleName, isRequired, setErrorStyleName, setLabel, setLabelStyleName, setRequired, setStyleName, setWidget, showError, showError, showError |
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getElement, isAttached |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
getParent, onBrowserEvent, removeFromParent |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CheckBoxFieldWidget(java.lang.String label)
| Method Detail |
|---|
public boolean validate()
validate in interface Validatevalidate in class BaseFieldLabelWidgetpublic void clear()
clear in interface Validateclear in class BaseFieldLabelWidgetpublic void addKeyboardListener(com.google.gwt.user.client.ui.KeyboardListener listener)
public void setChecked(boolean checked)
public boolean isChecked()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||