You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/17 12:38:53 UTC

[Tapestry Wiki] Update of "Tapestry5MultipleSelectOnObjects" by BobHarner

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The "Tapestry5MultipleSelectOnObjects" page has been changed by BobHarner:
http://wiki.apache.org/tapestry/Tapestry5MultipleSelectOnObjects?action=diff&rev1=3&rev2=4

Comment:
Added note at top about Palette and Checklist

  == MultipleSelect Component ==
  
  Tapestry 5 doesn´t contain a multiple select component yet. So here is an implementation for a generic multiple select based on Daniel Jue's GenericSelectionModel and GenericValueEncoder classes and some modified base components. I leaved the unmodified parts in the code for better copy and paste.
+ 
+ || Note: This renders as a Select element, so users have to control-click or shift-click to select multiple items. A better choice for most purposes is the [[http://tapestry.apache.org/current/tapestry-core/ref/org/apache/tapestry5/corelib/components/Palette.html|Palette]] component or (for Tapestry 5.3) the Checklist component. ||
  
  See also :
   * [[http://www.phy6.net/wiki/tiki-index.php?page=Tapestry+5+GenericSelectionModel|Tapestry5 How to use the SELECT component]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org