public abstract class AbstractDecoratedEditorController<M extends ItemModel,V extends AbstractDecoratedEditorView> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Editor |
ancestorEditor |
protected V |
view |
protected M |
wrappedModel |
| Constructor and Description |
|---|
AbstractDecoratedEditorController(V view,
M wrappedModel,
Editor ancestorEditor) |
| Modifier and Type | Method and Description |
|---|---|
Editor |
getAncestorEditor() |
V |
getView() |
M |
getWrappedModel() |
abstract void |
setUIState() |
protected V extends AbstractDecoratedEditorView view
protected Editor ancestorEditor
Copyright © 2017 SAP SE. All Rights Reserved.