Uses of Interface
org.openl.rules.table.ICell
-
-
Uses of ICell in org.openl.excel.grid
Classes in org.openl.excel.grid that implement ICell Modifier and Type Class Description classParsedCellMethods in org.openl.excel.grid that return ICell Modifier and Type Method Description ICellParsedGrid. getCell(int column, int row)ICellParsedCell. getTopLeftCellFromRegion() -
Uses of ICell in org.openl.rules.binding
Methods in org.openl.rules.binding with parameters of type ICell Modifier and Type Method Description static ObjectRuleRowHelper. loadNativeValue(ICell cell, IOpenClass paramType) -
Uses of ICell in org.openl.rules.calc.element
Methods in org.openl.rules.calc.element that return ICell Modifier and Type Method Description ICellSpreadsheetCell. getSourceCell()Constructors in org.openl.rules.calc.element with parameters of type ICell Constructor Description SpreadsheetCell(int rowIndex, int columnIndex, ICell sourceCell, SpreadsheetCellType spreadsheetCellType) -
Uses of ICell in org.openl.rules.data
Constructors in org.openl.rules.data with parameters of type ICell Constructor Description ForeignKeyColumnDescriptor(IOpenField field, IdentifierNode foreignKeyTable, IdentifierNode foreignKey, IdentifierNode[] foreignKeyTableAccessorChainTokens, ICell foreignKeyCell, StringValue displayValue, OpenL openl, boolean constructor, IdentifierNode[] fieldChainTokens, int columnNum) -
Uses of ICell in org.openl.rules.dt
Methods in org.openl.rules.dt with parameters of type ICell Modifier and Type Method Description protected voidADtColumnsDefinitionTableBoundNode. createAndAddDefinition(IOpenMethodHeader header, Map<String,List<IParameterDeclaration>> parameters, IGridTable expressionTable, ICell expressionCell) -
Uses of ICell in org.openl.rules.lang.xls.types.meta
Methods in org.openl.rules.lang.xls.types.meta with parameters of type ICell Modifier and Type Method Description voidBaseMetaInfoReader. addConstant(ICell cell, ConstantOpenField constantOpenField)protected booleanBaseMetaInfoReader. isNeededCell(ICell cell, int row, int col) -
Uses of ICell in org.openl.rules.table
Classes in org.openl.rules.table that implement ICell Modifier and Type Class Description classCompositeCellclassEmptyCellMethods in org.openl.rules.table that return ICell Modifier and Type Method Description ICellAGridTable. getCell(int column, int row)ICellCompositeGrid. getCell(int column, int row)ICellIGrid. getCell(int column, int row)ICellITable. getCell(int column, int row)ICellLogicalTable. getCell(int column, int row)ICellSimpleLogicalTable. getCell(int column, int row)ICellSingleCellGridTable. getCell(int column, int row)ICellSubGridTable. getCell(int column, int row)ICellTransformedGridTable. getCell(int column, int row)ICellCompositeCell. getTopLeftCellFromRegion()ICellEmptyCell. getTopLeftCellFromRegion()ICellICell. getTopLeftCellFromRegion()Constructors in org.openl.rules.table with parameters of type ICell 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.EmptyCell(ICell cell) -
Uses of ICell in org.openl.rules.table.openl
Methods in org.openl.rules.table.openl that return ICell Modifier and Type Method Description ICellGridCellSourceCodeModule. getCell()Deprecated. -
Uses of ICell in org.openl.rules.table.xls
Classes in org.openl.rules.table.xls that implement ICell Modifier and Type Class Description classXlsCellMethods in org.openl.rules.table.xls that return ICell Modifier and Type Method Description ICellXlsSheetGridModel. getCell(int column, int row)ICellXlsCell. getTopLeftCellFromRegion()
-