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 classListLoader<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 interfaceFilterPagingLoadConfigAPagingLoadConfigwith support for filters.interfacePagingLoadConfigA ListLoadConfig with support for limit and offset values.Classes in com.sencha.gxt.data.shared.loader that implement ListLoadConfig Modifier and Type Class Description classFilterPagingLoadConfigBeanAPagingLoadConfigBeanwith support for filters.classListLoadConfigBeanDefault ListLoadConfig implementation.classPagingLoadConfigBeanDefault implementation of the PagingLoadConfig interface.
-