public class ConfigStatsHelper extends HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED| Constructor and Description |
|---|
ConfigStatsHelper()Construct a new ConfigStatsHelper. |
| Modifier and Type | Method and Description |
|---|---|
boolean | getCurrentCanBeGraphed()Check whether the current stat can be graphed. |
String | getCurrentGraphName()Get the current graph name. |
String | getCurrentGroupName()What group is the current stat in. |
boolean | getCurrentIsGraphed()Check whether the current stat is graphed. |
String | getCurrentStatDescription()Get the description of the current stat. |
String | getCurrentStatName()Get the current stat name. |
boolean | getIsFull()Check whether the full stats are enabled. |
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, 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.