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 StringgetId(XItem xItem)XItemgetParent(XItem xItem)static TreeParentAccessorXItemofItemsMap(Map<String,XItem> xItemsById)static TreeParentAccessorXItemofXForm(IXForm xForm)
-
-
-
Method Detail
-
ofXForm
public static TreeParentAccessorXItem ofXForm(IXForm xForm)
-
ofItemsMap
public static TreeParentAccessorXItem ofItemsMap(Map<String,XItem> xItemsById)
-
-