Uses of Class
net.sourceforge.stripes.tag.InputOptionsCollectionTag

Packages that use InputOptionsCollectionTag
net.sourceforge.stripes.tag Contains implementation classes for all the Stripes custom tags and interfaces for overriding the strategy used to (re-)populate tag values and rendering tags in case of validation errors. 
 

Uses of InputOptionsCollectionTag in net.sourceforge.stripes.tag
 

Subclasses of InputOptionsCollectionTag in net.sourceforge.stripes.tag
 class InputOptionsEnumerationTag
          Writes a set of <option value="foo">bar</option> tags to the page based on the values of a enum.
 class InputOptionsMapTag
          Extracts the Set of Map.Entry from the specified Map and uses it as the Collection for the superclass InputOptionsCollectionTag.
 



? Copyright 2005-2006, Stripes Development Team.