br.com.arsmachina.tapestrycrud.selectmodel
Class SimpleSelectModel
java.lang.Object
org.apache.tapestry5.util.AbstractSelectModel
br.com.arsmachina.tapestrycrud.selectmodel.SimpleSelectModel
- All Implemented Interfaces:
- SelectModel
public class SimpleSelectModel
- extends AbstractSelectModel
Simple SelectModel implementation. It doesnt't provide any OptionGroupModel.
- Author:
- Thiago H. de Paula Figueiredo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSelectModel
public SimpleSelectModel(List<OptionModel> optionModels)
- Single constructor of this class.
- Parameters:
optionModels - a List of OptionModels. It cannot be null.
getOptionGroups
public List<OptionGroupModel> getOptionGroups()
- See Also:
org.apache.tapestry.SelectModel#getOptionGroups()
getOptions
public List<OptionModel> getOptions()
- See Also:
org.apache.tapestry.SelectModel#getOptions()
Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.