public interface TopBarItem extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addChild(TopBarItem item) |
List<TopBarItem> |
getChildren() |
String |
getItemId() |
String |
getText() |
boolean |
hasChildren() |
boolean |
isActive() |
boolean |
isLabel() |
String getItemId()
String getText()
boolean isActive()
boolean isLabel()
List<TopBarItem> getChildren()
boolean hasChildren()
void addChild(TopBarItem item)
Copyright © 2015. All rights reserved.