Package com.day.cq.wcm.foundation
Class ResponsiveGrid
- java.lang.Object
 - 
- com.adobe.cq.sightly.WCMUsePojo
 - 
- com.day.cq.wcm.foundation.ResponsiveGrid
 
 
 
- 
- All Implemented Interfaces:
 Use
@Deprecated public class ResponsiveGrid extends WCMUsePojo
Deprecated.Use API for the responsive grid sightly component /libs/wcm/foundation/components/responsivegrid UseResponsiveGridinstead 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description classResponsiveGrid.ColumnDeprecated.Class to get the necessary properties for a column in the grid 
- 
Constructor Summary
Constructors Constructor Description ResponsiveGrid()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidactivate()Deprecated.Implement this method to perform post initialization tasks.java.lang.StringgetCssClass()Deprecated.<T extends Resource>
TgetEffectiveResource()Deprecated.get the resource for displaying the parsys, handle templated content AdobePatentID="P6273-US"java.util.List<ResponsiveGrid.Column>getParagraphs()Deprecated.- 
Methods inherited from class com.adobe.cq.sightly.WCMUsePojo
get, getComponent, getComponentContext, getCurrentDesign, getCurrentPage, getCurrentStyle, getDesigner, getEditContext, getInheritedPageProperties, getInheritedProperties, getPageManager, getPageProperties, getProperties, getRequest, getResource, getResourceDesign, getResourcePage, getResourceResolver, getResponse, getSlingScriptHelper, getWcmMode, getXSSAPI, init 
 - 
 
 - 
 
- 
- 
Method Detail
- 
activate
public void activate() throws java.lang.ExceptionDeprecated.Description copied from class:WCMUsePojoImplement this method to perform post initialization tasks. This method is called byWCMUsePojo.init(Bindings).- Specified by:
 activatein classWCMUsePojo- Throws:
 java.lang.Exception- in case of any error during activation
 
- 
getEffectiveResource
public <T extends Resource> T getEffectiveResource()
Deprecated.get the resource for displaying the parsys, handle templated content AdobePatentID="P6273-US"- Type Parameters:
 T- resource- Returns:
 - resource for displaying the parsys
 
 
- 
getCssClass
public java.lang.String getCssClass()
Deprecated.- Returns:
 - css classes to be added to the markup of the grid container
 
 
- 
getParagraphs
public java.util.List<ResponsiveGrid.Column> getParagraphs()
Deprecated.- Returns:
 - all columns added to the grid
 
 
 - 
 
 -