All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
DisplayerSettings |
cloneInstance() |
boolean |
equals(Object obj) |
String |
getChartBackgroundColor() |
int |
getChartHeight() |
Position |
getChartLegendPosition() |
int |
getChartMarginBottom() |
int |
getChartMarginLeft() |
int |
getChartMarginRight() |
int |
getChartMarginTop() |
int |
getChartMaxHeight() |
int |
getChartMaxWidth() |
int |
getChartWidth() |
ColumnSettings |
getColumnSettings(org.dashbuilder.dataset.DataColumn column) |
ColumnSettings |
getColumnSettings(String columnId) |
List<ColumnSettings> |
getColumnSettingsList() |
String |
getComponentId() |
String |
getComponentPartition() |
Map<String,String> |
getComponentProperties() |
String |
getComponentProperty(String key) |
org.dashbuilder.dataset.DataSet |
getDataSet() |
org.dashbuilder.dataset.DataSetLookup |
getDataSetLookup() |
String |
getDisplayerSetting(DisplayerAttributeDef displayerAttributeDef) |
String |
getDonutHoleTitle() |
String |
getHtmlTemplate() |
String |
getJsTemplate() |
MapColorScheme |
getMapColorScheme() |
long |
getMeterCritical() |
long |
getMeterEnd() |
long |
getMeterStart() |
long |
getMeterWarning() |
int |
getRefreshInterval() |
String |
getRenderer() |
int |
getSelectorWidth() |
Map<String,String> |
getSettingsFlatMap() |
DisplayerSubType |
getSubtype() |
String |
getTableDefaultSortColumnId() |
org.dashbuilder.dataset.sort.SortOrder |
getTableDefaultSortOrder() |
int |
getTablePageSize() |
int |
getTableWidth() |
String |
getTitle() |
DisplayerType |
getType() |
String |
getUUID() |
int |
getXAxisLabelsAngle() |
String |
getXAxisTitle() |
String |
getYAxisTitle() |
boolean |
isChart3D() |
boolean |
isChartShowLegend() |
boolean |
isCSVExportAllowed() |
boolean |
isExcelExportAllowed() |
boolean |
isFilterEnabled() |
boolean |
isFilterListeningEnabled() |
boolean |
isFilterNotificationEnabled() |
boolean |
isFilterSelfApplyEnabled() |
boolean |
isRefreshStaleData() |
boolean |
isResizable() |
boolean |
isSelectorInputsEnabled() |
boolean |
isSelectorMultiple() |
boolean |
isTableColumnPickerEnabled() |
boolean |
isTableSortEnabled() |
boolean |
isTitleVisible() |
boolean |
isXAxisShowLabels() |
boolean |
isYAxisShowLabels() |
void |
removeColumnSettings(String columnId) |
void |
removeDisplayerSetting(DisplayerAttributeDef displayerAttributeDef) |
void |
removeDisplayerSetting(DisplayerAttributeGroupDef displayerAttributeGroup) |
void |
removeDisplayerSetting(String displayerAttributeDef) |
void |
setChart3D(boolean barchartThreeDimension) |
void |
setChartBackgroundColor(String color) |
void |
setChartHeight(int chartHeight) |
void |
setChartLegendPosition(Position chartLegendPosition) |
void |
setChartMarginBottom(int chartMarginBottom) |
void |
setChartMarginLeft(int chartMarginLeft) |
void |
setChartMarginRight(int chartMarginRight) |
void |
setChartMarginTop(int chartMarginTop) |
void |
setChartMaxHeight(int chartHeight) |
void |
setChartMaxWidth(int chartWidth) |
void |
setChartShowLegend(boolean chartShowLegend) |
void |
setChartWidth(int chartWidth) |
void |
setColumnEmptyTemplate(String columnId,
String template) |
void |
setColumnName(String columnId,
String name) |
void |
setColumnSettingsList(List<ColumnSettings> columnSettingsList) |
void |
setColumnValueExpression(String columnId,
String expression) |
void |
setColumnValuePattern(String columnId,
String pattern) |
String |
setComponentId(String componentId) |
String |
setComponentPartition(String componentPartition) |
void |
setComponentProperty(String key,
String value) |
void |
setCSVExportAllowed(boolean csvExportAllowed) |
void |
setDataSet(org.dashbuilder.dataset.DataSet dataSet) |
void |
setDataSetLookup(org.dashbuilder.dataset.DataSetLookup dataSetLookup) |
void |
setDisplayerSetting(DisplayerAttributeDef displayerAttributeDef,
String value) |
void |
setDisplayerSetting(String displayerAttributeDef,
String value) |
void |
setDonutHoleTitle(String holeTitle) |
void |
setExcelExportAllowed(boolean excelExportAllowed) |
void |
setFilterEnabled(boolean filterEnabled) |
void |
setFilterListeningEnabled(boolean filterListeningEnabled) |
void |
setFilterNotificationEnabled(boolean filterNotificationEnabled) |
void |
setFilterSelfApplyEnabled(boolean filterSelfApplyEnabled) |
void |
setHtmlTemplate(String htmlTemplate) |
void |
setJsTemplate(String jsTemplate) |
void |
setMapColorScheme(MapColorScheme colorScheme) |
void |
setMeterCritical(long meterCritical) |
void |
setMeterEnd(long meterEnd) |
void |
setMeterStart(long meterStart) |
void |
setMeterWarning(long meterWarning) |
void |
setRefreshInterval(int refreshInSeconds) |
void |
setRefreshStaleData(boolean refresh) |
void |
setRenderer(String renderer) |
void |
setResizable(boolean resizable) |
void |
setSelectorInputsEnabled(boolean enabled) |
void |
setSelectorMultiple(boolean filterMultiple) |
void |
setSelectorWidth(int filterWidth) |
void |
setSettingsFlatMap(Map<String,String> settings) |
void |
setSubtype(DisplayerSubType subtype) |
void |
setTableColumnPickerEnabled(boolean tableColumnPickerEnabled) |
void |
setTableDefaultSortColumnId(String tableDefaultSortColumnId) |
void |
setTableDefaultSortOrder(org.dashbuilder.dataset.sort.SortOrder tableDefaultSortOrder) |
void |
setTablePageSize(int tablePageSize) |
void |
setTableSortEnabled(boolean tableSortEnabled) |
void |
setTableWidth(int tableWidth) |
void |
setTitle(String title) |
void |
setTitleVisible(boolean titleVisible) |
void |
setType(DisplayerType displayerType) |
void |
setUUID(String UUID) |
void |
setXAxisLabelsAngle(int axisLabelsAngle) |
void |
setXAxisShowLabels(boolean axisShowLabels) |
void |
setXAxisTitle(String axisTitle) |
void |
setYAxisShowLabels(boolean axisShowLabels) |
void |
setYAxisTitle(String axisTitle) |