public class DashboardItem
DashboardItem The base dashboard class that all of the other dashboard data classes extend
Constructor and Description |
---|
DashboardItem(BBjString p_name$, BBjString p_title$) DashboardItem Constructs a DashboardItem |
Modifier and Type | Method and Description |
---|---|
BBjColor | getBackColor() Returns the background color of dashboard item |
BBjString | getName() Returns the name of dashboard item |
BBjString | getTitle() Returns the title of dashboard item |
Object | getUserData() Returns the user data object of dashboard item |
void | setBackColor(BBjColor p_backColor!) Sets the background color of the dashboard item |
void | setName(BBjString p_name$) Sets the name of the dashboard item |
void | setTitle(BBjString p_title$) Sets the title of the dashboard item |
void | setUserData(Object p_userData!) Sets the user data object of the dashboard item |
public DashboardItem(BBjString p_name$, BBjString p_title$)
DashboardItem Constructs a DashboardItem
p_name$
Name of the dashboard itemp_title$
Title of the dashboard itempublic BBjColor getBackColor()
Returns the background color of dashboard item
public BBjString getName()
Returns the name of dashboard item
public BBjString getTitle()
Returns the title of dashboard item
public Object getUserData()
Returns the user data object of dashboard item
public void setBackColor(BBjColor p_backColor!)
Sets the background color of the dashboard item
p_backColor!
BBjColor that specifies the background colorpublic void setName(BBjString p_name$)
Sets the name of the dashboard item
p_name$
Name of the dashboard itempublic void setTitle(BBjString p_title$)
Sets the title of the dashboard item
p_title$
Title of the dashboard itempublic void setUserData(Object p_userData!)
Sets the user data object of the dashboard item
p_userData!
Object that is the user data of the daahboard item