public static enum ButtonCell.ButtonScale extends Enum<ButtonCell.ButtonScale>
Modifier and Type | Method and Description |
---|---|
static ButtonCell.ButtonScale |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonCell.ButtonScale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ButtonCell.ButtonScale NONE
public static final ButtonCell.ButtonScale SMALL
public static final ButtonCell.ButtonScale MEDIUM
public static final ButtonCell.ButtonScale LARGE
public static ButtonCell.ButtonScale[] values()
for (ButtonCell.ButtonScale c : ButtonCell.ButtonScale.values()) System.out.println(c);
public static ButtonCell.ButtonScale 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 © 2020. All rights reserved.