org.chenillekit.tapestry.core.models
Class DaySelectModel

java.lang.Object
  extended by org.apache.tapestry5.util.AbstractSelectModel
      extended by org.chenillekit.tapestry.core.models.DaySelectModel
All Implemented Interfaces:
SelectModel

public class DaySelectModel
extends AbstractSelectModel

Version:
$Id: DaySelectModel.java 471 2009-05-09 09:28:38Z homburgs $
Author:
S.Homburg

Constructor Summary
DaySelectModel()
           
 
Method Summary
 List<OptionGroupModel> getOptionGroups()
          The list of groups, each containing some number of individual options.
 List<OptionModel> getOptions()
          The list of ungrouped options, which appear after any grouped options.
 
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

DaySelectModel

public DaySelectModel()
Method Detail

getOptionGroups

public List<OptionGroupModel> getOptionGroups()
The list of groups, each containing some number of individual options.

Returns:
the groups, or null

getOptions

public List<OptionModel> getOptions()
The list of ungrouped options, which appear after any grouped options. Generally, a model will either provide option groups or ungrouped options, but not both.

Returns:
the ungrouped options, or null


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.