|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
javax.faces.component.UISelectMany
javax.faces.component.html.HtmlSelectManyCheckbox
public class HtmlSelectManyCheckbox
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 |
|