Package com.sencha.gxt.data.shared

Contains data related classes.

See:
          Description

Interface Summary
Converter<N,O> Converts back and forth between model and field values
IconProvider<M> Provides a icon for the given object.
LabelProvider<T> LabelProvider's are responsible for returning a label for a given object.
ModelKeyProvider<T> ModelKeyProviders are responsible for returning a unique key for a given model.
PropertyAccess<T> Marker Interface implemented by types that provide access to properties of bean-like models.
SortInfo Aggregates sort field and sort direction.
Store.Change<M,V> Represents a change that can occur to a given model.
Store.StoreFilter<M> Defines the interface for store filters.
TreeStore.TreeNode<T> Simple interface to allow data to be imported/exported from a TreeStore, complete with the structure of the tree.
 

Class Summary
ListStore<M> List-like client side cache for elements.
SortInfoBean Aggregates sort field and sort direction.
Store<M> Store is a client-side cache for collections of data.
Store.PropertyChange<M,V> ValueProvider-based change impl - takes a ValueProvider and the new value to be changed.
Store.StoreSortInfo<M> Sort information for a Store to use.
StringLabelProvider<T> A concrete LabelProvider implementation that simple calls toString on the target object.
TreeStore<M> A Store for hierarchical data.
 

Enum Summary
SortDir Sort direction enumeration.
 

Package com.sencha.gxt.data.shared Description

Contains data related classes.



Copyright © 2012. All Rights Reserved.