org.riotfamily.components.config
Class ComponentListConfig
java.lang.Object
org.riotfamily.components.config.ComponentListConfig
public class ComponentListConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentListConfig
public ComponentListConfig(Integer min,
Integer max,
List<String> initial,
List<?> valid)
getMin
public Integer getMin()
getMax
public Integer getMax()
getValidTypes
public Collection<ComponentConfig> getValidTypes()
getInitialTypes
public List<String> getInitialTypes()
getConfig
public ComponentConfig getConfig(String type)
toJSON
public String toJSON()