|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| BeforeLoadEvent.BeforeLoadHandler<C> | Handler class for BeforeLoadEvent events. |
| BeforeLoadEvent.HasBeforeLoadHandlers<C> | A widget that implements this interface is a public source of
BeforeLoadEvent events. |
| DataProxy<C,D> | Defines the interface for objects that can retrieve data. |
| DataReader<M,D> | Interface for objects that translate raw data into a given type. |
| FilterConfig | A filter configuration interface. |
| FilterPagingLoadConfig | A PagingLoadConfig with support for filters. |
| ListLoadConfig | Load config interface for list based data. |
| ListLoadResult<D> | Load result interface for list based load results. |
| LoaderHandler<C,M> | Aggregating handler interface for:
BeforeLoadEvent
LoadExceptionEvent
LoadEvent
|
| LoaderHandler.HasLoaderHandlers<C,M> | A loader that implements this interface is a public source of all
Loader events, BeforeLoadEvent, LoadEvent, and
LoadExceptionEvent. |
| LoadExceptionEvent.HasLoadExceptionHandlers<C> | A loader that implements this interface is a public source of
LoadExceptionEvent events. |
| LoadExceptionEvent.LoadExceptionHandler<C> | Handler class for LoadExceptionEvent events. |
| LoadHandler<C,M> | Handler class for LoadEvent events. |
| LoadHandler.HasLoadHandlers<M,C> | A loader that implements this interface is a public source of
LoadEvent events. |
| PagingLoadConfig | A ListLoadConfig with support for limit and offset values. |
| PagingLoadResult<Data> | A LoadResult for paging loaders. |
| Class Summary | |
|---|---|
| AbstractAutoBeanReader<M,B,D> | Abstract base class for Readers that turn the incoming data into
AutoBeans. |
| BeforeLoadEvent<C> | Event type for loader events. |
| BooleanFilterHandler | A FilterHandler that provides support for Boolean values. |
| ChildTreeStoreBinding<M> | Event handler for the LoadEvent fired when a Loader has
finished loading data. |
| DateFilterHandler | A FilterHandler that provides support for Date values. |
| FilterConfigBean | Default implementation of the FilterConfig interface. |
| FilterHandler<T> | Abstract base class for all filter handlers. |
| FilterPagingLoadConfigBean | A PagingLoadConfigBean with support for filters. |
| JsonReader<Result,Base> | A DataReader implementation that reads JSON data and builds it
into the given AutoBean type, using other types from the given
factory. |
| ListLoadConfigBean | Default ListLoadConfig implementation. |
| ListLoader<C extends ListLoadConfig,D extends ListLoadResult<?>> | A Loader subclass which return a list of data. |
| ListLoadResultBean<Data> | Default implementation of the ListLoadResult interface. |
| ListReader<M> | Simple reader to turn Lists into ListLoadResult. |
| ListStoreBinding<C,M,D extends List<M>> | Event handler for the LoadEvent fired when a Loader has
finished loading data. |
| Loader<C,M> | Abstract base class for objects that can load remote data. |
| LoadEvent<C,M> | Event type for loader events. |
| LoadExceptionEvent<C> | Event type for loader events. |
| LoadResultListStoreBinding<C,M,D extends ListLoadResult<M>> | Event handler for the LoadEvent fired when a Loader has
finished loading data. |
| MemoryProxy<C,D> | A DataProxy implementation that simply passes the data specified
in the constructor to the reader when its load method is called. |
| NumberFilterHandler<V extends Number> | A FilterHandler that provides support for Number values
and uses a property editor to convert a string representation to a number. |
| PagingLoadConfigBean | Default implementation of the PagingLoadConfig interface. |
| PagingLoader<C extends PagingLoadConfig,D extends PagingLoadResult<?>> | A ListLoader subclass which adds support for paged data (offset,
limit, and total count). |
| PagingLoadResultBean<Data> | A ListLoadResultBean that adds support for paging properties as
described by PagingLoadResult. |
| RequestFactoryProxy<C,D> | An abstract request factory proxy that supports processing results using
either a RPC style Callback or a RequestFactory
Receiver. |
| StringFilterHandler | A FilterHandler that provides support for String values. |
| SubTreeStoreBinding<M,T extends TreeStore.TreeNode<M>> | Event handler for the LoadEvent fired when a Loader has
finished loading data. |
| TreeLoader<M> | Default implementation of the TreeLoader interface. |
Contains data loading classes.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||