ICEfaces EE Composite Components
Tag filterColumn


The filterColumn Composite Component defines a filterable column in a filterTable

Example:
<ice-cc:filterTable bean="#{filterTableExampleBean.filterTableBean}" id="filterTable"> <ice-cc:column title="ID" value="#{row.id}" /> <ice-cc:filterColumn title="First Name" value="#{row.firstName}" property="firstName" /> <ice-cc:filterColumn title="Last Name" value="#{row.lastName}" property="lastName" /> </ice-cc:filterTable>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameFilter Column Composite Component (used in conjuction with the filterTable Component)

Attributes
NameRequiredRequest-timeTypeDescription
valuetruefalsejava.lang.ObjectThe value attribute defines the data to be displayed in the column body
inputStylefalsefalsejava.lang.StringPassed through to the style attribute on ice:inputText component
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

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.