public class DashboardWidgetAttribute extends Object
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 BBjString Name$
public BBjString Category$
public BBjNumber Active
public BBjNumber Position
public BBjNumber AutoRefreshEnabled
public BBjNumber AutoRefreshRate
public BBjNumber AutoRefreshUnit
public BBjNumber ChartColorThemeIndex
public BBjString ChartFontFile$
public BBjNumber ChartFontScalingFactor
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)
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