Package org.dashbuilder.displayer
Class DisplayerAttributeGroupDef
- java.lang.Object
-
- org.dashbuilder.displayer.DisplayerAttributeDef
-
- org.dashbuilder.displayer.DisplayerAttributeGroupDef
-
public class DisplayerAttributeGroupDef extends DisplayerAttributeDef
-
-
Field Summary
Fields Modifier and Type Field Description static DisplayerAttributeGroupDefAXIS_GROUPstatic DisplayerAttributeGroupDefCHART_GROUPstatic DisplayerAttributeGroupDefCHART_LEGEND_GROUPstatic DisplayerAttributeGroupDefCHART_MARGIN_GROUPstatic DisplayerAttributeGroupDefCOLUMNS_GROUPstatic DisplayerAttributeGroupDefDONUT_GROUPstatic DisplayerAttributeGroupDefEXPORT_GROUPstatic DisplayerAttributeGroupDefFILTER_GROUPstatic DisplayerAttributeGroupDefGENERAL_GROUPstatic DisplayerAttributeGroupDefHTML_GROUPstatic DisplayerAttributeGroupDefMAP_GROUPstatic DisplayerAttributeGroupDefMETER_GROUPstatic DisplayerAttributeGroupDefREFRESH_GROUPstatic DisplayerAttributeGroupDefSELECTOR_GROUPstatic DisplayerAttributeGroupDefTABLE_GROUPstatic DisplayerAttributeGroupDefTABLE_SORT_GROUPstatic DisplayerAttributeGroupDefXAXIS_GROUPstatic DisplayerAttributeGroupDefYAXIS_GROUP-
Fields inherited from class org.dashbuilder.displayer.DisplayerAttributeDef
ALLOW_EXPORT_CSV, ALLOW_EXPORT_EXCEL, CHART_3D, CHART_BGCOLOR, CHART_HEIGHT, CHART_LEGENDPOSITION, CHART_MARGIN_BOTTOM, CHART_MARGIN_LEFT, CHART_MARGIN_RIGHT, CHART_MARGIN_TOP, CHART_MAX_HEIGHT, CHART_MAX_WIDTH, CHART_RESIZABLE, CHART_SHOWLEGEND, CHART_WIDTH, COLUMN_EMPTY, COLUMN_EXPRESSION, COLUMN_PATTERN, DONUT_HOLE_TITLE, EXPORT_TO_CSV, EXPORT_TO_XLS, EXTERNAL_COMPONENT_ID, EXTERNAL_COMPONENT_PARTITION, FILTER_ENABLED, FILTER_LISTENING_ENABLED, FILTER_NOTIFICATION_ENABLED, FILTER_SELFAPPLY_ENABLED, HTML_TEMPLATE, id, JS_TEMPLATE, MAP_COLOR_SCHEME, METER_CRITICAL, METER_END, METER_START, METER_WARNING, parent, REFRESH_INTERVAL, REFRESH_STALE_DATA, RENDERER, SELECTOR_MULTIPLE, SELECTOR_SHOW_INPUTS, SELECTOR_WIDTH, SUBTYPE, TABLE_COLUMN_PICKER_ENABLED, TABLE_PAGESIZE, TABLE_SORTCOLUMNID, TABLE_SORTENABLED, TABLE_SORTORDER, TABLE_WIDTH, TITLE, TITLE_VISIBLE, TYPE, XAXIS_LABELSANGLE, XAXIS_SHOWLABELS, XAXIS_TITLE, YAXIS_SHOWLABELS, YAXIS_TITLE
-
-
Constructor Summary
Constructors Constructor Description DisplayerAttributeGroupDef()DisplayerAttributeGroupDef(String id)DisplayerAttributeGroupDef(String id, DisplayerAttributeGroupDef parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayerAttributeGroupDefaddChild(DisplayerAttributeDef member)Set<DisplayerAttributeDef>getChildren()
-
-
-
Field Detail
-
GENERAL_GROUP
public static final DisplayerAttributeGroupDef GENERAL_GROUP
-
COLUMNS_GROUP
public static final DisplayerAttributeGroupDef COLUMNS_GROUP
-
REFRESH_GROUP
public static final DisplayerAttributeGroupDef REFRESH_GROUP
-
FILTER_GROUP
public static final DisplayerAttributeGroupDef FILTER_GROUP
-
SELECTOR_GROUP
public static final DisplayerAttributeGroupDef SELECTOR_GROUP
-
CHART_GROUP
public static final DisplayerAttributeGroupDef CHART_GROUP
-
TABLE_GROUP
public static final DisplayerAttributeGroupDef TABLE_GROUP
-
AXIS_GROUP
public static final DisplayerAttributeGroupDef AXIS_GROUP
-
METER_GROUP
public static final DisplayerAttributeGroupDef METER_GROUP
-
DONUT_GROUP
public static final DisplayerAttributeGroupDef DONUT_GROUP
-
HTML_GROUP
public static final DisplayerAttributeGroupDef HTML_GROUP
-
EXPORT_GROUP
public static final DisplayerAttributeGroupDef EXPORT_GROUP
-
MAP_GROUP
public static final DisplayerAttributeGroupDef MAP_GROUP
-
CHART_MARGIN_GROUP
public static final DisplayerAttributeGroupDef CHART_MARGIN_GROUP
-
CHART_LEGEND_GROUP
public static final DisplayerAttributeGroupDef CHART_LEGEND_GROUP
-
TABLE_SORT_GROUP
public static final DisplayerAttributeGroupDef TABLE_SORT_GROUP
-
XAXIS_GROUP
public static final DisplayerAttributeGroupDef XAXIS_GROUP
-
YAXIS_GROUP
public static final DisplayerAttributeGroupDef YAXIS_GROUP
-
-
Constructor Detail
-
DisplayerAttributeGroupDef
public DisplayerAttributeGroupDef()
-
DisplayerAttributeGroupDef
public DisplayerAttributeGroupDef(String id)
-
DisplayerAttributeGroupDef
public DisplayerAttributeGroupDef(String id, DisplayerAttributeGroupDef parent)
-
-
Method Detail
-
getChildren
public Set<DisplayerAttributeDef> getChildren()
-
addChild
public DisplayerAttributeGroupDef addChild(DisplayerAttributeDef member)
-
-