public class TauchartsConfig extends Object implements Serializable
TauchartsPanel| Constructor and Description |
|---|
TauchartsConfig(String type,
Collection<String> x,
Collection<String> y,
String colorBy,
List<String> plugins,
String query,
String xLabel,
String yLabel,
Boolean usingRest,
String config) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorBy() |
String |
getConfig() |
List<String> |
getPlugins() |
String |
getQuery() |
String |
getType() |
Collection<String> |
getX() |
org.apache.wicket.model.IModel<String> |
getxLabel() |
Collection<String> |
getY() |
org.apache.wicket.model.IModel<String> |
getyLabel() |
boolean |
isUsingRest() |
public String getType()
public Collection<String> getX()
public org.apache.wicket.model.IModel<String> getxLabel()
public Collection<String> getY()
public org.apache.wicket.model.IModel<String> getyLabel()
public String getColorBy()
public String getQuery()
public boolean isUsingRest()
public String getConfig()
Copyright © 2018. All rights reserved.