public class DashboardFilterCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
static String |
FILTER_ALL |
static String |
FILTER_MAX_VALUE |
static String |
FILTER_MIN_VALUE |
static String |
FILTER_SELECTED |
arguments, dataFilter, name
Constructor and Description |
---|
DashboardFilterCommand(String commandName) |
Modifier and Type | Method and Description |
---|---|
String |
execute() |
Set<String> |
getPropertyIds() |
getArgument, getArguments, getDataFilter, getName, setArguments, setDataFilter, setName
public static final String FILTER_MIN_VALUE
public static final String FILTER_MAX_VALUE
public static final String FILTER_ALL
public static final String FILTER_SELECTED
public DashboardFilterCommand(String commandName)
public String execute() throws Exception
execute
in interface Command
execute
in class AbstractCommand
Exception
public Set<String> getPropertyIds()
getPropertyIds
in interface Command
getPropertyIds
in class AbstractCommand
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.