public class CObjectTreeArray extends CPageNode
Modifier and Type | Field and Description |
---|---|
static int |
TREE_NAVIGATION_CIRCUITBREAKER |
Constructor and Description |
---|
CObjectTreeArray(MessageReader reader,
CPageSignifPath parentpath) |
Modifier and Type | Method and Description |
---|---|
void |
copyAsFlatTreeToClipboard() |
void |
copyTableToClipboard(boolean showhiddenfields) |
CPageNode |
deepcopyWithCallback(Callback callback) |
void |
expandall() |
void |
forceUpdateData(DataElt dataelt) |
DataElt |
getDataElt(DataEltType type,
java.lang.String eltname,
java.lang.String objectfieldname)
Returns a filled data element of the specified data element type.
|
ObjectTreeDataElt<ObjectDataElt> |
getExternalContent(CPageData inputdata,
CPageDataRef dataref) |
javafx.scene.Node |
getNode(PageActionManager actionmanager,
CPageData inputdata,
javafx.stage.Window parentwindow,
javafx.scene.control.TabPane[] parenttabpanes) |
void |
mothball()
cleans the page node.
|
javafx.scene.control.TreeItem<ObjectDataElt> |
parseNodeTree(ObjectTreeDataElt<ObjectDataElt> nodetree,
java.lang.String nodeid,
java.lang.String path,
int circuitbreaker) |
getParentpath, getPath, getSignificantpath, parseNode, setPageCatelog
public static final int TREE_NAVIGATION_CIRCUITBREAKER
public CObjectTreeArray(MessageReader reader, CPageSignifPath parentpath) throws OLcRemoteException, java.io.IOException
reader
- message reader from the serverparentpath
- parent pathOLcRemoteException
- if anything bad happens on the serverjava.io.IOException
- if any transmission error appears while reading
the messagepublic ObjectTreeDataElt<ObjectDataElt> getExternalContent(CPageData inputdata, CPageDataRef dataref)
public javafx.scene.control.TreeItem<ObjectDataElt> parseNodeTree(ObjectTreeDataElt<ObjectDataElt> nodetree, java.lang.String nodeid, java.lang.String path, int circuitbreaker)
public javafx.scene.Node getNode(PageActionManager actionmanager, CPageData inputdata, javafx.stage.Window parentwindow, javafx.scene.control.TabPane[] parenttabpanes)
getNode
in class CPageNode
actionmanager
- the action manager on which to register all widgets
that trigger an actioninputdata
- the list of input data of the pageparentwindow
- the javafx window this widget will be drawn inparenttabpanes
- parenttabpanes that should be triggered a layout when
this component resizespublic void expandall()
public DataElt getDataElt(DataEltType type, java.lang.String eltname, java.lang.String objectfieldname)
CPageNode
getDataElt
in class CPageNode
type
- requested type (will be tested by the widget to see if
valid)eltname
- the name that will be put to the data elementpublic void forceUpdateData(DataElt dataelt)
forceUpdateData
in class CPageNode
dataelt
- adds data element to the nodepublic CPageNode deepcopyWithCallback(Callback callback)
deepcopyWithCallback
in class CPageNode
callback
- the callback method, may be nullpublic void mothball()
CPageNode
public void copyAsFlatTreeToClipboard()
public void copyTableToClipboard(boolean showhiddenfields)