Class SimpleBreakpointStyleRule
java.lang.Object
com.foreach.across.modules.bootstrapui.styles.utilities.SimpleBreakpointStyleRule
- All Implemented Interfaces:
BootstrapStyleRule
,BreakpointStyleRule
,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>
- Direct Known Subclasses:
DisplayStyleRule.DisplayPropertyStyleRule
,FlexStyleRule.Direction
,GridStyleRule.Column
- Since:
- 3.0.0
- Author:
- Arne Vandamme
-
Constructor Summary
ConstructorDescriptionSimpleBreakpointStyleRule
(String prefix, String suffix, String... additionalCss) -
Method Summary
Modifier and TypeMethodDescriptionvoid
removeFrom
(com.foreach.across.modules.web.ui.elements.HtmlViewElement target) 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, suffix, test
Methods inherited from interface com.foreach.across.modules.bootstrapui.styles.utilities.BreakpointStyleRule
onExtraLargeAndUp, onLargeAndUp, onMediumAndUp, onSmallAndUp
-
Constructor Details
-
SimpleBreakpointStyleRule
-
-
Method Details
-
on
- Specified by:
on
in interfaceBreakpointStyleRule
-
toCssClasses
- Specified by:
toCssClasses
in interfaceBootstrapStyleRule
-
removeFrom
public void removeFrom(com.foreach.across.modules.web.ui.elements.HtmlViewElement target) - Specified by:
removeFrom
in interfaceBootstrapStyleRule
- Specified by:
removeFrom
in interfacecom.foreach.across.modules.web.ui.ViewElement.WitherRemover<com.foreach.across.modules.web.ui.elements.HtmlViewElement>
-