Class DataGridFilter<T>
- java.lang.Object
-
- org.uberfire.ext.widgets.common.client.tables.DataGridFilter<T>
-
- All Implemented Interfaces:
Comparable
public class DataGridFilter<T> extends Object implements Comparable
-
-
Constructor Summary
Constructors Constructor Description DataGridFilter(String key, String filterName, org.uberfire.mvp.Command filterCommand)DataGridFilter(String key, org.uberfire.mvp.Command filterCommand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Object o)org.uberfire.mvp.CommandgetFilterCommand()StringgetKey()voidsetFilterCommand(org.uberfire.mvp.Command filterCommand)voidsetKey(String key)
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getFilterCommand
public org.uberfire.mvp.Command getFilterCommand()
-
setFilterCommand
public void setFilterCommand(org.uberfire.mvp.Command filterCommand)
-
compareTo
public int compareTo(Object o)
- Specified by:
compareToin interfaceComparable<T>
-
-