| Package | Description |
|---|---|
| org.fit.layout.impl | |
| org.fit.layout.model |
| Modifier and Type | Method and Description |
|---|---|
Box.DisplayType |
DefaultBox.getDisplayType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBox.setDisplayType(Box.DisplayType displayType) |
| Modifier and Type | Method and Description |
|---|---|
Box.DisplayType |
Box.getDisplayType()
Obtains the display type of the element according to the CSS display: property.
|
static Box.DisplayType |
Box.DisplayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Box.DisplayType[] |
Box.DisplayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.