Class Style
java.lang.Object
overit.geocallapp.utilities.ux.ui.util.Style
- All Implemented Interfaces:
Serializable
This utility helps reduce code needed to handle
css on the interface items
Div container = new Div()
div.setStyle(style()
.attr("background-color", "#FF0000")
.attr("color", "#00FF00")
...
.attr("folat", "left")
.build());
- Since:
- 19.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary