org.tynamo.util
Class GenericSelectionModel<T>
java.lang.Object
org.apache.tapestry5.util.AbstractSelectModel
org.tynamo.util.GenericSelectionModel<T>
- All Implemented Interfaces:
- org.apache.tapestry5.SelectModel
public class GenericSelectionModel<T>
- extends org.apache.tapestry5.util.AbstractSelectModel
| Methods inherited from class org.apache.tapestry5.util.AbstractSelectModel |
visit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericSelectionModel
public GenericSelectionModel(List<T> list)
GenericSelectionModel
public GenericSelectionModel(List<T> list,
String labelField,
org.apache.tapestry5.ioc.services.PropertyAccess adapter)
getOptionGroups
public List<org.apache.tapestry5.OptionGroupModel> getOptionGroups()
getOptions
public List<org.apache.tapestry5.OptionModel> getOptions()
Copyright © 2004-2012. All Rights Reserved.