Package eu.webtoolkit.jwt
Class WCssTextRule
java.lang.Object
eu.webtoolkit.jwt.WObject
eu.webtoolkit.jwt.WCssRule
eu.webtoolkit.jwt.WCssTextRule
A CSS rule specified directly using CSS declarations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.webtoolkit.jwt.WObject
WObject.FormData
-
Constructor Summary
ConstructorDescriptionWCssTextRule
(String selector, String declarations) Creates a CSS rule with a given selector and declarations. -
Method Summary
Methods inherited from class eu.webtoolkit.jwt.WCssRule
getSelector, getSheet, modified, setSelector
Methods inherited from class eu.webtoolkit.jwt.WObject
getId, getObjectName, remove, setFormData, setObjectName, tr
-
Constructor Details
-
WCssTextRule
Creates a CSS rule with a given selector and declarations.
-
-
Method Details
-
getDeclarations
Description copied from class:WCssRule
Returns the declarations.This is a semi-colon separated list of CSS declarations.
- Specified by:
getDeclarations
in classWCssRule
-