ICEfaces EE Composite Components
Tag dualList


Dual List Composite Component

Features

How to Use

  1. Create an instance of the DualList class in your managed bean
  2. Bind the bean attribute on the tag to your managed bean property (eg: bean="#{myBean.dualList}")

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


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

Attributes
NameRequiredRequest-timeTypeDescription
idtruefalsejava.lang.StringA unique id for the component.
beantruefalsecom.icesoft.faces.facelets.component.duallist.DualListThe bean attribute must resolve to an instance of the DualList class.
listWidthfalsefalsejava.lang.StringSets the width of both lists, eg. listWidth="100px"
listHeightfalsefalsejava.lang.StringSets the height of both lists, eg. listHeight="100px"
disabledAvailablefalsefalsejava.lang.BooleanPassed through to the left ice:selectManyListbox
readonlyfalsefalsejava.lang.BooleanPassed through to the underlying UIInput component
disabledSelectedfalsefalsejava.lang.BooleanPassed through to the right ice:selectManyListbox
readonlySelectedfalsefalsejava.lang.BooleanPassed through to the right ice:selectManyListbox
addSelectedImagefalsefalsejava.lang.StringImage passed through to addSelected ice:commandButton
addAllImagefalsefalsejava.lang.StringImage passed through to addAll ice:commandButton
removeSelectedImagefalsefalsejava.lang.StringImage passed through to removeSelected ice:commandButton
removeAllImagefalsefalsejava.lang.StringImage passed through to removeAll ice:commandButton
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.
styleClassAvailablefalsefalsejava.lang.StringPassed through to styleClass attribute in left ice:selectManyListbox
styleClassSelectedfalsefalsejava.lang.StringPassed through to styleClass attribute in right ice:selectManyListbox
autocompleteAvailablefalsefalsejava.lang.StringPassed through to the autocomplete attribute in left ice:selectManyListbox
autocompleteSelectedfalsefalsejava.lang.StringPassed through to the autocomplete attribute in right ice:selectManyListbox
effectAvailablefalsefalsejava.lang.StringPassed through to effect attribute in left ice:selectManyListbox
effectSelectedfalsefalsejava.lang.StringPassed through to effect attribute in right ice:selectManyListbox
sizeAvailablefalsefalsejava.lang.StringPassed through to size attribute in left ice:selectManyListbox
sizeSelectedfalsefalsejava.lang.StringPassed through to size attribute in right ice:selectManyListbox
titleAvailablefalsefalsejava.lang.StringPassed through to title attribute in left ice:selectManyListbox
titleSelectedfalsefalsejava.lang.StringPassed through to title attribute in right ice:selectManyListbox

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.