org.riotfamily.forms.options
Class StaticOptionsModel

java.lang.Object
  extended by org.riotfamily.forms.options.StaticOptionsModel
All Implemented Interfaces:
OptionsModel

public class StaticOptionsModel
extends Object
implements OptionsModel


Constructor Summary
StaticOptionsModel(Collection<?> values)
           
 
Method Summary
 Collection<?> getOptionValues(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticOptionsModel

public StaticOptionsModel(Collection<?> values)
Method Detail

getOptionValues

public Collection<?> getOptionValues(Element element)
Specified by:
getOptionValues in interface OptionsModel