| Package | Description |
|---|---|
| org.openl.excel.grid | |
| org.openl.rules.table |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableGridTable |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITable<T extends ITable<T>>
Base interface that represents abstract table.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGridTable
Table based on Grid coordinates.
|
interface |
ILogicalTable
Logical Table consists of logical columns and rows (created as a result of merged cells).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AGridTable
Default implementation for grid tables.
|
class |
AGridTableDecorator |
class |
ALogicalTable
Default implementation for logical tables.
|
class |
GridTable |
class |
LogicalTable
Fully implementation for
ILogicalTable interface.Logical Table consists of logical columns and rows (created as a result of merged cells). |
class |
SimpleLogicalTable
Adapts
IGridTable, that doesn`t contain merged cells in the top row and left column to ILogicalTable
interface.Be careful, as this implementation doesn`t provide that following operations getColumn(int)getColumns(int)getColumns(int, int)getRow(int)getRows(int)getRows(int, int)getSubtable(int, int, int, int)will return right ILogicalTable. |
class |
SingleCellGridTable
Single cell grid table.
|
class |
SubGridTable
Part of the grid table.
|
class |
TransformedGridTable
Logical table model that delegate original table and access to original table through coordinates transformation.
|
class |
TransposedGridTable
TODO: create
CoordinatesTransformer for this case of transposed grid table. |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.