public class TimeseriesWidgetLegendLayout extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeseriesWidgetLegendLayout.TimeseriesWidgetLegendLayoutSerializer |
| Modifier and Type | Field and Description |
|---|---|
static TimeseriesWidgetLegendLayout |
AUTO |
static TimeseriesWidgetLegendLayout |
HORIZONTAL |
static TimeseriesWidgetLegendLayout |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TimeseriesWidgetLegendLayout object is equal to o.
|
static TimeseriesWidgetLegendLayout |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final TimeseriesWidgetLegendLayout AUTO
public static final TimeseriesWidgetLegendLayout HORIZONTAL
public static final TimeseriesWidgetLegendLayout VERTICAL
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static TimeseriesWidgetLegendLayout fromValue(String value)
Copyright © 2023. All rights reserved.