ICEfaces EE Composite Components
Tag editableList


The Editable List Composite Component

Allows editing, adding and removing String items in a list

Features

How To Use

  1. Create an instance of the EditableList class in your managed bean
  2. If you would like to enforce unique items in the list, use the EditableList(boolean enforceUnique) constructor
  3. Use the editableList tag in your page
  4. Bind the 'bean' attribute on the tag to your managed bean property (eg. bean="#{myBean.editableList})

Example:
<ice-cc:editableList id="uniqueId" bean="#{editableListBean} listWidth="100px" listHeight="50px"/>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameEditable List

Attributes
NameRequiredRequest-timeTypeDescription
idtruefalsejava.lang.StringA unique id for the component.
beantruefalsecom.icesoft.faces.facelets.component.editablelist.EditableListThe bean attribute must resolve to an instance of the EditableList class.
listWidthfalsefalsejava.lang.StringSets the width of the list (default 100px)
listHeightfalsefalsejava.lang.StringSets the height of the list (default 100px)
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.
effectfalsefalsecom.icesoft.faces.context.effects.EffectThe Javascript Effect
readonlyfalsefalsejava.lang.BooleanPassed through to the underlying UIInput component
sizefalsefalsejava.lang.StringPassed through to size attribute in ice:selectManyListbox
titlefalsefalsejava.lang.StringPassed through to underlying component
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered.
styleClassListfalsefalsejava.lang.StringPassed through to styleClass attribute in ice:selectManyListbox
styleClassInputfalsefalsejava.lang.StringPassed through to styleClass attribute in ice:inputText

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.