net.sourceforge.stripes.tag
Class InputOptionsCollectionTag.Entry

java.lang.Object
  extended by net.sourceforge.stripes.tag.InputOptionsCollectionTag.Entry
Enclosing class:
InputOptionsCollectionTag

public static class InputOptionsCollectionTag.Entry
extends Object

A little container class that holds an entry in the collection of items being used to generate the options, along with the determined label and value (either from a property, or a localized value).


Field Summary
 Object bean
           
 Object group
           
 Object label
           
 Object value
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bean

public Object bean

label

public Object label

value

public Object value

group

public Object group


? Copyright 2005-2006, Stripes Development Team.