public interface PropertyEditorDescriptor
editor beans.PropertyEditorBean| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT |
static String |
MULTI |
static String |
RANGE |
static String |
SINGLE |
| Modifier and Type | Method and Description |
|---|---|
UIEditor |
createUIEditor() |
UIEditor |
createUIEditor(String mode) |
PropertyEditorBean |
createValueBean(Object initialValue)
Create a instance of a property value editor bean.
|
String |
getEditorType()
The editor type to match
PropertyDescriptor.getEditorType(). |
String |
getLabel()
The public label of this editor descriptor.
|
String |
getPreviewImage()
The optional preview image url.
|
static final String DEFAULT
static final String SINGLE
static final String MULTI
static final String RANGE
String getLabel()
String getPreviewImage()
String getEditorType()
PropertyDescriptor.getEditorType(). This way the system can determine which
editors are appropriate for a property descriptor.PropertyEditorBean createValueBean(Object initialValue)
UIEditor createUIEditor()
Copyright © 2017 SAP SE. All Rights Reserved.