public abstract class AttributeEditor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AttributeConfiguration |
attrConfig |
protected Component |
editor |
protected ItemModel |
model |
| Constructor and Description |
|---|
AttributeEditor(AttributeConfiguration attrConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeValueChangedListener(Component component) |
void |
componentCreated(ItemModel model) |
abstract Component |
createEditorComponent() |
Component |
getEditorComponent() |
abstract Object |
getValue() |
abstract void |
setValue(Object value) |
protected AttributeConfiguration attrConfig
protected Component editor
protected ItemModel model
public AttributeEditor(AttributeConfiguration attrConfig)
public void addAttributeValueChangedListener(Component component)
public void componentCreated(ItemModel model)
public abstract Component createEditorComponent()
public final Component getEditorComponent()
public abstract Object getValue()
public abstract void setValue(Object value)
Copyright © 2017 SAP SE. All Rights Reserved.