|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.CheckBox
com.vaadin.client.ui.VCheckBox
public class VCheckBox
| Field Summary | |
|---|---|
static java.lang.String |
CLASSNAME
|
ApplicationConnection |
client
For internal use only. |
Element |
errorIndicatorElement
For internal use only. |
Icon |
icon
For internal use only. |
java.lang.String |
id
For internal use only. |
boolean |
immediate
For internal use only. |
| Constructor Summary | |
|---|---|
VCheckBox()
|
|
| Method Summary | |
|---|---|
void |
onBrowserEvent(Event event)
|
void |
setAriaInvalid(boolean invalid)
Called to set the element, typically an input element, as invalid. |
void |
setAriaRequired(boolean required)
Called to set the element, typically an input element, as required. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASSNAME
public java.lang.String id
public boolean immediate
public ApplicationConnection client
public Element errorIndicatorElement
public Icon icon
| Constructor Detail |
|---|
public VCheckBox()
| Method Detail |
|---|
public void onBrowserEvent(Event event)
public void setAriaRequired(boolean required)
HandlesAriaRequired
setAriaRequired in interface HandlesAriaRequiredrequired - boolean true when the element needs to be set as requiredpublic void setAriaInvalid(boolean invalid)
HandlesAriaInvalid
setAriaInvalid in interface HandlesAriaInvalidinvalid - boolean, true when the element should be marked invalid, false
otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||