org.riotfamily.riot.editor
Class IntermediateDefinition

java.lang.Object
  extended by org.riotfamily.riot.editor.AbstractEditorDefinition
      extended by org.riotfamily.riot.editor.AbstractObjectEditorDefinition
          extended by org.riotfamily.riot.editor.IntermediateDefinition
All Implemented Interfaces:
EditorDefinition, ObjectEditorDefinition

public class IntermediateDefinition
extends AbstractObjectEditorDefinition


Constructor Summary
IntermediateDefinition(ListDefinition parentListDefinition, ListDefinition nestedListDefinition)
           
 
Method Summary
 String getEditorType()
           
protected  String getEditorUrlWithinServlet(String objectId, String parentId, String parentEditorId)
           
 ListDefinition getNestedListDefinition()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.riotfamily.riot.editor.EditorDefinition
addReference, getId, getParentEditorDefinition, isHidden, setParentEditorDefinition, show
 

Constructor Detail

IntermediateDefinition

public IntermediateDefinition(ListDefinition parentListDefinition,
                              ListDefinition nestedListDefinition)
Method Detail

getEditorType

public String getEditorType()

getNestedListDefinition

public ListDefinition getNestedListDefinition()

getEditorUrlWithinServlet

protected String getEditorUrlWithinServlet(String objectId,
                                           String parentId,
                                           String parentEditorId)
Specified by:
getEditorUrlWithinServlet in class AbstractObjectEditorDefinition