|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.widget.core.client.grid.filters.Filter<M,java.lang.String>
com.sencha.gxt.widget.core.client.grid.filters.StringFilter<M>
M - the model typepublic class StringFilter<M>
A string filter. See Filter for more information.
| Nested Class Summary | |
|---|---|
class |
StringFilter.DefaultStringFilterMessages
The default locale-sensitive messages used by this class. |
static interface |
StringFilter.StringFilterMessages
The locale-sensitive messages used by this class. |
| Constructor Summary | |
|---|---|
StringFilter(ValueProvider<? super M,java.lang.String> valueProvider)
Creates a string filter for the specified value provider. |
|
| Method Summary | |
|---|---|
java.util.List<FilterConfig> |
getFilterConfig()
Returns a list of filter configurations. |
StringFilter.StringFilterMessages |
getMessages()
Returns the locale-sensitive messages used by this class. |
java.lang.Object |
getValue()
Template method to be implemented by all subclasses that is to get and return the value of the filter. |
boolean |
isActivatable()
Template method to be implemented by all subclasses that is to return true if the filter has enough configuration information to be
activated. |
void |
setMessages(StringFilter.StringFilterMessages messages)
Sets the local-sensitive messages used by this class. |
| Methods inherited from class com.sencha.gxt.widget.core.client.grid.filters.Filter |
|---|
addActivateHandler, addDeactivateHandler, addUpdateHandler, getHandler, getMenu, getUpdateBuffer, getValueProvider, isActive, setActive, setHandler, setUpdateBuffer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringFilter(ValueProvider<? super M,java.lang.String> valueProvider)
Filter.Filter(ValueProvider) for more information.
valueProvider - the value provider| Method Detail |
|---|
public java.util.List<FilterConfig> getFilterConfig()
Filter
getFilterConfig in class Filter<M,java.lang.String>public StringFilter.StringFilterMessages getMessages()
public java.lang.Object getValue()
Filter
getValue in class Filter<M,java.lang.String>public boolean isActivatable()
Filtertrue if the filter has enough configuration information to be
activated.
public void setMessages(StringFilter.StringFilterMessages messages)
messages - the locale sensitive messages used by this class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||