ICEfaces EE Composite Components
Tag textColumn


The Text Column Composite Component is used in conjuction with the editableTable to render a column displayed as an inputText 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:textColumn title="Last Name" property="lastName" width="100px"/> </ice-cc:editableTable>


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

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
autocompletefalsefalsejava.lang.BooleanPassed through to the input elements.
disabledfalsefalsejava.lang.BooleanFlag indicating that this component must never receive focus or be included in a subsequent submit.
readonlyfalsefalsejava.lang.BooleanPassed through to the underlying UIInput component
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered.

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.