Uses of Interface
org.openl.rules.table.IWritableGrid
-
Packages that use IWritableGrid Package Description org.openl.excel.grid org.openl.rules.table.actions org.openl.rules.table.xls org.openl.rules.validation.properties.dimentional -
-
Uses of IWritableGrid in org.openl.excel.grid
Methods in org.openl.excel.grid that return IWritableGrid Modifier and Type Method Description protected IWritableGridParsedGrid. getWritableGrid() -
Uses of IWritableGrid in org.openl.rules.table.actions
Methods in org.openl.rules.table.actions with parameters of type IWritableGrid Modifier and Type Method Description protected voidAUndoableCellAction. restorePrevCell(IWritableGrid grid)protected voidAUndoableCellAction. savePrevCell(IWritableGrid grid) -
Uses of IWritableGrid in org.openl.rules.table.xls
Classes in org.openl.rules.table.xls that implement IWritableGrid Modifier and Type Class Description classXlsSheetGridModel -
Uses of IWritableGrid in org.openl.rules.validation.properties.dimentional
Methods in org.openl.rules.validation.properties.dimentional with parameters of type IWritableGrid Modifier and Type Method Description intAConditionBuilder. build(IWritableGrid gridModel, int numberOfRules, int columnStartIndex, int rowStartIndex)intIDecisionTableColumnBuilder. build(IWritableGrid gridModel, int numberOfRules, int columnStartIndex, int rowStartIndex)Build the condition to the sheet with the given number of rules and start writing from the given column and row indexes.protected abstract voidAConditionBuilder. writeCodeExpression(IWritableGrid gridModel, int columnStartIndex, int rowStartIndex)protected voidArrayConditionBuilder. writeCodeExpression(IWritableGrid sheet, int columnStartIndex, int rowStartIndex)protected voidSimpleConditionBuilder. writeCodeExpression(IWritableGrid sheet, int columnStartIndex, int rowStartIndex)protected abstract voidAConditionBuilder. writeColumnType(IWritableGrid gridModel, int columnStartIndex, int rowStartIndex)protected voidArrayConditionBuilder. writeColumnType(IWritableGrid sheet, int columnStartIndex, int rowStartIndex)protected voidSimpleConditionBuilder. writeColumnType(IWritableGrid sheet, int columnStartIndex, int rowStartIndex)protected abstract voidAConditionBuilder. writeParameterDeclaration(IWritableGrid gridModel, int columnStartIndex, int rowStartIndex)protected voidArrayConditionBuilder. writeParameterDeclaration(IWritableGrid sheet, int columnStartIndex, int rowStartIndex)protected voidSimpleConditionBuilder. writeParameterDeclaration(IWritableGrid sheet, int columnStartIndex, int rowStartIndex)protected abstract voidAConditionBuilder. writeRuleValue(IWritableGrid gridModel, int numberOfRules, int columnStartIndex, int rowStartIndex)protected voidArrayConditionBuilder. writeRuleValue(IWritableGrid sheet, int numberOfRules, int columnStartIndex, int rowStartIndex)protected voidSimpleConditionBuilder. writeRuleValue(IWritableGrid sheet, int numberOfRules, int columnStartIndex, int rowStartIndex)protected abstract voidAConditionBuilder. writeTitle(IWritableGrid gridModel, int columnStartIndex, int rowStartIndex)protected voidArrayConditionBuilder. writeTitle(IWritableGrid sheet, int columnStartIndex, int rowStartIndex)protected voidSimpleConditionBuilder. writeTitle(IWritableGrid sheet, int columnStartIndex, int rowStartIndex)
-