Interface | Description |
---|---|
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> | |
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 | Description |
---|---|
AbstractAutoBeanReader<M,B,D> |
Abstract base class for Readers that turn the incoming data into
AutoBean s. |
BeforeLoadEvent<C> |
Event type for loader events.
|
BooleanFilterHandler |
A
FilterHandler that provides support for Boolean values. |
ChildTreeStoreBinding<M> | |
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
List s into ListLoadResult . |
ListStoreBinding<C,M,D extends List<M>> | |
Loader<C,M> |
Abstract base class for objects that can load remote data.
|
Loader.WrapperProxy<M,C,T> | |
LoadEvent<C,M> |
Event type for loader events.
|
LoadExceptionEvent<C> |
Event type for loader events.
|
LoadResultListStoreBinding<C,M,D extends ListLoadResult<M>> | |
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>> | |
TreeLoader<M> |
Default implementation of the TreeLoader interface.
|
Copyright © 2020. All rights reserved.