public class DashboardCategoryAttribute extends Object
Modifier and Type | Field and Description |
---|---|
BBjString |
AttributesStringTemplate$
DashboardCategoryAttribute string template
|
BBjNumber |
FixedWidgetWidth
FixedWidgetWidth attribute
|
BBjNumber |
MaxWidgetWidth
MaxWidgetWidth attribute
|
BBjNumber |
MinWidgetWidth
MinWidgetWidth attribute
|
BBjString |
Name$
Name attribute
|
BBjNumber |
WidgetSizingModel
WidgetSizingModel attribute
|
Constructor and Description |
---|
DashboardCategoryAttribute()
Constructs a DashboardCategoryAttribute with default values.
|
DashboardCategoryAttribute(BBjString p_stringTemplateString!)
Constructs a DashboardCategoryAttribute given a string template.
|
DashboardCategoryAttribute(BBjString p_name$,
BBjNumber p_widgetSizingModel,
BBjNumber p_minWidgetWidth,
BBjNumber p_maxWidgetWidth,
BBjNumber p_fixedWidgetWidth)
Constructs a DashboardCategoryAttribute given all the field values
|
DashboardCategoryAttribute(DashboardCategory p_category!)
Constructs a DashboardCategoryAttribute given an existing DashboardCategory.
|
Modifier and Type | Method and Description |
---|---|
BBjString |
getTemplatedStringRepresentation()
Gets a BBjTemplatedString representation of the DashboardCategoryAttribute
|
public BBjString Name$
public BBjNumber WidgetSizingModel
public BBjNumber MinWidgetWidth
public BBjNumber MaxWidgetWidth
public BBjNumber FixedWidgetWidth
public BBjString AttributesStringTemplate$
public DashboardCategoryAttribute(BBjString p_name$, BBjNumber p_widgetSizingModel, BBjNumber p_minWidgetWidth, BBjNumber p_maxWidgetWidth, BBjNumber p_fixedWidgetWidth)
p_name$
- Unique name of the dashboard categoryp_widgetSizingModel
- The widget sizing model to use. See the DashboardCategory WIDGIT_SIZING constants. 0 = Dynamic, 1 = Fixedp_minWidgetWidth
- The minimum widget width for dynamic widget sizingp_maxWidgetWidth
- The maximum widget width for dynamic widget sizingp_fixedWidgetWidth
- The widget width for fixed widget sizingpublic DashboardCategoryAttribute(DashboardCategory p_category!)
p_category!
- A DashboardCategory for which to create the attribute objectpublic DashboardCategoryAttribute(BBjString p_stringTemplateString!)
p_stringTemplateString!
- A BBjString representation of a BBjTemplatedString filled out with the attributes of the DashboardCategoryAttributepublic DashboardCategoryAttribute()