ICEfaces EE Composite Components
Tag selectOneMenuColumn


The Select One Menu Column Composite Component is used in conjuction with the editableTable to render a column displayed as a drop down list 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:selectOneMenuColumn title="Department" property="departmentName" selectItems="#{editableTableExampleBean.departments}" width="80px"/> </ice-cc:editableTable>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameSelect One Menu 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
selectItemstruefalsejava.util.ListThe list of selectable items when the row is in editable mode
autocompletefalsefalsejava.lang.BooleanPassed through to the input elements.
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.
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.