public static enum PbRichTextarea.LabelPosition extends Enum<PbRichTextarea.LabelPosition>
| Modifier and Type | Method and Description |
|---|---|
static PbRichTextarea.LabelPosition |
fromValue(String value) |
String |
toString() |
String |
value() |
static PbRichTextarea.LabelPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbRichTextarea.LabelPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PbRichTextarea.LabelPosition LEFT
public static final PbRichTextarea.LabelPosition TOP
public static PbRichTextarea.LabelPosition[] values()
for (PbRichTextarea.LabelPosition c : PbRichTextarea.LabelPosition.values()) System.out.println(c);
public static PbRichTextarea.LabelPosition valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<PbRichTextarea.LabelPosition>public String value()
public static PbRichTextarea.LabelPosition fromValue(String value)
Copyright © 2020. All rights reserved.