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
ConstructorsConstructorDescriptionSimpleBreakpointStyleRule(String prefix, String suffix, String... additionalCss)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidremoveFrom(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, waitMethods inherited from interface com.foreach.across.modules.bootstrapui.styles.BootstrapStyleRule
applyTo, prefix, suffix, testMethods inherited from interface com.foreach.across.modules.bootstrapui.styles.utilities.BreakpointStyleRule
onExtraLargeAndUp, onLargeAndUp, onMediumAndUp, onSmallAndUp 
- 
Constructor Details
- 
SimpleBreakpointStyleRule
 
 - 
 - 
Method Details
- 
on
- Specified by:
 onin interfaceBreakpointStyleRule
 - 
toCssClasses
- Specified by:
 toCssClassesin interfaceBootstrapStyleRule
 - 
removeFrom
public void removeFrom(com.foreach.across.modules.web.ui.elements.HtmlViewElement target) - Specified by:
 removeFromin interfaceBootstrapStyleRule- Specified by:
 removeFromin interfacecom.foreach.across.modules.web.ui.ViewElement.WitherRemover<com.foreach.across.modules.web.ui.elements.HtmlViewElement>
 
 -