|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Store | |
|---|---|
| com.sencha.gxt.data.shared | Contains data related classes. |
| com.sencha.gxt.data.shared.event | |
| com.sencha.gxt.widget.core.client.form | FormPanel and form components. |
| com.sencha.gxt.widget.core.client.grid | |
| com.sencha.gxt.widget.core.client.selection | Base selection model interfaces and classes. |
| com.sencha.gxt.widget.core.client.tree | Tree and related classes. |
| com.sencha.gxt.widget.core.client.treegrid | |
| Uses of Store in com.sencha.gxt.data.shared |
|---|
| Subclasses of Store in com.sencha.gxt.data.shared | |
|---|---|
class |
ListStore<M>
List-like client side cache for elements. |
class |
TreeStore<M>
A Store for hierarchical data. |
| Methods in com.sencha.gxt.data.shared with parameters of type Store | |
|---|---|
boolean |
Store.StoreFilter.select(Store<M> store,
M parent,
M item)
Indicates if the given item should be kept visible in the store. |
| Uses of Store in com.sencha.gxt.data.shared.event |
|---|
| Methods in com.sencha.gxt.data.shared.event that return Store | |
|---|---|
Store<M> |
StoreEvent.getSource()
|
| Uses of Store in com.sencha.gxt.widget.core.client.form |
|---|
| Methods in com.sencha.gxt.widget.core.client.form with parameters of type Store | |
|---|---|
void |
StoreFilterField.bind(Store<T> store)
Adds the specified store to the list of stores filtered by this store filter field. |
void |
StoreFilterField.unbind(Store<T> store)
Removes the specified store from the list of stores filtered by this store filter field. |
| Uses of Store in com.sencha.gxt.widget.core.client.grid |
|---|
| Methods in com.sencha.gxt.widget.core.client.grid with parameters of type Store | |
|---|---|
void |
GridSelectionModel.bind(Store<M> store)
|
| Uses of Store in com.sencha.gxt.widget.core.client.selection |
|---|
| Methods in com.sencha.gxt.widget.core.client.selection with parameters of type Store | |
|---|---|
void |
StoreSelectionModel.bind(Store<M> store)
Binds the store to the selection model. |
void |
AbstractStoreSelectionModel.bind(Store<M> store)
|
| Uses of Store in com.sencha.gxt.widget.core.client.tree |
|---|
| Methods in com.sencha.gxt.widget.core.client.tree with parameters of type Store | |
|---|---|
void |
TreeView.bind(Component component,
Store<M> store)
|
| Uses of Store in com.sencha.gxt.widget.core.client.treegrid |
|---|
| Methods in com.sencha.gxt.widget.core.client.treegrid with parameters of type Store | |
|---|---|
void |
TreeGridSelectionModel.bind(Store<M> store)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||