org.chenillekit.tapestry.core.internal
Class GenericSelectionModel<T>
java.lang.Object
org.apache.tapestry5.util.AbstractSelectModel
org.chenillekit.tapestry.core.internal.GenericSelectionModel<T>
- All Implemented Interfaces:
- SelectModel
public class GenericSelectionModel<T>
- extends AbstractSelectModel
- Version:
- $Id: GenericSelectionModel.java 594 2009-12-05 15:17:26Z mlusetti $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericSelectionModel
public GenericSelectionModel(List<T> list,
String labelField,
PropertyAccess adapter)
getOptionGroups
public List<OptionGroupModel> getOptionGroups()
getOptions
public List<OptionModel> getOptions()
Copyright © 2008-2010 ChenilleKit. All Rights Reserved.