public class ItemEditorModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ItemEditorZKComponent |
editor |
protected List<ListDataListener> |
listeners |
| Constructor and Description |
|---|
ItemEditorModel(ItemEditorZKComponent editor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListDataListener(ListDataListener l) |
Object |
getElementAt(int index) |
BindingListModel |
getModelForTab(String tab) |
int |
getSize() |
int |
indexOf(Object obj) |
protected Object |
loadValue(String qualifier) |
void |
removeListDataListener(ListDataListener l) |
protected void |
storeValue(String qualifier,
Object value) |
protected List<ListDataListener> listeners
protected ItemEditorZKComponent editor
public ItemEditorModel(ItemEditorZKComponent editor)
public void addListDataListener(ListDataListener l)
public void removeListDataListener(ListDataListener l)
public int indexOf(Object obj)
public Object getElementAt(int index)
public int getSize()
public BindingListModel getModelForTab(String tab)
Copyright © 2017 SAP SE. All Rights Reserved.