public class TimebarConfiguration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimebarConfiguration.Metric |
| Constructor and Description |
|---|
TimebarConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getOptions() |
TimebarConfiguration.Metric |
getSelected() |
boolean |
isMergeRows() |
boolean |
isYourBoolean() |
void |
setMergeRows(boolean mergeRows) |
void |
setSelected(TimebarConfiguration.Metric unit) |
void |
setYourBoolean(boolean yourBoolean) |
public void setYourBoolean(boolean yourBoolean)
public boolean isYourBoolean()
public void setMergeRows(boolean mergeRows)
public boolean isMergeRows()
public void setSelected(TimebarConfiguration.Metric unit)
public TimebarConfiguration.Metric getSelected()
public java.lang.Object[] getOptions()