Class LabelEditorDelegate
Object
LabelEditorDelegate
- All Implemented Interfaces:
FieldEditorDelegate,FormElementEditorDelegate,Serializable
@Component
@Scope("singleton")
public class LabelEditorDelegate
extends Object
implements FieldEditorDelegate
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateControllerForDescriptor(FormEditorContext context, FieldDescriptor descriptor) Resource
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
LabelEditorDelegate
public LabelEditorDelegate()
-
-
Method Details
-
getPropertiesPanelIcon
public Resource getPropertiesPanelIcon()- Specified by:
getPropertiesPanelIconin interfaceFormElementEditorDelegate
-
getPropertiesPanelCaption
- Specified by:
getPropertiesPanelCaptionin interfaceFormElementEditorDelegate
-
createControllerForNewElement
- Specified by:
createControllerForNewElementin interfaceFieldEditorDelegate
-
createControllerForDescriptor
public FieldEditorController createControllerForDescriptor(FormEditorContext context, FieldDescriptor descriptor) - Specified by:
createControllerForDescriptorin interfaceFieldEditorDelegate
-
getPropertiesPanelDescription
- Specified by:
getPropertiesPanelDescriptionin interfaceFormElementEditorDelegate
-