Package | Description |
---|---|
com.sencha.gxt.data.shared.loader |
Contains data loading classes.
|
com.sencha.gxt.widget.core.client.grid |
Modifier and Type | Class and Description |
---|---|
class |
PagingLoader<C extends PagingLoadConfig,D extends PagingLoadResult<?>>
A ListLoader subclass which adds support for paged data (offset,
limit, and total count).
|
Modifier and Type | Field and Description |
---|---|
protected ListLoader<?,?> |
Grid.loader |
Modifier and Type | Method and Description |
---|---|
ListLoader<?,?> |
Grid.getLoader()
Returns the loader.
|
Modifier and Type | Method and Description |
---|---|
void |
Grid.setLoader(ListLoader<?,?> loader)
Sets the loader.
|
Copyright © 2020. All rights reserved.