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