org.riotfamily.forms.options
Class PropertyOptionsModel

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

public class PropertyOptionsModel
extends Object
implements OptionsModel

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

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

Constructor Detail

PropertyOptionsModel

public PropertyOptionsModel()
Method Detail

setPropertyName

public void setPropertyName(String propertyName)

getOptionValues

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