Documentation
Project Documentation
Foundation

Description

A picklist component is a selection component where a set of items can be selected from a list that contains all the available items to a list that contains the selected items.

The component is based on the t:selectManyListbox component, so it contains the same attributes. Soon, more specific attributes will be added.

Screen Shot

picklist

API

author Bruno Aranda
component-family javax.faces.SelectMany
renderer-type org.apache.myfaces.PicklistRenderer
component-class org.apache.myfaces.custom.picklist.HtmlSelectManyPicklist
renderer-class rg.apache.myfaces.custom.picklist.HtmlPicklistRenderer
tag-class org.apache.myfaces.custom.picklist.HtmlSelectManyPicklistTag

Usage

<s:selectManyPicklist [ Standard selectManyListbox attributes ] />
            

Syntax

<s:selectManyPicklist/>

In the current state, this component uses the same attributes than the h:selectManyListBox component. Specific attributes will be added soon.

Instructions

see sandbox/picklist.jsf for an example.