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