|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueProvider | |
|---|---|
| com.sencha.gxt.core.client | |
| com.sencha.gxt.data.shared | Contains data related classes. |
| com.sencha.gxt.data.shared.event | |
| com.sencha.gxt.data.shared.loader | Contains data loading classes. |
| com.sencha.gxt.widget.core.client | GXT widgets and other user-interface classes. |
| com.sencha.gxt.widget.core.client.form | FormPanel and form components. |
| com.sencha.gxt.widget.core.client.grid | |
| com.sencha.gxt.widget.core.client.grid.filters | |
| com.sencha.gxt.widget.core.client.tree | Tree and related classes. |
| Uses of ValueProvider in com.sencha.gxt.core.client |
|---|
| Classes in com.sencha.gxt.core.client that implement ValueProvider | |
|---|---|
class |
IdentityValueProvider<T>
A read-only ValueProvider that simply returns the model as the
property value. |
class |
ToStringValueProvider<T>
A read-only ValueProvider implementation that simply call
Object.toString() on the target model. |
| Uses of ValueProvider in com.sencha.gxt.data.shared |
|---|
| Methods in com.sencha.gxt.data.shared that return ValueProvider | |
|---|---|
ValueProvider<? super M,?> |
Store.StoreSortInfo.getValueProvider()
Returns the sort property's ValueProvider. |
| Methods in com.sencha.gxt.data.shared with parameters of type ValueProvider | ||
|---|---|---|
|
Store.Record.addChange(ValueProvider<? super M,V> property,
V value)
Adds a change to the data in this Record. |
|
|
Store.Record.getChange(ValueProvider<? super M,V> property)
Gets the current Change object applied to that property, if any. |
|
|
Store.Record.getValue(ValueProvider<? super M,V> property)
Gets the current value of this property in the record, whether it is saved or not. |
|
void |
Store.Record.revert(ValueProvider<? super M,?> property)
Rejects a single change made to the Record since its creation, or since the last commit operation. |
|
| Constructors in com.sencha.gxt.data.shared with parameters of type ValueProvider | |
|---|---|
SortInfoBean(ValueProvider<?,?> valueProvider,
SortDir sortDir)
Creates a new sort info instance. |
|
Store.PropertyChange(ValueProvider<? super M,V> propertyAccess,
V value)
Creates a new property change. |
|
Store.StoreSortInfo(ValueProvider<? super M,V> property,
java.util.Comparator<V> itemComparator,
SortDir direction)
Creates a sort info object to act on a property of the items and a custom comparator for that property's type. |
|
Store.StoreSortInfo(ValueProvider<? super M,V> property,
SortDir direction)
Convenience constructor for sorting based on a Comparable
property of items in the store. |
|
| Uses of ValueProvider in com.sencha.gxt.data.shared.event |
|---|
| Methods in com.sencha.gxt.data.shared.event that return ValueProvider | |
|---|---|
ValueProvider<? super M,?> |
StoreRecordChangeEvent.getProperty()
Returns the property that was responsible for firing this record change event. |
| Constructors in com.sencha.gxt.data.shared.event with parameters of type ValueProvider | |
|---|---|
StoreRecordChangeEvent(Store.Record record,
ValueProvider<? super M,?> property)
Creates a new store record change event. |
|
| Uses of ValueProvider in com.sencha.gxt.data.shared.loader |
|---|
| Methods in com.sencha.gxt.data.shared.loader with parameters of type ValueProvider | ||
|---|---|---|
|
FilterConfigBean.setFieldAndType(ValueProvider<?,V> valueProvider,
java.lang.Class<? extends V> type)
Convenience method to set both field name and type in one operation. |
|
| Uses of ValueProvider in com.sencha.gxt.widget.core.client |
|---|
| Constructors in com.sencha.gxt.widget.core.client with parameters of type ValueProvider | |
|---|---|
ListView(ListStore<M> store,
ValueProvider<? super M,N> valueProvider)
Creates a new list view. |
|
ListView(ListStore<M> store,
ValueProvider<? super M,N> valueProvider,
Cell<N> cell)
Creates a new list view. |
|
ListView(ListStore<M> store,
ValueProvider<? super M,N> valueProvider,
ListView.ListViewAppearance<M> appearance)
Creates a new list view. |
|
| Uses of ValueProvider in com.sencha.gxt.widget.core.client.form |
|---|
| Constructors in com.sencha.gxt.widget.core.client.form with parameters of type ValueProvider | |
|---|---|
DualListField(ListStore<M> fromStore,
ListStore<M> toStore,
ValueProvider<? super M,T> valueProvider,
Cell<T> cell)
Creates a dual list field that allows selections to be moved between two list views using buttons or by dragging and dropping selections. |
|
| Uses of ValueProvider in com.sencha.gxt.widget.core.client.grid |
|---|
| Methods in com.sencha.gxt.widget.core.client.grid that return ValueProvider | ||
|---|---|---|
ValueProvider<? super M,N> |
ColumnConfig.getValueProvider()
Returns the column's valueProvider. |
|
|
ColumnModel.getValueProvider(int colIndex)
Returns the cell value provider. |
|
| Methods in com.sencha.gxt.widget.core.client.grid with parameters of type ValueProvider | ||
|---|---|---|
|
SummaryType.calculate(java.util.List<? extends M> models,
ValueProvider<? super M,N> vp)
Returns the value for a summary calculation. |
|
|
SummaryType.AvgSummaryType.calculate(java.util.List<? extends M> l,
ValueProvider<? super M,N> valueProvider)
|
|
|
SummaryType.MaxSummaryType.calculate(java.util.List<? extends M> l,
ValueProvider<? super M,N> valueProvider)
|
|
|
SummaryType.MinSummaryType.calculate(java.util.List<? extends M> l,
ValueProvider<? super M,N> valueProvider)
|
|
|
SummaryType.SumSummaryType.calculate(java.util.List<? extends M> l,
ValueProvider<? super M,N> valueProvider)
|
|
|
SummaryType.CountSummaryType.calculate(java.util.List<? extends M> l,
ValueProvider<? super M,V> valueProvider)
|
|
java.lang.String |
GridViewConfig.getColStyle(M model,
ValueProvider<? super M,?> valueProvider,
int rowIndex,
int colIndex)
Returns one to many CSS style names separated by spaces. |
|
| Method parameters in com.sencha.gxt.widget.core.client.grid with type arguments of type ValueProvider | |
|---|---|
SafeHtml |
SummaryRenderer.render(java.lang.Number value,
java.util.Map<ValueProvider<? super M,?>,java.lang.Number> data)
Returns the html content for the summary row. |
| Constructors in com.sencha.gxt.widget.core.client.grid with parameters of type ValueProvider | |
|---|---|
ColumnConfig(ValueProvider<? super M,N> valueProvider)
Creates a new column config. |
|
ColumnConfig(ValueProvider<? super M,N> valueProvider,
int width)
Creates a new column config. |
|
ColumnConfig(ValueProvider<? super M,N> valueProvider,
int width,
SafeHtml header)
Creates a new column config. |
|
ColumnConfig(ValueProvider<? super M,N> valueProvider,
int width,
java.lang.String header)
Creates a new column config. |
|
SummaryColumnConfig(ValueProvider<? super M,N> valueProvider)
|
|
SummaryColumnConfig(ValueProvider<? super M,N> valueProvider,
int width)
|
|
SummaryColumnConfig(ValueProvider<? super M,N> valueProvider,
int width,
SafeHtml name)
|
|
SummaryColumnConfig(ValueProvider<? super M,N> valueProvider,
int width,
java.lang.String name)
|
|
| Uses of ValueProvider in com.sencha.gxt.widget.core.client.grid.filters |
|---|
| Methods in com.sencha.gxt.widget.core.client.grid.filters that return ValueProvider | |
|---|---|
ValueProvider<? super M,V> |
Filter.getValueProvider()
Returns the value provider that implements the interface to the data model associated with this filter. |
| Constructors in com.sencha.gxt.widget.core.client.grid.filters with parameters of type ValueProvider | |
|---|---|
BooleanFilter(ValueProvider<? super M,java.lang.Boolean> valueProvider)
Creates a boolean filter for the specified value provider. |
|
DateFilter(ValueProvider<? super M,java.util.Date> valueProvider)
Creates a date filter for the specified value provider. |
|
Filter(ValueProvider<? super M,V> valueProvider)
Creates a filter for the specified value provider. |
|
ListFilter(ValueProvider<? super M,V> valueProvider,
ListStore<V> store)
Creates a list filter for the specified value provider, matching the items in the specified list store. |
|
NumericFilter(ValueProvider<? super M,V> valueProvider,
NumberPropertyEditor<V> propertyEditor)
Creates a numeric filter for the specified value provider. |
|
StringFilter(ValueProvider<? super M,java.lang.String> valueProvider)
Creates a string filter for the specified value provider. |
|
| Uses of ValueProvider in com.sencha.gxt.widget.core.client.tree |
|---|
| Constructors in com.sencha.gxt.widget.core.client.tree with parameters of type ValueProvider | |
|---|---|
Tree(TreeStore<M> store,
ValueProvider<? super M,C> valueProvider)
Creates a new tree panel. |
|
Tree(TreeStore<M> store,
ValueProvider<? super M,C> valueProvider,
Tree.TreeAppearance appearance)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||