Package eu.webtoolkit.jwt
Class WCssTextRule
- java.lang.Object
-
- eu.webtoolkit.jwt.WObject
-
- eu.webtoolkit.jwt.WCssRule
-
- eu.webtoolkit.jwt.WCssTextRule
-
public class WCssTextRule extends WCssRule
A CSS rule specified directly using CSS declarations.- See Also:
WCssStyleSheet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class eu.webtoolkit.jwt.WObject
WObject.FormData
-
-
Constructor Summary
Constructors Constructor Description WCssTextRule(java.lang.String selector, java.lang.String declarations)Creates a CSS rule with a given selector and declarations.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDeclarations()Returns the declarations.-
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
-
-
-
-
Method Detail
-
getDeclarations
public java.lang.String getDeclarations()
Description copied from class:WCssRuleReturns the declarations.This is a semi-colon separated list of CSS declarations.
- Specified by:
getDeclarationsin classWCssRule
-
-