Uses of Interface
com.sencha.gxt.data.shared.loader.ListLoadConfig
-
Packages that use ListLoadConfig Package Description com.sencha.gxt.data.shared.loader Contains data loading classes. -
-
Uses of ListLoadConfig in com.sencha.gxt.data.shared.loader
Classes in com.sencha.gxt.data.shared.loader with type parameters of type ListLoadConfig Modifier and Type Class Description class
ListLoader<C extends ListLoadConfig,D extends ListLoadResult<?>>
A Loader subclass which return a list of data.Subinterfaces of ListLoadConfig in com.sencha.gxt.data.shared.loader Modifier and Type Interface Description interface
FilterPagingLoadConfig
APagingLoadConfig
with support for filters.interface
PagingLoadConfig
A ListLoadConfig with support for limit and offset values.Classes in com.sencha.gxt.data.shared.loader that implement ListLoadConfig Modifier and Type Class Description class
FilterPagingLoadConfigBean
APagingLoadConfigBean
with support for filters.class
ListLoadConfigBean
Default ListLoadConfig implementation.class
PagingLoadConfigBean
Default implementation of the PagingLoadConfig interface.
-