ICEfaces EE Composite Components
Tag selectBooleanColumn


The selectBooleanColumn Composite Component is used in conjunction with the editableTable to render a column displayed as a selectBooleanCheckbox component when in editable mode. This component supports nested validator and converter tags.

Example:
<ice-cc:editableTable bean="#{editableTableExampleBean.editableTableBean}" id="editableTable" idProperty="id"> <ice-cc:selectBooleanColumn title="Has Permission" property="permission" width="50px"/> </ice-cc:editableTable>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameSelect Boolean Column

Attributes
NameRequiredRequest-timeTypeDescription
propertytruefalsejava.lang.StringThe bean property for the column. eg. with Person.birthDate, birthDate is the property, where the Person class has associated getBirthDate and setBirthDate methods
titlefalsefalsejava.lang.StringSets the header title for the column
widthfalsefalsejava.lang.StringSets the width of the displayed area for the Component
requiredfalsefalsejava.lang.BooleanSets whether the input value is required

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.