net.sourceforge.stripes.tag
Class InputOptionsCollectionTag.Entry
java.lang.Object
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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bean
public Object bean
label
public Object label
value
public Object value
group
public Object group
? Copyright 2005-2006, Stripes Development Team.