public class DashboardWidgetAttribute
DashboardWidgetAttribute Data class for attributes of a dashboard widget
| Modifier and Type | Field and Description |
|---|---|
BBjNumber | ActiveActive status attribute |
BBjNumber | AutoRefreshEnabledAuto refresh enabled |
BBjNumber | AutoRefreshRateAuto refresh rate |
BBjNumber | AutoRefreshUnitAuto refresh unit |
BBjString | Category$Category attribute |
BBjNumber | ChartColorThemeIndexColor Theme Index for Charts |
BBjString | ChartFontFile$FontFile attribute |
BBjNumber | ChartFontScalingFactorFontScalingFactor attribute |
BBjString | Name$Name attribute |
BBjNumber | PositionPosition 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 ActiveActive status attribute
public BBjNumber AutoRefreshEnabledAuto refresh enabled
public BBjNumber AutoRefreshRateAuto refresh rate
public BBjNumber AutoRefreshUnitAuto refresh unit
public BBjString Category$Category attribute
public BBjNumber ChartColorThemeIndexColor Theme Index for Charts
public BBjString ChartFontFile$FontFile attribute
public BBjNumber ChartFontScalingFactorFontScalingFactor attribute
public BBjString Name$Name attribute
public BBjNumber PositionPosition 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