Package de.xima.fc.form.common.graph
Class TreeParentAccessorXItem
- java.lang.Object
-
- de.xima.fc.form.common.graph.TreeParentAccessorXItem
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId(XItem xItem)
XItem
getParent(XItem xItem)
static TreeParentAccessorXItem
ofItemsMap(Map<String,XItem> xItemsById)
static TreeParentAccessorXItem
ofXForm(IXForm xForm)
-
-
-
Method Detail
-
ofXForm
public static TreeParentAccessorXItem ofXForm(IXForm xForm)
-
ofItemsMap
public static TreeParentAccessorXItem ofItemsMap(Map<String,XItem> xItemsById)
-
-