public class NavigationItem extends Object
Modifier and Type | Field and Description |
---|---|
protected List<NavigationItem> |
childNavigationItems |
static String |
copyright |
protected String |
description |
protected boolean |
ghost |
protected boolean |
inPath |
protected List<String> |
parameters |
protected String |
path |
protected boolean |
selected |
protected String |
title |
Constructor and Description |
---|
NavigationItem(String title,
String description,
String path,
List<String> parameters,
boolean inPath,
boolean selected,
boolean ghost) |
Modifier and Type | Method and Description |
---|---|
List<NavigationItem> |
getChildNavigationItems() |
String |
getDescription() |
List<String> |
getParameters() |
String |
getPath() |
String |
getTitle() |
boolean |
isGhost() |
boolean |
isInPath() |
boolean |
isSelected() |
public static final String copyright
protected final String title
protected final String description
protected final String path
protected final boolean inPath
protected final boolean selected
protected final boolean ghost
protected final List<NavigationItem> childNavigationItems
public String getTitle()
public String getDescription()
public String getPath()
public boolean isInPath()
public boolean isSelected()
public boolean isGhost()
public List<NavigationItem> getChildNavigationItems()