public interface IMenuItemFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowed()
Must return true if the current node is accessible by the user.
|
void |
setNode(MenuItemImpl currentNode)
Called to set the node that needs to be handled.
|
void setNode(MenuItemImpl currentNode) throws Exception
currentNode - Exceptionboolean isAllowed()
Copyright © 2017 etc.to. All rights reserved.