Interface BreakpointStyleRule
- All Superinterfaces:
BootstrapStyleRule,Predicate<com.foreach.across.modules.web.ui.elements.HtmlViewElement>,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>
- All Known Implementing Classes:
AcrossDisplayStyleRule.DisplayPropertyStyleRule,AcrossFlexStyleRule.Direction,AcrossFlexStyleRule.Wrap,AcrossSimpleBreakpointStyleRule,DisplayStyleRule.DisplayPropertyStyleRule,FlexStyleRule.Direction,FlexStyleRule.Wrap,GridStyleRule.Column,SimpleBreakpointStyleRule
Interface for adding the responsive breakpoints in a css class name.
Fluent naming to indicate a breakpoint means that class is active on
all devices starting from that breakpoint.
For example:
onSmallAndUp() means that class will have impact on
all devices that match the small media query. As this is defined by a minimum
width, larger devices will match as well.
See the Bootstrap documentation for details on the responsive utilities.- Since:
- 3.0.0
- Author:
- Arne Vandamme
-
Method Summary
Modifier and TypeMethodDescriptiondefault BootstrapStyleRuledefault BootstrapStyleRuledefault BootstrapStyleRuledefault BootstrapStyleRuleMethods inherited from interface com.foreach.across.modules.bootstrapui.styles.BootstrapStyleRule
applyTo, prefix, removeFrom, suffix, test, toCssClasses
-
Method Details
-
onSmallAndUp
-
onMediumAndUp
-
onLargeAndUp
-
onExtraLargeAndUp
-
on
-