Class ChartScopeTableModel

All Implemented Interfaces:
com.jidesoft.grid.CategorizedTableModel, com.jidesoft.grid.SpanModel, Serializable, TableModel

public class ChartScopeTableModel extends DatasetTableModel implements com.jidesoft.grid.CategorizedTableModel, com.jidesoft.grid.SpanModel
Accepts a flat Chart Scope dataset and creates a view of datasets with category headers.
See Also:
  • Field Details

  • Constructor Details

    • ChartScopeTableModel

      public ChartScopeTableModel(Dataset dataset)
  • Method Details

    • setDataset

      public void setDataset(Dataset d)
      Overrides:
      setDataset in class DatasetTableModel
    • isCategoryRow

      public boolean isCategoryRow(int row)
      Specified by:
      isCategoryRow in interface com.jidesoft.grid.CategorizedTableModel
    • isChartScopeRow

      public boolean isChartScopeRow(int row)
    • isStepScopeRow

      public boolean isStepScopeRow(int row)
    • getStepId

      public String getStepId(int row)
    • getCellSpanAt

      public com.jidesoft.grid.CellSpan getCellSpanAt(int row, int col)
      Specified by:
      getCellSpanAt in interface com.jidesoft.grid.SpanModel
    • isCellSpanOn

      public boolean isCellSpanOn()
      Specified by:
      isCellSpanOn in interface com.jidesoft.grid.SpanModel