org.chenillekit.tapestry.core.models
Class DaySelectModel
java.lang.Object
org.apache.tapestry5.util.AbstractSelectModel
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaySelectModel
public DaySelectModel()
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-2011 ChenilleKit. All Rights Reserved.