public class DataGridFilter<T> extends Object implements Comparable
| Constructor and Description |
|---|
DataGridFilter(String key,
org.uberfire.mvp.Command filterCommand) |
DataGridFilter(String key,
String filterName,
org.uberfire.mvp.Command filterCommand) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
org.uberfire.mvp.Command |
getFilterCommand() |
String |
getKey() |
void |
setFilterCommand(org.uberfire.mvp.Command filterCommand) |
void |
setKey(String key) |
public DataGridFilter(String key, org.uberfire.mvp.Command filterCommand)
public String getKey()
public void setKey(String key)
public org.uberfire.mvp.Command getFilterCommand()
public void setFilterCommand(org.uberfire.mvp.Command filterCommand)
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.