java.lang.Object
overit.geocallapp.utilities.ux.ui.util.Style
All Implemented Interfaces:
Serializable

public class Style extends Object implements 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: