Interface ResponsiveGridExporter

    • Method Detail

      • getGridClassNames

        @Nullable
        java.lang.String getGridClassNames()
        Returns:
        The CSS class names to be applied to the current grid.
      • getColumnClassNames

        @Nonnull
        java.util.Map<java.lang.String,​java.lang.String> getColumnClassNames()
        Returns:
        The CSS class names associated with each responsive grid column and listed by column name
      • getColumnCount

        int getColumnCount()
        Returns:
        The number of columns available for direct children in the grid.
      • getAllowedComponents

        @Deprecated
        com.day.cq.wcm.foundation.model.impl.export.AllowedComponentsExporter getAllowedComponents()
        Deprecated.
        Use ResponsiveGridExporter#getExportedAllowedComponents instead
        Returns:
        Allowed Components object for the current grid.
      • getExportedAllowedComponents

        AllowedComponentsExporter getExportedAllowedComponents()
        Returns:
        Allowed Components object for the current grid.