org.riotfamily.riot.editor
Class IntermediateDefinition
java.lang.Object
org.riotfamily.riot.editor.AbstractEditorDefinition
org.riotfamily.riot.editor.AbstractObjectEditorDefinition
org.riotfamily.riot.editor.IntermediateDefinition
- All Implemented Interfaces:
- EditorDefinition, ObjectEditorDefinition
public class IntermediateDefinition
- extends AbstractObjectEditorDefinition
Methods inherited from class org.riotfamily.riot.editor.AbstractObjectEditorDefinition |
addChildEditorDefinition, createEditorPath, createEditorPath, createPathComponent, createReference, getBeanClass, getChildEditorDefinitions, getChildEditorReferences, getEditorUrl, getEditorUrlWithinServlet, getLabel, getLabelProperty, loadBean, setBeanClass, setLabelProperty |
Methods inherited from class org.riotfamily.riot.editor.AbstractEditorDefinition |
addReference, equals, getDefaultName, getEditorRepository, getIcon, getId, getLabel, getMessageKey, getName, getParentEditorDefinition, hashCode, isHidden, setEditorRepository, setHidden, setIcon, setId, setName, setParentEditorDefinition, show |
IntermediateDefinition
public IntermediateDefinition(ListDefinition parentListDefinition,
ListDefinition nestedListDefinition)
getEditorType
public String getEditorType()
getNestedListDefinition
public ListDefinition getNestedListDefinition()
getEditorUrlWithinServlet
protected String getEditorUrlWithinServlet(String objectId,
String parentId,
String parentEditorId)
- Specified by:
getEditorUrlWithinServlet
in class AbstractObjectEditorDefinition