Package com.day.cq.wcm.foundation
Class ResponsiveGrid.Column
- java.lang.Object
-
- com.day.cq.wcm.foundation.ResponsiveGrid.Column
-
- Enclosing class:
- ResponsiveGrid
public class ResponsiveGrid.Column extends java.lang.Object
Class to get the necessary properties for a column in the grid
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getColumnCount(java.lang.String breakpointName)
java.lang.String
getCssClass()
java.util.Set<java.lang.String>
getMissingBreakpointNames()
java.lang.String
getPath()
ValueMap
getProperties()
Resource
getResource()
-
-
-
Method Detail
-
getResource
public Resource getResource()
-
getPath
public java.lang.String getPath()
-
getMissingBreakpointNames
public java.util.Set<java.lang.String> getMissingBreakpointNames()
-
getColumnCount
public java.lang.Integer getColumnCount(java.lang.String breakpointName)
-
getCssClass
public java.lang.String getCssClass()
-
getProperties
public ValueMap getProperties()
-
-