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 TopBarItem
public String getText()
getText
in interface TopBarItem
public List<TopBarItem> getChildren()
getChildren
in interface TopBarItem
public boolean hasChildren()
hasChildren
in interface TopBarItem
public void addChild(TopBarItem item)
addChild
in interface TopBarItem
public boolean isActive()
isActive
in interface TopBarItem
public boolean isLabel()
isLabel
in interface TopBarItem
Copyright © 2015. All rights reserved.