public interface Dashboard extends Component, PageComponent, Customizable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigObjectId()
Stores config business object id .
|
com.technia.tvc.core.table.TableBean<? extends com.technia.tvc.core.table.TableData> |
getDashboardData()
Returns a table bean loaded at dashboard level.
|
com.technia.tvc.core.db.aef.env.Environment |
getEnv() |
long |
getId() |
java.lang.String |
getOriginalResource()
originalResource options to store the resource name read from XML.
|
java.lang.String |
getResizableHandles()
Resizable options
|
java.lang.String |
getResource() |
java.util.Collection<Widget> |
getWidgets()
Widgets included in the dashboard grid.
|
boolean |
isDisableCustomization()
Whether the customization at dashboard level is disabled or not.
|
boolean |
isDraftConfig()
Stores whether the config is in draft state .
|
boolean |
isFloating()
Should widgets in this dashboard be allowed to float freely? Default is
false, which means widgets will float to top.
|
boolean |
isLocked()
Whether the dashboard is locked for modification or not.
|
void |
setDisableCustomization(boolean disableCustomization) |
void |
setFloating(boolean floating) |
void |
setId(long id) |
getTemplatesgetCustomization, getIdHash, isCustomizablecom.technia.tvc.core.db.aef.env.Environment getEnv()
boolean isFloating()
void setFloating(boolean floating)
boolean isLocked()
boolean isDisableCustomization()
java.util.Collection<Widget> getWidgets()
long getId()
void setId(long id)
id - Idvoid setDisableCustomization(boolean disableCustomization)
disableCustomization - The boolean value to set.java.lang.String getResource()
java.lang.String getResizableHandles()
java.lang.String getOriginalResource()
java.lang.String getConfigObjectId()
boolean isDraftConfig()
com.technia.tvc.core.table.TableBean<? extends com.technia.tvc.core.table.TableData> getDashboardData()