Class ResponsiveConfiguration
java.lang.Object
com.day.cq.wcm.foundation.model.responsivegrid.ResponsiveConfiguration
Configuration containing the list of all the
Breakpoints of a given resource.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBreakpoint(Breakpoint breakpoint) Add a breakpoint to the list of breakpoints for the responsive configuration.
-
Constructor Details
-
ResponsiveConfiguration
public ResponsiveConfiguration() -
ResponsiveConfiguration
-
-
Method Details
-
addBreakpoint
Add a breakpoint to the list of breakpoints for the responsive configuration.- Parameters:
breakpoint- The breakpoint to be added to the responsive configuration.
-
getBreakpoints
- Returns:
- A map containing all the breakpoints (breakpoint name used as the key) for the responsive configuration.
-