Uses of Interface
org.openl.rules.table.ITable
-
Packages that use ITable Package Description org.openl.excel.grid org.openl.rules.table -
-
Uses of ITable in org.openl.excel.grid
Classes in org.openl.excel.grid that implement ITable Modifier and Type Class Description classEditableGridTable -
Uses of ITable in org.openl.rules.table
Classes in org.openl.rules.table with type parameters of type ITable Modifier and Type Interface Description interfaceITable<T extends ITable<T>>Base interface that represents abstract table.Subinterfaces of ITable in org.openl.rules.table Modifier and Type Interface Description interfaceIGridTableTable based on Grid coordinates.interfaceILogicalTableLogical Table consists of logical columns and rows (created as a result of merged cells).Classes in org.openl.rules.table that implement ITable Modifier and Type Class Description classAGridTableDefault implementation for grid tables.classAGridTableDecoratorclassALogicalTableDefault implementation for logical tables.classGridTableclassLogicalTableFully implementation forILogicalTableinterface.
Logical Table consists of logical columns and rows (created as a result of merged cells).classSimpleLogicalTableAdaptsIGridTable, that doesn`t contain merged cells in the top row and left column toILogicalTableinterface.
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.classSingleCellGridTableSingle cell grid table.classSubGridTablePart of the grid table.classTransformedGridTableLogical table model that delegate original table and access to original table through coordinates transformation.classTransposedGridTableTODO: createCoordinatesTransformerfor this case of transposed grid table.
-