public enum NaviItem extends Enum<NaviItem>
| Enum Constant and Description |
|---|
ACCUMULATORS
Navigation item for accumulators.
|
DASHBOARDS
Navigation item for dashboards.
|
JOURNEYS
Monitoring journeys navi item.
|
MORE
Collections for additional items
|
MORE_CONFIG |
MORE_GAUGES |
MORE_LIBS |
MORE_MBEANS |
MORE_PLUGINS |
MORE_UPDATE |
NONE
Constant for action without own navigation item.
|
PRODUCERS
Producers menu item.
|
THREADS
Navigation item for threads.
|
THREADS_DUMP |
THREADS_HISTORY |
THREADS_LIST |
THRESHOLDS
Navigation item for thresholds.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
String |
getId() |
static List<NaviItem> |
getMenu() |
boolean |
isSelected(String id) |
static NaviItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NaviItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NaviItem PRODUCERS
public static final NaviItem JOURNEYS
public static final NaviItem NONE
public static final NaviItem THRESHOLDS
public static final NaviItem ACCUMULATORS
public static final NaviItem DASHBOARDS
public static final NaviItem THREADS
public static final NaviItem MORE
public static final NaviItem THREADS_LIST
public static final NaviItem THREADS_DUMP
public static final NaviItem THREADS_HISTORY
public static final NaviItem MORE_LIBS
public static final NaviItem MORE_PLUGINS
public static final NaviItem MORE_CONFIG
public static final NaviItem MORE_UPDATE
public static final NaviItem MORE_MBEANS
public static final NaviItem MORE_GAUGES
public static NaviItem[] values()
for (NaviItem c : NaviItem.values()) System.out.println(c);
public static NaviItem valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getId()
public String getCaption()
public boolean isSelected(String id)
Copyright © 2010-2015 anotheria.net. All Rights Reserved.