|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChartColumn | |
|---|---|
| ca.sqlpower.wabit.report.chart | |
| Uses of ChartColumn in ca.sqlpower.wabit.report.chart |
|---|
| Methods in ca.sqlpower.wabit.report.chart that return ChartColumn | |
|---|---|
ChartColumn |
ChartColumn.getXAxisIdentifier()
|
| Methods in ca.sqlpower.wabit.report.chart that return types with arguments of type ChartColumn | |
|---|---|
java.util.List<ChartColumn> |
Chart.findRoleColumns(ColumnRole role)
Returns a list of the identifiers for all columns labeled as a given role in a bar chart. |
java.util.List<ChartColumn> |
Chart.getColumns()
Returns an unmodifiable view of the result set columns this chart knows about, along with information about their role in the chart. |
java.util.List<ChartColumn> |
Chart.getMissingIdentifiers()
Returns an unmodifiable view of the missing identifiers list. |
| Methods in ca.sqlpower.wabit.report.chart with parameters of type ChartColumn | |
|---|---|
void |
Chart.addChartColumn(ChartColumn newColumnIdentifier)
For internal use only (while reading a Workspace file or refreshing the column list when a new result set comes in). |
void |
Chart.addChartColumn(ChartColumn newColumnIdentifier,
int index)
For internal use only (while reading a Workspace file or refreshing the column list when a new result set comes in). |
void |
Chart.addMissingIdentifier(ChartColumn ci)
Adds the given column identifier to the end of the missing identifiers list. |
void |
ChartColumn.setXAxisIdentifier(ChartColumn xAxisIdentifier)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||