| Package | Description |
|---|---|
| org.openl.rules.table |
| Modifier and Type | Class and Description |
|---|---|
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 ITable.getColumn(int)ITable.getColumns(int)ITable.getColumns(int, int)ITable.getRow(int)ITable.getRows(int)ITable.getRows(int, int)ITable.getSubtable(int, int, int, int)will return right ILogicalTable. |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.