org.chenillekit.tapestry.core.internal
Class GenericSelectionModel<T>

java.lang.Object
  extended by org.apache.tapestry5.util.AbstractSelectModel
      extended by 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 $

Constructor Summary
GenericSelectionModel(List<T> list, String labelField, PropertyAccess adapter)
           
 
Method Summary
 List<OptionGroupModel> getOptionGroups()
           
 List<OptionModel> getOptions()
           
 
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
 

Constructor Detail

GenericSelectionModel

public GenericSelectionModel(List<T> list,
                             String labelField,
                             PropertyAccess adapter)
Method Detail

getOptionGroups

public List<OptionGroupModel> getOptionGroups()

getOptions

public List<OptionModel> getOptions()


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.