ICEfaces EE Composite Components
Tag column


Easy Column Composite Component

Features

How To Use

  1. Create an ice:dataTable
  2. Use the 'title' attribute for the column title and the 'value' attribute for the cell contents
  3. If you wish to use ice:commandSortHeader, use the 'name' attribute to populate the ice:commandSortHeader columnName attribute and set the 'sortable' attribute to true

Example:
<ice-cc:column title="ID" value="#{row.id}" name="id" sortable="true"/>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameColumn Composite Component

Attributes
NameRequiredRequest-timeTypeDescription
titlefalsefalsejava.lang.StringSets the header title for the column
namefalsefalsejava.lang.StringThe name of the column property, used for sorting (only required when 'sortable' set to true)
valuetruefalsejava.lang.ObjectThe value binding for the column
sortablefalsefalsejava.lang.BooleanSets whether the column will be sortable (default false)

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.