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