Class VerticalLayoutEditorDelegate
Object
VerticalLayoutEditorDelegate
- All Implemented Interfaces:
FormElementEditorDelegate,LayoutEditorDelegate,Serializable
@Component
@Scope("singleton")
public class VerticalLayoutEditorDelegate
extends Object
implements LayoutEditorDelegate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateControllerForDescriptor(FormEditorContext context, FormComponentContainer descriptor) Resource
-
Constructor Details
-
VerticalLayoutEditorDelegate
public VerticalLayoutEditorDelegate()
-
-
Method Details
-
getPropertiesPanelIcon
public Resource getPropertiesPanelIcon()- Specified by:
getPropertiesPanelIconin interfaceFormElementEditorDelegate
-
getPropertiesPanelCaption
- Specified by:
getPropertiesPanelCaptionin interfaceFormElementEditorDelegate
-
getPropertiesPanelDescription
- Specified by:
getPropertiesPanelDescriptionin interfaceFormElementEditorDelegate
-
createControllerForNewElement
- Specified by:
createControllerForNewElementin interfaceLayoutEditorDelegate
-
createControllerForDescriptor
public LayoutEditorController createControllerForDescriptor(FormEditorContext context, FormComponentContainer descriptor) - Specified by:
createControllerForDescriptorin interfaceLayoutEditorDelegate
-