public interface NavigationContext extends ActionbarContext
| Modifier and Type | Method and Description |
|---|---|
NavigationTree |
getActionTree() |
boolean |
isSelected(NavigationNode node)
Checks whether provided node is selected
|
boolean |
isSelectionParent(NavigationNode node)
Checks whether provided node is a parent of selected one
|
getActionListener, getWidgetInstanceManagerNavigationTree getActionTree()
getActionTree in interface ActionbarContextboolean isSelected(NavigationNode node)
node - node to be checkedtrue if node is currently selectedisSelectionParent(NavigationNode)boolean isSelectionParent(NavigationNode node)
node - node to be checkedtrue if provided node is a parent of selected oneCopyright © 2018. All rights reserved.