ICEfaces ACE Components
Tag listControl


Renders a set of controls for moving items among ace:list components. Requires a selector that defines the set of ace:list components to move items between. Defaults to all lists. Optionally if this component has two nested ace:list children, they will be rendered within a styled container, and connected via this control without configuration.

For more information, see the List Control Wiki Documentation.



Tag Information
Tag Classorg.icefaces.ace.component.listcontrol.ListControlTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
allLeftClassnofalsejava.lang.StringStyle class to apply to the all-left button icon element. Default = 'ui-icon ui-icon-arrowstop-1-w'.
allRightClassnofalsejava.lang.StringStyle class to apply to the all-right button icon element. Default = 'ui-icon ui-icon-arrowstop-1-e'.
bindingnofalsejavax.el.ValueExpressionUsing an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean.
controlClassnofalsejava.lang.StringStyle class to apply to the container around each button icon element. Default = 'ui-state-default ui-corner-all'.
footerClassnofalsejava.lang.StringStyle class to apply to the footer DIV element. Default = 'ui-widget-content'.
footerStylenofalsejava.lang.StringStyle rules to apply to the footer DIV element.
formatnofalsejava.lang.StringDefines the order that the movement controls appear in. Default = 'alll lft rgt allr'.
headerClassnofalsejava.lang.StringStyle class to apply to the header DIV element. Default = 'ui-state-default'.
headerStylenofalsejava.lang.StringStyle rules to apply to the header DIV element.
idnofalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
leftClassnofalsejava.lang.StringStyle class to apply to the left button icon element. Default = 'ui-icon ui-icon-arrow-1-w'.
positionnofalseorg.icefaces.ace.component.listcontrol.DualListPositionWhen dual list mode is used, this property will determine if we render the migration control in the "MIDDLE", on the "TOP", "BOTTOM" or "BOTH" ends of the nested lists. "ALL" renders controls in every position Default = 'DualListPosition.TOP'.
renderednofalsebooleanReturn true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'.
rightClassnofalsejava.lang.StringStyle class to apply to the right button icon element. Default = 'ui-icon ui-icon-arrow-1-e'.
selectornofalsejava.lang.StringJQuery/CSS selector defining the group of lists this control navigates and creates mutually exclusive selection between. Default selects all lists. When in dual list mode, this property has no effect. Default = '.if-list'.
spacerClassnofalsejava.lang.StringStyle class to apply to the spacer container around each button element.
stylenofalsejava.lang.StringStyle rules to apply to the container DIV element.
styleClassnofalsejava.lang.StringStyle class to apply to the container DIV element. Default = 'ui-widget-content ui-corner-all'.

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.