It is the responsibility of the list to notify observers (specifically the view {@link com.sun.lwuit.List} of any changes to its state (items removed/added/changed etc.)thus the data would get updated on the view. @author Chen Fishbein
null
or empty. Values must not be null
. The interface provides a method to lookup labels and to get all values in some sorted order. The interface defines some keys for common sort criteria. Generally, an implementation must support the INDEX_ORDER
order. If an implementation does not support some other requested order, it should answer the values in INDEX_ORDER
instead.
@author Oliver Stuhr
@author Christoph Beck
Model
but for lists of serializable objects.
@author Timo Rantalaiho
@param < T> type of object inside list
If the list model is used with sortable listbox or grid, the developer must also implement {@link ListModelExt}.
If the model also provides the selection, it could implement {@link Selectable}. @author tomyeh @see Grid @see Listbox @see ListitemRenderer @see ListModelExt @see Selectable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|