Interface LayoutDefinitionConverter
- All Known Implementing Classes:
AbstractLayoutDefinitionConverter
public interface LayoutDefinitionConverter
Converter for a layout definition.
- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptionReturns the original layout definition, or a clone if it needs to be changed.
-
Method Details
-
getLayoutDefinition
Returns the original layout definition, or a clone if it needs to be changed. Can also return null if layout should be removed.
-