public class DisplayerAttributeGroupDef extends DisplayerAttributeDef
Modifier and Type | Field and Description |
---|---|
static DisplayerAttributeGroupDef |
AXIS_GROUP |
static DisplayerAttributeGroupDef |
CHART_GROUP |
static DisplayerAttributeGroupDef |
CHART_LEGEND_GROUP |
static DisplayerAttributeGroupDef |
CHART_MARGIN_GROUP |
static DisplayerAttributeGroupDef |
COLUMNS_GROUP |
static DisplayerAttributeGroupDef |
EXPORT_GROUP |
static DisplayerAttributeGroupDef |
FILTER_GROUP |
static DisplayerAttributeGroupDef |
GENERAL_GROUP |
static DisplayerAttributeGroupDef |
HTML_GROUP |
static DisplayerAttributeGroupDef |
METER_GROUP |
static DisplayerAttributeGroupDef |
REFRESH_GROUP |
static DisplayerAttributeGroupDef |
SELECTOR_GROUP |
static DisplayerAttributeGroupDef |
TABLE_GROUP |
static DisplayerAttributeGroupDef |
TABLE_SORT_GROUP |
static DisplayerAttributeGroupDef |
XAXIS_GROUP |
static DisplayerAttributeGroupDef |
YAXIS_GROUP |
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, EXPORT_TO_CSV, EXPORT_TO_XLS, FILTER_ENABLED, FILTER_LISTENING_ENABLED, FILTER_NOTIFICATION_ENABLED, FILTER_SELFAPPLY_ENABLED, HTML_TEMPLATE, id, JS_TEMPLATE, 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 and Description |
---|
DisplayerAttributeGroupDef() |
DisplayerAttributeGroupDef(String id) |
DisplayerAttributeGroupDef(String id,
DisplayerAttributeGroupDef parent) |
Modifier and Type | Method and Description |
---|---|
DisplayerAttributeGroupDef |
addChild(DisplayerAttributeDef member) |
Set<DisplayerAttributeDef> |
getChildren() |
public static final DisplayerAttributeGroupDef GENERAL_GROUP
public static final DisplayerAttributeGroupDef COLUMNS_GROUP
public static final DisplayerAttributeGroupDef REFRESH_GROUP
public static final DisplayerAttributeGroupDef FILTER_GROUP
public static final DisplayerAttributeGroupDef SELECTOR_GROUP
public static final DisplayerAttributeGroupDef CHART_GROUP
public static final DisplayerAttributeGroupDef TABLE_GROUP
public static final DisplayerAttributeGroupDef AXIS_GROUP
public static final DisplayerAttributeGroupDef METER_GROUP
public static final DisplayerAttributeGroupDef HTML_GROUP
public static final DisplayerAttributeGroupDef EXPORT_GROUP
public static final DisplayerAttributeGroupDef CHART_MARGIN_GROUP
public static final DisplayerAttributeGroupDef CHART_LEGEND_GROUP
public static final DisplayerAttributeGroupDef TABLE_SORT_GROUP
public static final DisplayerAttributeGroupDef XAXIS_GROUP
public static final DisplayerAttributeGroupDef YAXIS_GROUP
public DisplayerAttributeGroupDef()
public DisplayerAttributeGroupDef(String id)
public DisplayerAttributeGroupDef(String id, DisplayerAttributeGroupDef parent)
public Set<DisplayerAttributeDef> getChildren()
public DisplayerAttributeGroupDef addChild(DisplayerAttributeDef member)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.