Java EE 5 SDK

javax.faces.component.html
Class HtmlSelectManyCheckbox

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by javax.faces.component.UISelectMany
                      extended by javax.faces.component.html.HtmlSelectManyCheckbox
All Implemented Interfaces:
EditableValueHolder, StateHolder, ValueHolder

public class HtmlSelectManyCheckbox
extends UISelectMany

Represents a multiple-selection component that is rendered as a set of HTML input elements of type checkbox.

By default, the rendererType property must be set to "javax.faces.Checkbox". This value can be changed by calling the setRendererType() method.


Field Summary
static String COMPONENT_TYPE
          The standard component type for this component.
 
Fields inherited from class javax.faces.component.UISelectMany
COMPONENT_FAMILY, INVALID_MESSAGE_ID
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
HtmlSelectManyCheckbox()
           
 
Method Summary
 String getAccesskey()
          Return the value of the accesskey property.
 int getBorder()
          Return the value of the border property.
 String getDir()
          Return the value of the dir property.
 String