public class DashboardsHierarchyInfo extends AggreGateBean
| Modifier and Type | Field and Description |
|---|---|
static TableFormat |
DASHBOARD_PROPERTIES_FORMAT |
static java.lang.String |
FIELD_NESTED_DASHBOARDS_LOCATIONS |
static java.lang.String |
FIELD_NESTED_DASHBOARDS_PROPERTIES |
static TableFormat |
FORMAT |
static TableFormat |
LOCATIONS_FORMAT |
| Constructor and Description |
|---|
DashboardsHierarchyInfo() |
DashboardsHierarchyInfo(DataRecord data) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDashboardProperty(DataTable dashboardData) |
void |
addLocation(DataTable locationData) |
DashboardProperties |
getDashboardProperty(int i) |
DashboardProperties |
getLastDashboardProperties() |
WindowLocation |
getLocation(int i) |
DataTable |
getNestedDashboardsLocations() |
DataTable |
getNestedDashboardsProperties() |
void |
setNestedDashboardsLocations(DataTable nestedDashboardsLocations) |
void |
setNestedDashboardsProperties(DataTable nestedDashboardsProperties) |
getFormat, toDataRecord, toDataTablepublic static final java.lang.String FIELD_NESTED_DASHBOARDS_PROPERTIES
public static final java.lang.String FIELD_NESTED_DASHBOARDS_LOCATIONS
public static TableFormat DASHBOARD_PROPERTIES_FORMAT
public static TableFormat LOCATIONS_FORMAT
public static TableFormat FORMAT
public DashboardsHierarchyInfo()
public DashboardsHierarchyInfo(DataRecord data)
public DataTable getNestedDashboardsProperties()
public void setNestedDashboardsProperties(DataTable nestedDashboardsProperties)
public DataTable getNestedDashboardsLocations()
public void setNestedDashboardsLocations(DataTable nestedDashboardsLocations)
public void addLocation(DataTable locationData)
public void addDashboardProperty(DataTable dashboardData)
public WindowLocation getLocation(int i)
public DashboardProperties getDashboardProperty(int i)
public DashboardProperties getLastDashboardProperties()