org.riotfamily.forms.options
Class DependentOptionsModelFactory

java.lang.Object
  extended by org.riotfamily.forms.options.DependentOptionsModelFactory
All Implemented Interfaces:
OptionsModelFactory

public class DependentOptionsModelFactory
extends Object
implements OptionsModelFactory


Constructor Summary
DependentOptionsModelFactory()
           
 
Method Summary
 OptionsModel createOptionsModel(Object model, Element element)
           
 boolean supports(Object model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependentOptionsModelFactory

public DependentOptionsModelFactory()
Method Detail

supports

public boolean supports(Object model)
Specified by:
supports in interface OptionsModelFactory

createOptionsModel

public OptionsModel createOptionsModel(Object model,
                                       Element element)
Specified by:
createOptionsModel in interface OptionsModelFactory