public abstract class ExpressionNodeManager extends java.lang.Object implements IToolUI
| Modifier and Type | Field and Description |
|---|---|
protected ProjectInfo |
m_currentProjectInfo |
protected java.util.List<ExpressionNode> |
m_rootNodes |
| Constructor and Description |
|---|
ExpressionNodeManager()
The Layout Editor expects an empty, public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExpressionNode> |
getRootNodes()
Access to
m_rootNodes. |
abstract void |
loadRootNodesForPage(ProjectInfo project,
java.lang.String pageName)
Purpose of this method is to (re)fill the rootNodes with the current data.
|
protected ProjectInfo m_currentProjectInfo
protected java.util.List<ExpressionNode> m_rootNodes
public ExpressionNodeManager()
public java.util.List<ExpressionNode> getRootNodes()
m_rootNodes. Before accessing the root nodes the
Expression Explorer will first requiest to load them by calling
loadRootNodesForPage(ProjectInfo, String).public abstract void loadRootNodesForPage(ProjectInfo project, java.lang.String pageName)
m_rootNodes.
The method is called by the Layout Manager prior to calling getRootNodes().Copyright © CaptainCasa Gmbh. All Rights Reserved.