| Package | Description |
|---|---|
| org.opencms.ade.containerpage.shared |
Contains the shared container page editor classes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsFormatterConfig |
CmsContainerElementData.getFormatterConfig(java.lang.String containerName)
Returns the current formatter configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,CmsFormatterConfig>> |
CmsContainerElementData.getFormatters()
Returns the formatter configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsContainerElementData.setFormatters(java.util.Map<java.lang.String,java.util.Map<java.lang.String,CmsFormatterConfig>> formatters)
Sets the formatter configurations.
|