Interface ResponsiveColumnExporter
- All Superinterfaces:
ComponentExporter
- All Known Implementing Classes:
ResponsiveColumn
Describes the export behavior of a ResponsiveColumn.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the resource for which the export is performed.
-
Method Details
-
getBreakpoints
- Returns:
- A map of
Breakpoints associated with the column. The keys of the map are the breakpoint names.
-
getColumnClassNames
- Returns:
- The CSS class names associated with the column.
-
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
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:
getExportedTypein interfaceComponentExporter- Returns:
- the type of the component
-