| Package | Description |
|---|---|
| org.openl.excel.grid | |
| org.openl.rules.table | |
| org.openl.rules.table.syntax | |
| org.openl.rules.table.xls |
| Modifier and Type | Class and Description |
|---|---|
class |
ParsedGrid |
| Modifier and Type | Method and Description |
|---|---|
IGrid |
EditableGridTable.getGrid() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWritableGrid |
| Modifier and Type | Class and Description |
|---|---|
class |
AGrid |
class |
CompositeGrid
An
IGrid implementation that composes several IGridTable together.It is possible to compose from top to bottom and from left to right by CompositeGrid.vertical flag.Tables are composing one by one, without gaps. |
| Modifier and Type | Method and Description |
|---|---|
IGrid |
AGridTableDecorator.getGrid() |
IGrid |
GridTable.getGrid() |
IGrid |
IGridTable.getGrid() |
| Modifier and Type | Method and Description |
|---|---|
static IUndoableGridTableAction |
GridTool.insertColumns(int nCols,
int beforeColumns,
IGridRegion region,
IGrid grid,
MetaInfoWriter metaInfoWriter) |
static IUndoableGridTableAction |
GridTool.insertProp(IGridRegion tableRegion,
IGrid grid,
String newPropName,
Object newPropValue,
MetaInfoWriter metaInfoWriter) |
static IUndoableGridTableAction |
GridTool.insertRows(int nRows,
int afterRow,
IGridRegion region,
IGrid grid,
MetaInfoWriter metaInfoWriter) |
static IUndoableGridTableAction |
GridTool.removeColumns(int nCols,
int startColumn,
IGridRegion region,
IGrid grid,
MetaInfoWriter metaInfoWriter) |
static IUndoableGridTableAction |
GridTool.removeRows(int nRows,
int startRow,
IGridRegion region,
IGrid grid,
MetaInfoWriter metaInfoWriter) |
| Constructor and Description |
|---|
GridSplitter(IGrid grid) |
GridTable(IGridRegion reg,
IGrid grid) |
GridTable(int top,
int left,
int bottom,
int right,
IGrid grid) |
| Modifier and Type | Method and Description |
|---|---|
IGrid |
GridPosition.getGrid() |
| Constructor and Description |
|---|
GridPosition(int x,
int y,
IGrid grid) |
| Modifier and Type | Class and Description |
|---|---|
class |
XlsSheetGridModel |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.