public static enum ExpandablePanel.Position extends Enum<ExpandablePanel.Position>
| Enum Constant and Description |
|---|
CONTROL_LEFT
Controle à esquerda do título.
|
CONTROL_RIGHT
Controle imediatamente à direita do título.
|
CONTROL_RIGHTMOST
Controle à direita do título, junto ao limite do painel (alinhamento
"east").
|
| Modifier and Type | Method and Description |
|---|---|
static ExpandablePanel.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpandablePanel.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpandablePanel.Position CONTROL_LEFT
public static final ExpandablePanel.Position CONTROL_RIGHT
public static final ExpandablePanel.Position CONTROL_RIGHTMOST
public static ExpandablePanel.Position[] values()
for (ExpandablePanel.Position c : ExpandablePanel.Position.values()) System.out.println(c);
public static ExpandablePanel.Position 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 nullCopyright © 2014 Tecgraf/PUC-Rio. All rights reserved.