public class SimpleTopBarItem extends Object implements TopBarItem
| Constructor and Description |
|---|
SimpleTopBarItem(String itemId,
String text) |
SimpleTopBarItem(String itemId,
String text,
boolean active,
boolean isLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(TopBarItem item) |
List<TopBarItem> |
getChildren() |
String |
getItemId() |
String |
getText() |
boolean |
hasChildren() |
boolean |
isActive() |
boolean |
isLabel() |
public String getItemId()
getItemId in interface TopBarItempublic String getText()
getText in interface TopBarItempublic List<TopBarItem> getChildren()
getChildren in interface TopBarItempublic boolean hasChildren()
hasChildren in interface TopBarItempublic void addChild(TopBarItem item)
addChild in interface TopBarItempublic boolean isActive()
isActive in interface TopBarItempublic boolean isLabel()
isLabel in interface TopBarItemCopyright © 2015. All rights reserved.