Package org.eclnt.tool
Class CSSStyle
java.lang.Object
org.eclnt.tool.CSSStyle
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddVariableCategory(String name, String category) voidaddVariableValue(String name, String value) getVariableCategory(String name) voidoutputCSS(StringBuffer sb, List<CSSStyleClass> cssStyleClasses) voidoutputJsonMap(Map<String, Object> map) voidvoidremoceStyleClass(String name) voidremoveVariableValue(String name) static StringupdateJSValueContent(String value)
-
Field Details
-
PREFIX_EXTENDED_CLASS
- See Also:
-
-
Constructor Details
-
CSSStyle
public CSSStyle()
-
-
Method Details
-
createClone
-
getStyleClasses
-
getVariableValues
-
addVariableValue
-
addVariableCategory
-
getVariableCategory
-
getVariableCategories
-
removeVariableValue
-
addStyleClass
-
remoceStyleClass
-
outputXML
-
outputCSS
- Parameters:
sb- StringBuffer in which the CSS result is output.cssStyleClasses- List of CSSStyleClasses in which the classes of the style are appended.
-
outputJsonMap
-
updateJSValueContent
-