|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListModel
A data model for list type components (SelectFields and ListBoxes).
| Method Summary | |
|---|---|
void |
addListDataListener(ListDataListener l)
Adds a ListDataListener to the model. |
java.lang.Object |
get(int index)
Returns the value at the specified index in the list. |
void |
removeListDataListener(ListDataListener l)
Removes a ListDataListener from the model. |
int |
size()
Returns the size of the list. |
| Method Detail |
|---|
void addListDataListener(ListDataListener l)
ListDataListener to the model.
ListDataListeners are notified whenever the model
changes.
l - the ListDataListener to addjava.lang.Object get(int index)
index - the index
int size()
void removeListDataListener(ListDataListener l)
ListDataListener from the model.
ListDataListener are notified whenever the model changes.
l - the ListDataListener to remove
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||