Attributes |
Name | Required | Request-time | Type | Description |
allLeftClass | no | false | java.lang.String | Style class to apply to the all-left button icon element. Default = 'ui-icon ui-icon-arrowstop-1-w'. |
allRightClass | no | false | java.lang.String | Style class to apply to the all-right button icon element. Default = 'ui-icon ui-icon-arrowstop-1-e'. |
binding | no | false | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
controlClass | no | false | java.lang.String | Style class to apply to the container around each button icon element. Default = 'ui-state-default ui-corner-all'. |
footerClass | no | false | java.lang.String | Style class to apply to the footer DIV element. Default = 'ui-widget-content'. |
footerStyle | no | false | java.lang.String | Style rules to apply to the footer DIV element. |
format | no | false | java.lang.String | Defines the order that the movement controls appear in. Default = 'alll lft rgt allr'. |
headerClass | no | false | java.lang.String | Style class to apply to the header DIV element. Default = 'ui-state-default'. |
headerStyle | no | false | java.lang.String | Style rules to apply to the header DIV element. |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
leftClass | no | false | java.lang.String | Style class to apply to the left button icon element. Default = 'ui-icon ui-icon-arrow-1-w'. |
position | no | false | org.icefaces.ace.component.listcontrol.DualListPosition | When 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'. |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
rightClass | no | false | java.lang.String | Style class to apply to the right button icon element. Default = 'ui-icon ui-icon-arrow-1-e'. |
selector | no | false | java.lang.String | JQuery/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'. |
spacerClass | no | false | java.lang.String | Style class to apply to the spacer container around each button element. |
style | no | false | java.lang.String | Style rules to apply to the container DIV element. |
styleClass | no | false | java.lang.String | Style class to apply to the container DIV element. Default = 'ui-widget-content ui-corner-all'. |