Uses of Class
cz.vutbr.fit.layout.model.Box.DisplayType
-
Packages that use Box.DisplayType Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of Box.DisplayType in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that return Box.DisplayType Modifier and Type Method Description Box.DisplayTypeDefaultBox. getDisplayType()Methods in cz.vutbr.fit.layout.impl with parameters of type Box.DisplayType Modifier and Type Method Description voidDefaultBox. setDisplayType(Box.DisplayType displayType) -
Uses of Box.DisplayType in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return Box.DisplayType Modifier and Type Method Description Box.DisplayTypeBox. getDisplayType()Obtains the display type of the element according to the CSS display: property.static Box.DisplayTypeBox.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.
-