public abstract class WorkplaceFunctionTree extends DefaultDispatchedBean implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
WorkplaceFunctionTree.FunctionNode
Represents function in function tree.
|
| Constructor and Description |
|---|
WorkplaceFunctionTree(IDispatcher owner) |
| Modifier and Type | Method and Description |
|---|---|
FIXGRIDTreeBinding<WorkplaceFunctionTree.FunctionNode> |
getFtree()
Tree of functions that is rendered as workplace tree at client side.
|
protected IWorkpageContainer |
getWorkpageContainer() |
protected IWorkpage |
loadContentPage(WorkpageStartInfo wpi) |
protected abstract void |
loadFunctionTree()
This method is called during construction: in this method the nodes
for the function tree are to be built up.
|
ccDestroy, getOwningDispatcher, setDispatcherpublic WorkplaceFunctionTree(IDispatcher owner)
public FIXGRIDTreeBinding<WorkplaceFunctionTree.FunctionNode> getFtree()
protected abstract void loadFunctionTree()
protected IWorkpageContainer getWorkpageContainer()
protected IWorkpage loadContentPage(WorkpageStartInfo wpi)
Copyright © CaptainCasa Gmbh. All Rights Reserved.