Info | Value |
---|---|
Component Type | org.primefaces.component.SelectManyCheckbox |
Handler Class | None |
Renderer Type | org.primefaces.component.SelectManyCheckboxRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
collectionType | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Optional
attribute that is a literal string that is the fully qualified
class name of a concrete class that implements
java.util.Collection , or an EL expression that
evaluates to either 1. such a String, or 2. the
Class object itself.
|
columns | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Defines the number of columns in grid layout. |
converter | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.convert.Converter )
| An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when conversion fails. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to boolean )
| Disables the component. |
flex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Use modern PrimeFlex-Grid instead of classic Grid CSS. |
hideNoSelectionOption | false | jakarta.el.ValueExpression
(must evaluate to boolean )
| Flag indicating that, if this component is activated by the user, The "no selection option", if any, must be hidden. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
immediate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When set true, process validations logic is executed at apply request values phase for this component. Default is false. |
label | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| User presentable name. |
layout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Layout of the checkboxes, valid values are lineDirection , pageDirection, grid, responsive and custom. |
onchange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Marks component as required. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when required field validation fails. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
validator | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.validator.Validator )
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when validation fails. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener )
| A method binding expression referring to a method for handling a valuchangeevent. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.