org.riotfamily.components.riot.form
Class StaticContentOptionsModel

java.lang.Object
  extended by org.riotfamily.components.riot.form.StaticContentOptionsModel
All Implemented Interfaces:
OptionsModel

public class StaticContentOptionsModel
extends Object
implements OptionsModel

Since:
7.0
Author:
Felix Gnass [fgnass at neteye dot de]

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

Constructor Detail

StaticContentOptionsModel

public StaticContentOptionsModel()
Method Detail

setValues

public void setValues(Collection<?> values)

getOptionValues

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