public class CloseDashboard extends GenericActionCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CF_CLOSE_ALL |
static java.lang.String |
CF_DASHBOARD |
static java.lang.String |
CF_DEEP_SEARCH |
static java.lang.String |
CF_TARGET_ELEMENT |
static TableFormat |
CFT_CLOSE_DASHBOARD |
CF_COMPONENT_LOCATION| Constructor and Description |
|---|
CloseDashboard() |
CloseDashboard(DashboardProperties dashboard) |
CloseDashboard(java.lang.String name) |
CloseDashboard(java.lang.String title,
DataTable parameters) |
CloseDashboard(java.lang.String nameString,
java.lang.String windowPathString) |
| Modifier and Type | Method and Description |
|---|---|
protected DataTable |
constructParameters() |
java.lang.Boolean |
getCloseAll() |
DashboardProperties |
getDashboard() |
java.lang.Boolean |
getDeepSearch() |
java.lang.String |
getTargetElement() |
void |
setCloseAll(java.lang.Boolean closeAll) |
void |
setDashboard(DashboardProperties dashboard) |
void |
setDeepSearch(java.lang.Boolean deepSearch) |
void |
setTargetElement(java.lang.String targetElement) |
clone, createDefaultResponse, equals, getComponentLocation, getParameters, getRequestId, getResponseFormat, getTitle, getType, hashCode, isBatchEntry, isInteractive, isLast, isResponseValid, setBatchEntry, setComponentLocation, setComponentLocation, setInteractive, setLast, setParameters, setRequestId, setTitle, setType, toStringpublic static final java.lang.String CF_DASHBOARD
public static final java.lang.String CF_TARGET_ELEMENT
public static final java.lang.String CF_CLOSE_ALL
public static final java.lang.String CF_DEEP_SEARCH
public static final TableFormat CFT_CLOSE_DASHBOARD
public CloseDashboard()
public CloseDashboard(DashboardProperties dashboard)
public CloseDashboard(java.lang.String title,
DataTable parameters)
public CloseDashboard(java.lang.String name)
public CloseDashboard(java.lang.String nameString,
java.lang.String windowPathString)
public DashboardProperties getDashboard()
public void setDashboard(DashboardProperties dashboard)
public java.lang.String getTargetElement()
public void setTargetElement(java.lang.String targetElement)
public java.lang.Boolean getCloseAll()
public void setCloseAll(java.lang.Boolean closeAll)
public java.lang.Boolean getDeepSearch()
public void setDeepSearch(java.lang.Boolean deepSearch)
protected DataTable constructParameters()
constructParameters in class GenericActionCommand