Class AcrossStyleRule
java.lang.Object
com.foreach.across.modules.bootstrapui.styles.AcrossStyleRule
- All Implemented Interfaces:
BootstrapStyleRule
,com.foreach.across.modules.web.ui.ViewElement.WitherRemover<com.foreach.across.modules.web.ui.elements.HtmlViewElement>
,com.foreach.across.modules.web.ui.ViewElement.WitherSetter<com.foreach.across.modules.web.ui.elements.HtmlViewElement>
,Predicate<com.foreach.across.modules.web.ui.elements.HtmlViewElement>
Wrapper around
BootstrapStyleRule
to support easy prefixing with axu
.- Since:
- 3.0.0
- Author:
- Steven Gentens
-
Method Summary
Modifier and TypeMethodDescriptionstatic BootstrapStyleRule
of
(BootstrapStyleRule bootstrapStyleRule) String[]
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.foreach.across.modules.bootstrapui.styles.BootstrapStyleRule
applyTo, prefix, removeFrom, suffix, test
-
Method Details
-
toCssClasses
- Specified by:
toCssClasses
in interfaceBootstrapStyleRule
-
of
-