Package ch.nolix.core.web.css
Klasse CssRule
java.lang.Object
ch.nolix.core.web.css.CssRule
- Alle implementierten Schnittstellen:
ICssRule
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic CssRule
fromCssRule
(ICssRule cssRule) toString()
withPrefixedSelector
(String selectorPrefix) static CssRule
withSelectorAndProperties
(String selector, IContainer<? extends ICssProperty> properties) static CssRule
withSelectorAndProperty
(String selector, ICssProperty property, ICssProperty... properties)
-
Methodendetails
-
fromCssRule
-
withSelectorAndProperties
public static CssRule withSelectorAndProperties(String selector, IContainer<? extends ICssProperty> properties) -
withSelectorAndProperty
public static CssRule withSelectorAndProperty(String selector, ICssProperty property, ICssProperty... properties) -
getProperties
- Angegeben von:
getProperties
in SchnittstelleICssRule
-
getSelector
- Angegeben von:
getSelector
in SchnittstelleICssRule
-
toString
-
withPrefixedSelector
- Angegeben von:
withPrefixedSelector
in SchnittstelleICssRule
-