public interface NavigationTreeNode
Modifier and Type | Method and Description |
---|---|
String |
getAttrib(String name)
Get an attribute of the node.
|
List<NavigationTreeNode> |
getChildren()
Returns the children of this node.
|
String |
getConfigId()
Returns the id of the gui configuration.
|
Element |
getElement()
Return the xml element.
|
String |
getId()
Returns the id.
|
String |
getName()
Get the name of the node.
|
void |
init(Element elem,
String configid)
This method is called after the node is created.
|
boolean |
mayExecute()
Returns true if the current user may view this node.
|
void |
setAttrib(String name,
Object value)
Set an attribute of the node.
|
void |
setId(String id)
Set the id of the node.
|
JSONObject |
toJson()
Returns a json representation of this node.
|
String getConfigId()
String getId()
void setId(String id)
String getName()
List<NavigationTreeNode> getChildren()
boolean mayExecute()
JSONObject toJson()
Element getElement()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.