primefaces-p

Tag triStateCheckbox

Component Information 
InfoValue
Component Typeorg.primefaces.component.TriStateCheckbox
Handler ClassNone
Renderer Typeorg.primefaces.component.TriStateCheckboxRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
converterfalsejavax.el.ValueExpression
(must evaluate to java.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.
immediatefalsejavax.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.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
validatorfalsejavax.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validationg the input.
valueChangeListenerfalsejavax.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
requiredMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
validatorMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
stateOneIconfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Icon for StateOne as a css class.
stateTwoIconfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Icon for StateTwo as a css class.
stateThreeIconfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Icon for StateThree as a css class.
itemLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label to display next to checkbox.
stateOneTitlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Title for StateOne.
stateTwoTitlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Title for StateTwo.
stateThreeTitlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Title for StateThree.
disabledfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables the component.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute on state change.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The tabindex attribute specifies the tab order of an element when the "tab" button is used for navigating.

Output generated by Vdldoc View Declaration Language Documentation Generator.