Class AbstractLayoutDefinitionConverter
- java.lang.Object
-
- org.nuxeo.ecm.platform.forms.layout.api.converters.AbstractLayoutDefinitionConverter
-
- All Implemented Interfaces:
LayoutDefinitionConverter
public abstract class AbstractLayoutDefinitionConverter extends Object implements LayoutDefinitionConverter
Abstract implementation to ease up upgrade if interface changes.- Since:
- 5.5
-
-
Constructor Summary
Constructors Constructor Description AbstractLayoutDefinitionConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LayoutDefinition
getClonedLayout(LayoutDefinition layout)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.platform.forms.layout.api.converters.LayoutDefinitionConverter
getLayoutDefinition
-
-
-
-
Method Detail
-
getClonedLayout
protected LayoutDefinition getClonedLayout(LayoutDefinition layout)
-
-