|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.data.BaseListLoadResult<Data>
Data - the result data typepublic class BaseListLoadResult<Data>
Default implementation of the ListLoadResult interface.
| Field Summary | |
|---|---|
protected java.util.List<Data> |
list
The remote data. |
| Constructor Summary | |
|---|---|
BaseListLoadResult(java.util.List<Data> list)
Creates a new list load result. |
|
| Method Summary | |
|---|---|
java.util.List<Data> |
getData()
Returns the remote data. |
void |
setData(java.util.List<Data> list)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Data> list
| Constructor Detail |
|---|
public BaseListLoadResult(java.util.List<Data> list)
list - the data| Method Detail |
|---|
public java.util.List<Data> getData()
ListLoadResult
getData in interface ListLoadResult<Data>public void setData(java.util.List<Data> list)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||