This interface defines the methods that components like
Listbox
and
Grid
use to get the content of items.
Name |
Description |
Return Data Type |
---|---|---|
|
Adds a listener to the list that's notified each time a change to the data model occurs. |
|
|
Returns the value at the specified index. |
|
|
Returns the length of the list. |
|
|
Removes a listener from the list that's notified each time a change to the data model occurs. |
|