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