protected static enum BaseBoxNodeItem.Property extends java.lang.Enum<BaseBoxNodeItem.Property> implements Key
Enum Constant and Description |
---|
fullWidth |
height |
margins |
maxHeight |
maxWidth |
minSize |
paddingBottom |
paddingLeft |
paddingRight |
paddingTop |
position |
weight |
width |
Modifier and Type | Method and Description |
---|---|
static BaseBoxNodeItem.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseBoxNodeItem.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseBoxNodeItem.Property fullWidth
public static final BaseBoxNodeItem.Property position
public static final BaseBoxNodeItem.Property weight
public static final BaseBoxNodeItem.Property width
public static final BaseBoxNodeItem.Property height
public static final BaseBoxNodeItem.Property maxWidth
public static final BaseBoxNodeItem.Property maxHeight
public static final BaseBoxNodeItem.Property margins
public static final BaseBoxNodeItem.Property paddingTop
public static final BaseBoxNodeItem.Property paddingRight
public static final BaseBoxNodeItem.Property paddingLeft
public static final BaseBoxNodeItem.Property paddingBottom
public static final BaseBoxNodeItem.Property minSize
public static BaseBoxNodeItem.Property[] values()
for (BaseBoxNodeItem.Property c : BaseBoxNodeItem.Property.values()) System.out.println(c);
public static BaseBoxNodeItem.Property valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null