public class DashboardItem extends Object
Constructor and Description |
---|
DashboardItem(BBjString p_name$,
BBjString p_title$)
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$)
p_name$
- Name of the dashboard itemp_title$
- Title of the dashboard itempublic void setName(BBjString p_name$)
p_name$
- Name of the dashboard itempublic void setTitle(BBjString p_title$)
p_title$
- Title of the dashboard itempublic void setBackColor(BBjColor p_backColor!)
p_backColor!
- BBjColor that specifies the background colorpublic void setUserData(Object p_userData!)
p_userData!
- Object that is the user data of the daahboard itempublic BBjString getName()
public BBjString getTitle()
public BBjColor getBackColor()
public Object getUserData()