Uses of Interface
org.openl.rules.table.IGridRegion
-
-
Uses of IGridRegion in org.openl.excel.grid
Methods in org.openl.excel.grid that return IGridRegion Modifier and Type Method Description IGridRegionParsedCell. getAbsoluteRegion()IGridRegionParsedGrid. getMergedRegion(int i)IGridRegionParsedCell. getRegion()protected IGridRegionParsedGrid. getRegion(int row, int col) -
Uses of IGridRegion in org.openl.excel.parser
Methods in org.openl.excel.parser that return IGridRegion Modifier and Type Method Description IGridRegionTableStyles. getRegion()Methods in org.openl.excel.parser with parameters of type IGridRegion Modifier and Type Method Description TableStylesExcelReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion)Get styles for a given table -
Uses of IGridRegion in org.openl.excel.parser.dom
Methods in org.openl.excel.parser.dom with parameters of type IGridRegion Modifier and Type Method Description TableStylesDOMReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion) -
Uses of IGridRegion in org.openl.excel.parser.event
Methods in org.openl.excel.parser.event with parameters of type IGridRegion Modifier and Type Method Description TableStylesEventReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion)Constructors in org.openl.excel.parser.event with parameters of type IGridRegion Constructor Description TableStyleListener(EventSheetDescriptor sheet, IGridRegion tableRegion) -
Uses of IGridRegion in org.openl.excel.parser.event.style
Methods in org.openl.excel.parser.event.style that return IGridRegion Modifier and Type Method Description IGridRegionEventTableStyles. getRegion()Constructors in org.openl.excel.parser.event.style with parameters of type IGridRegion Constructor Description EventTableStyles(IGridRegion region, int[][] cellIndexes, List<org.apache.poi.hssf.record.ExtendedFormatRecord> extendedFormats, Map<Integer,org.apache.poi.hssf.record.FormatRecord> customFormats, org.apache.poi.hssf.record.PaletteRecord palette, List<org.apache.poi.hssf.record.FontRecord> fonts, List<org.apache.poi.hssf.usermodel.HSSFComment> comments, Map<org.apache.poi.ss.util.CellAddress,String> formulas) -
Uses of IGridRegion in org.openl.excel.parser.sax
Methods in org.openl.excel.parser.sax that return IGridRegion Modifier and Type Method Description IGridRegionSAXTableStyles. getRegion()Methods in org.openl.excel.parser.sax with parameters of type IGridRegion Modifier and Type Method Description TableStylesSAXReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion)Constructors in org.openl.excel.parser.sax with parameters of type IGridRegion Constructor Description SAXTableStyles(IGridRegion region, int[][] cellIndexes, org.apache.poi.xssf.model.StylesTable stylesTable, org.apache.poi.xssf.model.CommentsTable sheetComments, Map<org.apache.poi.ss.util.CellAddress,String> formulas)StyleIndexHandler(IGridRegion tableRegion, int sheetIndex) -
Uses of IGridRegion in org.openl.rules.cmatch
Methods in org.openl.rules.cmatch that return IGridRegion Modifier and Type Method Description IGridRegionSubValue. getGridRegion()Methods in org.openl.rules.cmatch with parameters of type IGridRegion Modifier and Type Method Description voidSubValue. setGridRegion(IGridRegion gridRegion) -
Uses of IGridRegion in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return IGridRegion Modifier and Type Method Description IGridRegionAbstractAlgorithmSubroutineMethodWrapper. getGridRegion() -
Uses of IGridRegion in org.openl.rules.lang.xls.types.meta
Methods in org.openl.rules.lang.xls.types.meta with parameters of type IGridRegion Modifier and Type Method Description voidBaseMetaInfoReader. prepare(IGridRegion region)voidDecisionTableMetaInfoReader. prepare(IGridRegion region)voidEmptyMetaInfoReader. prepare(IGridRegion region)voidMetaInfoReader. prepare(IGridRegion region)Preliminary load meta info for a given region.voidMetaInfoWriterImpl. prepare(IGridRegion region) -
Uses of IGridRegion in org.openl.rules.service
Methods in org.openl.rules.service that return IGridRegion Modifier and Type Method Description IGridRegionTableServiceImpl. moveTable(IGridTable table)Methods in org.openl.rules.service with parameters of type IGridRegion Modifier and Type Method Description voidTableServiceImpl. moveTableTo(IGridTable table, IGridRegion destRegion) -
Uses of IGridRegion in org.openl.rules.table
Classes in org.openl.rules.table that implement IGridRegion Modifier and Type Class Description classGridRegionFields in org.openl.rules.table declared as IGridRegion Modifier and Type Field Description static IGridRegion[]IGridRegion. EMPTY_REGIONMethods in org.openl.rules.table that return IGridRegion Modifier and Type Method Description IGridRegionIWritableGrid. findEmptyRect(int width, int height)Finds a rectangular area of given width and height on the grid that can be used for writing.IGridRegionCompositeCell. getAbsoluteRegion()IGridRegionEmptyCell. getAbsoluteRegion()IGridRegionICell. getAbsoluteRegion()IGridRegionCompositeGrid. getMappedRegion(int i)IGridRegionCompositeGrid. getMergedRegion(int i)IGridRegionIGrid. getMergedRegion(int i)IGridRegionAGridTable. getRegion()IGridRegionCompositeCell. getRegion()IGridRegionEmptyCell. getRegion()IGridRegionGridTable. getRegion()IGridRegionICell. getRegion()IGridRegionIGridTable. getRegion()IGridRegionSubGridTable. getRegion()IGridRegionTransposedGridTable. getRegion()IGridRegionAGrid. getRegionContaining(int col, int row)IGridRegionIGrid. getRegionContaining(int column, int row)IGridRegionRegionsPool. getRegionContaining(int column, int row)IGridRegionAGrid. getRegionStartingAt(int colFrom, int rowFrom)IGridRegionIGrid. getRegionStartingAt(int colFrom, int rowFrom)static IGridRegionIGridRegion.Tool. intersect(IGridRegion i1, IGridRegion i2)Finds commonIGridRegionfor incoming regions.static IGridRegionIGridRegion.Tool. makeRegion(String range)Methods in org.openl.rules.table that return types with arguments of type IGridRegion Modifier and Type Method Description static List<IGridRegion>GridTableUtils. getGridRegions(ILogicalTable table)Returns all regions of a table.Methods in org.openl.rules.table with parameters of type IGridRegion Modifier and Type Method Description voidRegionsPool. add(IGridRegion region)intIWritableGrid. addMergedRegion(IGridRegion reg)static booleanIGridRegion.Tool. contains(IGridRegion i1, int x, int y)static intIGridRegion.Tool. getAbsoluteColumn(IGridRegion region, int column)Return absolute column index taking into account region.static intIGridRegion.Tool. getAbsoluteRow(IGridRegion region, int row)Return absolute row index taking into account region.static intIGridRegion.Tool. height(IGridRegion i1)Calculates grid region height.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 IGridRegionIGridRegion.Tool. intersect(IGridRegion i1, IGridRegion i2)Finds commonIGridRegionfor incoming regions.static booleanIGridRegion.Tool. intersects(IGridRegion i1, IGridRegion i2)static booleanIGridRegion.Tool. isValidRegion(IGridRegion region, SpreadsheetConstants spreadsheetConstants)static GridRegionIGridRegion.Tool. move(IGridRegion reg, int dx, int dy)voidRegionsPool. remove(IGridRegion region)static IUndoableGridTableActionGridTool. removeColumns(int nCols, int startColumn, IGridRegion region, IGrid grid, MetaInfoWriter metaInfoWriter)voidIWritableGrid. removeMergedRegion(IGridRegion to)static IUndoableGridTableActionGridTool. removeRows(int nRows, int startRow, IGridRegion region, IGrid grid, MetaInfoWriter metaInfoWriter)static intIGridRegion.Tool. width(IGridRegion i1)Constructors in org.openl.rules.table with parameters of type IGridRegion Constructor Description 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.GridRegion(IGridRegion g)GridTable(IGridRegion reg, IGrid grid)Constructor parameters in org.openl.rules.table with type arguments of type IGridRegion Constructor Description RegionsPool(List<IGridRegion> regions)Instantiates the pool. -
Uses of IGridRegion in org.openl.rules.table.actions
Methods in org.openl.rules.table.actions that return IGridRegion Modifier and Type Method Description IGridRegionUndoableMoveTableAction. getNewRegion()static IGridRegionUndoableEditTableAction. getOriginalRegion(IGridTable table)Methods in org.openl.rules.table.actions with parameters of type IGridRegion Modifier and Type Method Description protected abstract booleanUndoableRemoveAction. canPerformAction(IGridRegion gridRegion)Checks if action can be performed.protected booleanUndoableRemoveColumnsAction. canPerformAction(IGridRegion gridRegion)protected booleanUndoableRemoveRowsAction. canPerformAction(IGridRegion gridRegion)protected abstract GridRegionActionUndoableInsertAction. getGridRegionAction(IGridRegion gridRegion, int numberToInsert)protected GridRegionActionUndoableInsertColumnsAction. getGridRegionAction(IGridRegion gridRegion, int numberToInsert)protected GridRegionActionUndoableInsertRowsAction. getGridRegionAction(IGridRegion gridRegion, int numberToInsert)protected abstract GridRegionActionUndoableRemoveAction. getGridRegionAction(IGridRegion gridRegion, int numberToRemove)protected GridRegionActionUndoableRemoveColumnsAction. getGridRegionAction(IGridRegion gridRegion, int numberToRemove)protected GridRegionActionUndoableRemoveRowsAction. getGridRegionAction(IGridRegion gridRegion, int numberToRemove)voidGridRegionAction. moveRegion(boolean isInsert, boolean isColumns, int rowsOrColumns, IGridRegion r)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. resizeRegion(boolean isInsert, boolean isColumns, int rowsOrColumns, IGridRegion r)Constructors in org.openl.rules.table.actions with parameters of type IGridRegion Constructor Description GridRegionAction(IGridRegion region, boolean isColumns, boolean isInsert, GridRegionAction.ActionType actionType, int nRowsOrColumns)MergeCellsAction(IGridRegion region)UndoableResizeMergedRegionAction(IGridRegion initialRegion, int numberOfRowsOrColumns, boolean isInsert, boolean isColumns)UnmergeByColumnsAction(IGridRegion region) -
Uses of IGridRegion in org.openl.rules.table.ui
Constructors in org.openl.rules.table.ui with parameters of type IGridRegion Constructor Description RegionGridSelector(IGridRegion[] regions, boolean exclude)RegionGridSelector(IGridRegion region, boolean exclude) -
Uses of IGridRegion in org.openl.rules.table.xls
Methods in org.openl.rules.table.xls that return IGridRegion Modifier and Type Method Description IGridRegionXlsSheetGridModel. findEmptyRect(int width, int height)IGridRegionXlsCell. getAbsoluteRegion()IGridRegionXlsSheetGridModel. getMergedRegion(int i)IGridRegionXlsCell. getRegion()IGridRegionXlsSheetGridModel. getRegionContaining(int x, int y)Methods in org.openl.rules.table.xls with parameters of type IGridRegion Modifier and Type Method Description intXlsSheetGridModel. addMergedRegion(IGridRegion reg)StringXlsSheetGridModel. getRangeUri(IGridRegion region)Gets the URI to the table by table region.voidXlsSheetGridModel. removeMergedRegion(IGridRegion remove) -
Uses of IGridRegion in org.openl.rules.table.xls.builder
Methods in org.openl.rules.table.xls.builder that return IGridRegion Modifier and Type Method Description IGridRegionTableBuilder. getTableRegion()Methods in org.openl.rules.table.xls.builder with parameters of type IGridRegion Modifier and Type Method Description voidTableBuilder. beginTable(IGridRegion regionToWrite)Begins writing a table within the specified region. -
Uses of IGridRegion in org.openl.rules.tbasic
Methods in org.openl.rules.tbasic that return IGridRegion Modifier and Type Method Description IGridRegionAlgorithmRow. getGridRegion()IGridRegionAlgorithmSubroutineMethod. getGridRegion()IGridRegionAlgorithmRow. getValueGridRegion(String valueName)Methods in org.openl.rules.tbasic with parameters of type IGridRegion Modifier and Type Method Description voidAlgorithmRow. setGridRegion(IGridRegion gridRegion)voidAlgorithmRow. setValueGridRegion(String valueName, IGridRegion region) -
Uses of IGridRegion in org.openl.rules.tbasic.compile
Methods in org.openl.rules.tbasic.compile that return IGridRegion Modifier and Type Method Description IGridRegionAlgorithmOperationSource. getGridRegion()
-