Uses of Interface
org.openl.rules.table.IGridTable
-
-
Uses of IGridTable in org.openl.excel.grid
Classes in org.openl.excel.grid that implement IGridTable Modifier and Type Class Description classEditableGridTableMethods in org.openl.excel.grid that return IGridTable Modifier and Type Method Description IGridTable[]ParsedGrid. getTables()Constructors in org.openl.excel.grid with parameters of type IGridTable Constructor Description EditableGridTable(IGridTable delegate) -
Uses of IGridTable in org.openl.rules.data
Methods in org.openl.rules.data that return IGridTable Modifier and Type Method Description IGridTableITable. getHeaderTable()IGridTableTable. getHeaderTable()IGridTableITable. getRowTable(int row)IGridTableTable. getRowTable(int row) -
Uses of IGridTable in org.openl.rules.dt
Methods in org.openl.rules.dt with parameters of type IGridTable Modifier and Type Method Description protected voidADtColumnsDefinitionTableBoundNode. createAndAddDefinition(IOpenMethodHeader header, Map<String,List<IParameterDeclaration>> parameters, IGridTable expressionTable, ICell expressionCell) -
Uses of IGridTable in org.openl.rules.lang.xls
Methods in org.openl.rules.lang.xls that return IGridTable Modifier and Type Method Description IGridTableTablePart. getTable()Methods in org.openl.rules.lang.xls with parameters of type IGridTable Modifier and Type Method Description static TableSyntaxNodeXlsHelper. createTableSyntaxNode(IGridTable table, XlsSheetSourceCodeModule source)voidTablePartProcessor. register(IGridTable table, XlsSheetSourceCodeModule source)Constructors in org.openl.rules.lang.xls with parameters of type IGridTable Constructor Description TablePart(IGridTable table, XlsSheetSourceCodeModule source) -
Uses of IGridTable in org.openl.rules.lang.xls.syntax
Methods in org.openl.rules.lang.xls.syntax that return IGridTable Modifier and Type Method Description IGridTableTableSyntaxNode. getGridTable()IGridTableTableSyntaxNodeAdapter. getGridTable()IGridTableTableSyntaxNodeAdapter. getGridTable(String view)Methods in org.openl.rules.lang.xls.syntax with parameters of type IGridTable Modifier and Type Method Description voidTableSyntaxNode. setTable(IGridTable gridTable)Constructors in org.openl.rules.lang.xls.syntax with parameters of type IGridTable Constructor Description TableSyntaxNode(String type, GridLocation pos, XlsSheetSourceCodeModule module, IGridTable gridTable, HeaderSyntaxNode header) -
Uses of IGridTable in org.openl.rules.lang.xls.types.meta
Methods in org.openl.rules.lang.xls.types.meta that return IGridTable Modifier and Type Method Description protected IGridTableBaseMetaInfoReader. getGridTable()Constructors in org.openl.rules.lang.xls.types.meta with parameters of type IGridTable Constructor Description MetaInfoWriterImpl(MetaInfoReader delegate, IGridTable gridTable) -
Uses of IGridTable in org.openl.rules.service
Methods in org.openl.rules.service with parameters of type IGridTable Modifier and Type Method Description IGridRegionTableServiceImpl. moveTable(IGridTable table)voidTableServiceImpl. moveTableTo(IGridTable table, IGridRegion destRegion)voidTableServiceImpl. removeTable(IGridTable table) -
Uses of IGridTable in org.openl.rules.table
Classes in org.openl.rules.table that implement IGridTable Modifier and Type Class Description classAGridTableDefault implementation for grid tables.classAGridTableDecoratorclassGridTableclassSingleCellGridTableSingle 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.Fields in org.openl.rules.table declared as IGridTable Modifier and Type Field Description static IGridTable[]IGridTable. EMPTY_GRIDprotected IGridTableAGridTableDecorator. tableMethods in org.openl.rules.table that return IGridTable Modifier and Type Method Description IGridTableAGridTable. getColumn(int column)IGridTableAGridTable. getColumns(int from)IGridTableAGridTable. getColumns(int from, int to)IGridTableCompositeGrid.Transform. getGridTable()IGridTableIOpenLTable. getGridTable()IGridTableIOpenLTable. getGridTable(String view)IGridTable[]CompositeGrid. getGridTables()IGridTableAGridTableDecorator. getOriginalGridTable()static IGridTableGridTableUtils. getOriginalTable(IGridTable table)Extracts original table.IGridTableAGridTable. getRow(int row)IGridTableAGridTable. getRows(int from)IGridTableAGridTable. getRows(int from, int to)IGridTableALogicalTable. getSource()IGridTableILogicalTable. getSource()IGridTableAGridTable. getSubtable(int column, int row, int width, int height)IGridTableSingleCellGridTable. getSubtable(int column, int row, int width, int height)IGridTableSubGridTable. getSubtable(int column, int row, int width, int height)IGridTable[]AGrid. getTables()IGridTable[]IGrid. getTables()IGridTable[]GridSplitter. split()IGridTableAGridTable. transpose()IGridTableTransposedGridTable. transpose()Methods in org.openl.rules.table with parameters of type IGridTable Modifier and Type Method Description static IGridTableGridTableUtils. getOriginalTable(IGridTable table)Extracts original table.static ILogicalTableLogicalTableHelper. logicalTable(IGridTable table)If there is no merged cells in the top row and left column - returnsSimpleLogicalTablein other case returnLogicalTablestatic ILogicalTableLogicalTableHelper. logicalTable(IGridTable table, ILogicalTable columnOffsetsTable, ILogicalTable rowOffsetsTable)Constructors in org.openl.rules.table with parameters of type IGridTable Constructor Description AGridTableDecorator(IGridTable table)ALogicalTable(IGridTable table)CompositeCell(int column, int row, IGridRegion region, ICell delegate, IGridTable gridTable)parameters column and row are different from inner column and row in cell delegate.CompositeGrid(IGridTable[] tables, boolean vertical)LogicalTable(IGridTable table, int[] columnOffset, int[] rowOffset)LogicalTable(IGridTable table, int width, int height)SimpleLogicalTable(IGridTable table)SingleCellGridTable(IGridTable table, int fromColumn, int fromRow)SubGridTable(IGridTable table, int fromColumn, int fromRow, int width, int height)Transform(IGrid grid, IGridTable gridTable, int col, int row)TransformedGridTable(IGridTable gridTable, CoordinatesTransformer transformer)TransposedGridTable(IGridTable gridTable) -
Uses of IGridTable in org.openl.rules.table.actions
Methods in org.openl.rules.table.actions that return IGridTable Modifier and Type Method Description static IGridTableUndoableEditTableAction. getOriginalTable(IGridTable table)Methods in org.openl.rules.table.actions with parameters of type IGridTable Modifier and Type Method Description static booleanUndoableInsertColumnsAction. canInsertColumns(IGridTable table, int nCols)static booleanUndoableInsertRowsAction. canInsertRows(IGridTable table, int nRows)protected abstract booleanUndoableInsertAction. canPerformAction(IGridTable table)Checks if action can be performed without moving the table.protected booleanUndoableInsertColumnsAction. canPerformAction(IGridTable table)protected booleanUndoableInsertRowsAction. canPerformAction(IGridTable table)voidGridRegionAction. doAction(IGridTable table)voidIUndoableGridTableAction. doAction(IGridTable grid)voidMergeCellsAction. doAction(IGridTable table)voidSetBorderStyleAction. doAction(IGridTable table)voidUndoableClearAction. doAction(IGridTable table)voidUndoableCompositeAction. doAction(IGridTable table)voidUndoableCopyValueAction. doAction(IGridTable table)voidUndoableInsertAction. doAction(IGridTable table)voidUndoableMoveTableAction. doAction(IGridTable table)voidUndoableRemoveAction. doAction(IGridTable table)voidUndoableResizeMergedRegionAction. doAction(IGridTable table)voidUndoableSetValueAction. doAction(IGridTable table)voidUndoableShiftValueAction. doAction(IGridTable table)voidUnmergeByColumnsAction. doAction(IGridTable table)protected abstract intUndoableInsertAction. getNumberToInsert(IGridTable table)Get actual number of rows or columns to be inserted.protected intUndoableInsertColumnsAction. getNumberToInsert(IGridTable table)protected intUndoableInsertRowsAction. getNumberToInsert(IGridTable table)protected abstract intUndoableRemoveAction. getNumberToRemove(IGridTable table)Get actual number of rows or columns to be removed.protected intUndoableRemoveColumnsAction. getNumberToRemove(IGridTable table)protected intUndoableRemoveRowsAction. getNumberToRemove(IGridTable table)static IGridRegionUndoableEditTableAction. getOriginalRegion(IGridTable table)static IGridTableUndoableEditTableAction. getOriginalTable(IGridTable table)static booleanUndoableEditTableAction. isDecoratorTable(IGridTable table)static IUndoableGridTableActionUndoableEditTableAction. moveTable(IGridTable table, MetaInfoWriter metaInfoWriter)Creates actions that moves the table and executes these actions.protected abstract IUndoableGridTableActionUndoableInsertAction. performAction(int numberToInsert, IGridRegion fullTableRegion, IGridTable table)Perform action for inserting rows or columns.protected IUndoableGridTableActionUndoableInsertColumnsAction. performAction(int numberToInsert, IGridRegion fullTableRegion, IGridTable table)protected IUndoableGridTableActionUndoableInsertRowsAction. performAction(int numberToInsert, IGridRegion fullTableRegion, IGridTable table)protected abstract IUndoableGridTableActionUndoableRemoveAction. performAction(int numberToRemove, IGridRegion fullTableRegion, IGridTable table)Perform action for removing rows or columns.protected IUndoableGridTableActionUndoableRemoveColumnsAction. performAction(int numberToRemove, IGridRegion fullTableRegion, IGridTable table)protected IUndoableGridTableActionUndoableRemoveRowsAction. performAction(int numberToRemove, IGridRegion fullTableRegion, IGridTable table)voidGridRegionAction. undoAction(IGridTable table)voidIUndoableGridTableAction. undoAction(IGridTable grid)voidMergeCellsAction. undoAction(IGridTable table)voidSetBorderStyleAction. undoAction(IGridTable table)voidUndoableClearAction. undoAction(IGridTable table)voidUndoableCompositeAction. undoAction(IGridTable table)voidUndoableCopyValueAction. undoAction(IGridTable table)voidUndoableInsertAction. undoAction(IGridTable table)voidUndoableMoveTableAction. undoAction(IGridTable table)voidUndoableRemoveAction. undoAction(IGridTable table)voidUndoableResizeMergedRegionAction. undoAction(IGridTable table)voidUndoableSetValueAction. undoAction(IGridTable table)voidUndoableShiftValueAction. undoAction(IGridTable table)voidUnmergeByColumnsAction. undoAction(IGridTable table) -
Uses of IGridTable in org.openl.rules.table.actions.style
Methods in org.openl.rules.table.actions.style with parameters of type IGridTable Modifier and Type Method Description voidSetAlignmentAction. doAction(IGridTable table)voidSetFillColorAction. doAction(IGridTable table)voidSetIndentAction. doAction(IGridTable table)voidSetAlignmentAction. undoAction(IGridTable table)voidSetFillColorAction. undoAction(IGridTable table)voidSetIndentAction. undoAction(IGridTable table) -
Uses of IGridTable in org.openl.rules.table.actions.style.font
Methods in org.openl.rules.table.actions.style.font with parameters of type IGridTable Modifier and Type Method Description voidSetBoldAction. doAction(IGridTable table)voidSetColorAction. doAction(IGridTable table)voidSetItalicAction. doAction(IGridTable table)voidSetUnderlineAction. doAction(IGridTable table)voidSetBoldAction. undoAction(IGridTable table)voidSetColorAction. undoAction(IGridTable table)voidSetItalicAction. undoAction(IGridTable table)voidSetUnderlineAction. undoAction(IGridTable table) -
Uses of IGridTable in org.openl.rules.table.openl
Methods in org.openl.rules.table.openl that return IGridTable Modifier and Type Method Description IGridTableGridCellSourceCodeModule. getTable()Deprecated.Constructors in org.openl.rules.table.openl with parameters of type IGridTable Constructor Description GridCellSourceCodeModule(IGridTable table)Deprecated.GridCellSourceCodeModule(IGridTable table, int column, int row, IBindingContext bindingContext)Deprecated.GridCellSourceCodeModule(IGridTable table, IBindingContext bindingContext)Deprecated.GridTableSourceCodeModule(IGridTable table)Deprecated. -
Uses of IGridTable in org.openl.rules.table.syntax
Constructors in org.openl.rules.table.syntax with parameters of type IGridTable Constructor Description GridLocation(IGridTable table) -
Uses of IGridTable in org.openl.rules.table.xls.builder
Methods in org.openl.rules.table.xls.builder with parameters of type IGridTable Modifier and Type Method Description voidTableBuilder. writeGridTable(IGridTable table)Writes table grid.
-