public interface NavigationItem extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
canAddFolder() |
boolean |
canDelete() |
boolean |
canPermissions() |
boolean |
canRename() |
String |
getName() |
List<NavigationNode> |
getNodes() |
String |
getQuery() |
String |
getViewElementId()
Returns the ID of the associated ZK view element.
|
void |
remove(NavigationNode node)
Removes the given child node.
|
void |
setViewElementId(String id)
Sets the ID of the associated ZK view element.
|
List<NavigationNode> getNodes()
String getName()
String getQuery()
void remove(NavigationNode node)
node
- child nodeString getViewElementId()
void setViewElementId(String id)
id
- element idboolean canDelete()
boolean canRename()
boolean canPermissions()
boolean canAddFolder()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.