ICEfaces EE Composite Components
Tag selectInputDateColumn


The selectInputDateColumn Composite Component is used in conjuction with the editableTable to render a column displayed as a selectInputDate (Calendar) 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:selectInputDateColumn title="Birth Date" property="birthDate" width="150px"> <ui:define name="converter"> <f:convertDateTime dateStyle="default"/> </ui:define> </ice-cc:editableTable>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameSelect Input Date 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
requiredfalsefalsejava.lang.BooleanSets whether the input value is required
renderAsPopupfalsefalsejava.lang.BooleanPassed through to the ice:selectInputDate component
autocompletefalsefalsejava.lang.BooleanPassed through to the input elements.
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered.
highlightClassfalsefalsejava.lang.StringPassed through to ice:selectInputDate
highlightUnitfalsefalsejava.lang.StringPassed through to ice:selectInputDate
highlightValuefalsefalsejava.lang.StringPassed through to ice:selectInputDate
renderMonthAsDropdownfalsefalsejava.lang.BooleanPassed through to ice:selectInputDate
renderYearAsDropdownfalsefalsejava.lang.BooleanPassed through to ice:selectInputDate
widthfalsefalsejava.lang.StringSets the width of the displayed area for the Component

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.