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