public class DashboardWidgetAttribute
DashboardWidgetAttribute Data class for attributes of a dashboard widget
Modifier and Type | Field and Description |
---|---|
BBjNumber | Active Active status attribute |
BBjNumber | AutoRefreshEnabled Auto refresh enabled |
BBjNumber | AutoRefreshRate Auto refresh rate |
BBjNumber | AutoRefreshUnit Auto refresh unit |
BBjString | Category$ Category attribute |
BBjNumber | ChartColorThemeIndex Color Theme Index for Charts |
BBjString | ChartFontFile$ FontFile attribute |
BBjNumber | ChartFontScalingFactor FontScalingFactor attribute |
BBjString | Name$ Name attribute |
BBjNumber | Position Position of widget in category |
Constructor and Description |
---|
DashboardWidgetAttribute(BBjString p_name$, BBjString p_category$, BBjNumber p_active, BBjNumber p_position, BBjNumber p_autoRefreshEnabled, BBjNumber p_autoRefreshRate, BBjNumber p_autoRefreshUnit, BBjNumber p_chartColorThemeIndex, BBjString p_chartFontFile$, BBjNumber p_chartFontScalingFactor) Constructs a DashboardWidgetAttribute |
public BBjNumber Active
Active status attribute
public BBjNumber AutoRefreshEnabled
Auto refresh enabled
public BBjNumber AutoRefreshRate
Auto refresh rate
public BBjNumber AutoRefreshUnit
Auto refresh unit
public BBjString Category$
Category attribute
public BBjNumber ChartColorThemeIndex
Color Theme Index for Charts
public BBjString ChartFontFile$
FontFile attribute
public BBjNumber ChartFontScalingFactor
FontScalingFactor attribute
public BBjString Name$
Name attribute
public BBjNumber Position
Position of widget in category
public DashboardWidgetAttribute(BBjString p_name$, BBjString p_category$, BBjNumber p_active, BBjNumber p_position, BBjNumber p_autoRefreshEnabled, BBjNumber p_autoRefreshRate, BBjNumber p_autoRefreshUnit, BBjNumber p_chartColorThemeIndex, BBjString p_chartFontFile$, BBjNumber p_chartFontScalingFactor)
Constructs a DashboardWidgetAttribute
p_name$
Unique name of the dashboard widgetp_category$
Category of the dashboard widgetp_active
Active status. 0=inactive, 1=activep_position
Position of the dashboard widget in the categoryp_autoRefreshEnabled
Indicates if auto refresh is enabled. 0=disabled, 1=enabledp_autoRefreshRate
Interal of the auto refresh rate. Valid valus are 0-999p_autoRefreshUnit
Unit of the auto refresh. Use one of the following: AutoRefreshUnit.getSECONDS(), AutoRefreshUnit.getMINUTES(), AutoRefreshUnit.getHOURS()p_chartColorThemeIndex
The chart's color theme numberp_chartFontFile$
The chart's font filep_chartFontScalingFactor
The chart's user-specified font scaling factor