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