public class ConfigStatsHelper extends HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED| Constructor and Description |
|---|
ConfigStatsHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCurrentCanBeGraphed() |
String |
getCurrentGraphName() |
String |
getCurrentGroupName()
What group is the current stat in
|
boolean |
getCurrentIsGraphed() |
String |
getCurrentStatDescription() |
String |
getCurrentStatName() |
boolean |
getIsFull() |
boolean |
groupRequired()
Is the current stat the first in the group?
|
boolean |
hasMoreStats()
move the cursor to the next known stat, returning true if a valid
stat is available.
|
void |
setContextId(String contextId)
Configure this bean to query a particular router context
|
_t, _t, _t, _x, getChecked, getCheckedDefaultTrue, isAdvanced, ngettext, storeWriterpublic boolean getCurrentCanBeGraphed()
public String getCurrentGraphName()
public String getCurrentGroupName()
public boolean getCurrentIsGraphed()
public String getCurrentStatDescription()
public String getCurrentStatName()
public boolean getIsFull()
public boolean groupRequired()
public boolean hasMoreStats()
public void setContextId(String contextId)
setContextId in class HelperBasecontextId - beginning few characters of the routerHash, or null to pick
the first one we come across.