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 CssRulefromCssRule(ICssRule cssRule) toString()withPrefixedSelector(String selectorPrefix) static CssRulewithSelectorAndProperties(String selector, IContainer<? extends ICssProperty> properties) static CssRulewithSelectorAndProperty(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:
getPropertiesin SchnittstelleICssRule
-
getSelector
- Angegeben von:
getSelectorin SchnittstelleICssRule
-
toString
-
withPrefixedSelector
- Angegeben von:
withPrefixedSelectorin SchnittstelleICssRule
-