com.vaadin.client.ui
Class VCheckBox

java.lang.Object
  extended by com.google.gwt.user.client.ui.CheckBox
      extended by com.vaadin.client.ui.VCheckBox
All Implemented Interfaces:
HandlesAriaInvalid, HandlesAriaRequired, Field

public class VCheckBox
extends com.google.gwt.user.client.ui.CheckBox
implements Field, HandlesAriaInvalid, HandlesAriaRequired


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

CLASSNAME

public static final java.lang.String CLASSNAME
See Also:
Constant Field Values

id

public java.lang.String id
For internal use only. May be removed or replaced in the future.


immediate

public boolean immediate
For internal use only. May be removed or replaced in the future.


client

public ApplicationConnection client
For internal use only. May be removed or replaced in the future.


errorIndicatorElement

public Element errorIndicatorElement
For internal use only. May be removed or replaced in the future.


icon

public Icon icon
For internal use only. May be removed or replaced in the future.

Constructor Detail

VCheckBox

public VCheckBox()
Method Detail

onBrowserEvent

public void onBrowserEvent(Event event)

setAriaRequired

public void setAriaRequired(boolean required)
Description copied from interface: HandlesAriaRequired
Called to set the element, typically an input element, as required.

Specified by:
setAriaRequired in interface HandlesAriaRequired
Parameters:
required - boolean true when the element needs to be set as required

setAriaInvalid

public void setAriaInvalid(boolean invalid)
Description copied from interface: HandlesAriaInvalid
Called to set the element, typically an input element, as invalid.

Specified by:
setAriaInvalid in interface HandlesAriaInvalid
Parameters:
invalid - boolean, true when the element should be marked invalid, false otherwise


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.