public class ItemEditorZKComponent
extends Tabbox
| Modifier and Type | Field and Description |
|---|---|
protected ItemEditorConfiguration |
editorConfig |
protected ItemModel |
item |
protected ItemEditorModel |
model |
| Constructor and Description |
|---|
ItemEditorZKComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ItemEditorListener listener) |
ItemEditorConfiguration |
getEditorConfiguration() |
ItemEditorModel |
getEditorModel() |
ItemModel |
getItem() |
protected void |
init() |
protected void |
initTabs() |
void |
load() |
void |
removeListener(ItemEditorListener listener) |
void |
save() |
void |
setEditorConfiguration(ItemEditorConfiguration editorConfig) |
void |
setEditorModel(ItemEditorModel model) |
void |
setItem(ItemModel item) |
protected ItemModel item
protected ItemEditorConfiguration editorConfig
protected ItemEditorModel model
public void addListener(ItemEditorListener listener)
public ItemEditorConfiguration getEditorConfiguration()
public ItemEditorModel getEditorModel()
public ItemModel getItem()
protected void init()
protected void initTabs()
public void load()
public void removeListener(ItemEditorListener listener)
public void save()
public void setEditorConfiguration(ItemEditorConfiguration editorConfig)
public void setEditorModel(ItemEditorModel model)
public void setItem(ItemModel item)
Copyright © 2017 SAP SE. All Rights Reserved.