Interface ResponsiveColumnExporter

    • Method Detail

      • getBreakpoints

        @Nullable
        java.util.Map<java.lang.String,​Breakpoint> getBreakpoints()
        Returns:
        A map of Breakpoints associated with the column. The keys of the map are the breakpoint names.
      • getColumnClassNames

        @Nullable
        java.lang.String getColumnClassNames()
        Returns:
        The CSS class names associated with the column.
      • getExportedComponent

        @Nonnull
        ComponentExporter getExportedComponent()
        Returns:
        Returns the actual component model that is wrapped inside of the responsive column. This is useful when performing a JSON export of the responsive grid; in such case, responsive child columns act as wrappers for the actual components that are part of the grid.
      • getExportedType

        @Nonnull
        java.lang.String getExportedType()

        Returns the type of the resource for which the export is performed.

        NOTE: methods whose JSON serialization would lead to the same JSON property name (":type") will not be serialized.

        Specified by:
        getExportedType in interface ComponentExporter
        Returns:
        the type of the component