org.riotfamily.riot.form.ui
Class FormUtils
java.lang.Object
org.riotfamily.riot.form.ui.FormUtils
public class FormUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormUtils
public FormUtils()
setObjectId
public static void setObjectId(Form form,
String objectId)
getObjectId
public static String getObjectId(Form form)
setParentId
public static void setParentId(Form form,
String parentId)
getParentId
public static String getParentId(Form form)
setParentEditor
public static void setParentEditor(Form form,
EditorDefinition parentEditor)
getParentEditor
public static EditorDefinition getParentEditor(Form form)
getParentEditorId
public static String getParentEditorId(Form form)
setEditorDefinition
public static void setEditorDefinition(Form form,
ObjectEditorDefinition editorDefinition)
getEditorDefinition
public static ObjectEditorDefinition getEditorDefinition(Form form)
loadParent
public static Object loadParent(Form form)