@ProviderType public interface ResponsiveColumnExporter extends ComponentExporter
| Modifier and Type | Method and Description |
|---|---|
Map<String,Breakpoint> |
getBreakpoints() |
String |
getColumnClassNames() |
ComponentExporter |
getExportedComponent() |
String |
getExportedType()
Returns the type of the resource for which the export is performed.
|
@Nullable Map<String,Breakpoint> getBreakpoints()
Breakpoints associated with the column. The keys of the map are the breakpoint names.@Nullable String getColumnClassNames()
@Nonnull ComponentExporter getExportedComponent()
@Nonnull 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.
getExportedType in interface ComponentExporterCopyright © 2010 - 2020 Adobe. All Rights Reserved