Uses of Interface
org.openl.rules.table.IGrid
-
Packages that use IGrid Package Description org.openl.excel.grid org.openl.rules.table org.openl.rules.table.xls -
-
Uses of IGrid in org.openl.excel.grid
Classes in org.openl.excel.grid that implement IGrid Modifier and Type Class Description classParsedGridMethods in org.openl.excel.grid that return IGrid Modifier and Type Method Description IGridEditableGridTable. getGrid() -
Uses of IGrid in org.openl.rules.table
Subinterfaces of IGrid in org.openl.rules.table Modifier and Type Interface Description interfaceIWritableGridClasses in org.openl.rules.table that implement IGrid Modifier and Type Class Description classAGridclassCompositeGridAnIGridimplementation that composes severalIGridTabletogether.
It is possible to compose from top to bottom and from left to right byCompositeGrid.verticalflag.
Tables are composing one by one, without gaps.Methods in org.openl.rules.table that return IGrid Modifier and Type Method Description IGridAGridTableDecorator. getGrid()IGridGridTable. getGrid()IGridIGridTable. getGrid()IGridCompositeGrid.Transform. grid()Methods in org.openl.rules.table with parameters of type IGrid Modifier and Type Method Description static IUndoableGridTableActionGridTool. insertColumns(int nCols, int beforeColumns, IGridRegion region, IGrid grid, MetaInfoWriter metaInfoWriter)static IUndoableGridTableActionGridTool. insertProp(IGridRegion tableRegion, IGrid grid, String newPropName, Object newPropValue, MetaInfoWriter metaInfoWriter)static IUndoableGridTableActionGridTool. insertRows(int nRows, int afterRow, IGridRegion region, IGrid grid, MetaInfoWriter metaInfoWriter)static IUndoableGridTableActionGridTool. removeColumns(int nCols, int startColumn, IGridRegion region, IGrid grid, MetaInfoWriter metaInfoWriter)static IUndoableGridTableActionGridTool. removeRows(int nRows, int startRow, IGridRegion region, IGrid grid, MetaInfoWriter metaInfoWriter)Constructors in org.openl.rules.table with parameters of type IGrid Constructor Description GridSplitter(IGrid grid)GridTable(int top, int left, int bottom, int right, IGrid grid)GridTable(IGridRegion reg, IGrid grid)Transform(IGrid grid, IGridTable gridTable, int col, int row) -
Uses of IGrid in org.openl.rules.table.xls
Classes in org.openl.rules.table.xls that implement IGrid Modifier and Type Class Description classXlsSheetGridModel
-