Uses of Interface
org.openl.rules.lang.xls.types.meta.MetaInfoWriter
-
-
Uses of MetaInfoWriter in org.openl.rules.lang.xls.types.meta
Classes in org.openl.rules.lang.xls.types.meta that implement MetaInfoWriter Modifier and Type Class Description classMetaInfoWriterImplThis class should be used in edit actions only when meta info can be set to new cells etc -
Uses of MetaInfoWriter in org.openl.rules.service
Constructors in org.openl.rules.service with parameters of type MetaInfoWriter Constructor Description TableServiceImpl(MetaInfoWriter metaInfoWriter) -
Uses of MetaInfoWriter in org.openl.rules.table
Methods in org.openl.rules.table with parameters of type MetaInfoWriter 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) -
Uses of MetaInfoWriter in org.openl.rules.table.actions
Fields in org.openl.rules.table.actions declared as MetaInfoWriter Modifier and Type Field Description protected MetaInfoWriterAUndoableCellAction. metaInfoWriterprotected MetaInfoWriterUndoableInsertAction. metaInfoWriterMethods in org.openl.rules.table.actions with parameters of type MetaInfoWriter Modifier and Type Method Description static IUndoableGridTableActionUndoableEditTableAction. moveTable(IGridTable table, MetaInfoWriter metaInfoWriter)Creates actions that moves the table and executes these actions.Constructors in org.openl.rules.table.actions with parameters of type MetaInfoWriter Constructor Description AUndoableCellAction(int col, int row, MetaInfoWriter metaInfoWriter)SetBorderStyleAction(int col, int row, ICellStyle newCellStyle, boolean clearCell, MetaInfoWriter metaInfoWriter)SetBorderStyleAction(int col, int row, ICellStyle newCellStyle, MetaInfoWriter metaInfoWriter)UndoableClearAction(int col, int row, MetaInfoWriter metaInfoWriter)UndoableCopyValueAction(int colFrom, int rowFrom, int colTo, int rowTo, MetaInfoWriter metaInfoWriter)UndoableInsertAction(MetaInfoWriter metaInfoWriter)UndoableInsertColumnsAction(int nCols, int beforeCol, int row, MetaInfoWriter metaInfoWriter)UndoableInsertRowsAction(int nRows, int beforeRow, int col, MetaInfoWriter metaInfoWriter)UndoableMoveTableAction(MetaInfoWriter metaInfoWriter)UndoableRemoveColumnsAction(int nCols, int startCol, int row, MetaInfoWriter metaInfoWriter)UndoableRemoveRowsAction(int nRows, int startRow, int col, MetaInfoWriter metaInfoWriter)UndoableSetValueAction(int col, int row, Object value, MetaInfoWriter metaInfoWriter)UndoableShiftValueAction(int colFrom, int rowFrom, int colTo, int rowTo, MetaInfoWriter metaInfoWriter) -
Uses of MetaInfoWriter in org.openl.rules.table.actions.style
Constructors in org.openl.rules.table.actions.style with parameters of type MetaInfoWriter Constructor Description SetAlignmentAction(int col, int row, org.apache.poi.ss.usermodel.HorizontalAlignment alignment, MetaInfoWriter metaInfoWriter)SetFillColorAction(int col, int row, short[] color, MetaInfoWriter metaInfoWriter)SetIndentAction(int col, int row, int indent, MetaInfoWriter metaInfoWriter) -
Uses of MetaInfoWriter in org.openl.rules.table.actions.style.font
Constructors in org.openl.rules.table.actions.style.font with parameters of type MetaInfoWriter Constructor Description SetBoldAction(int col, int row, boolean bold, MetaInfoWriter metaInfoWriter)SetColorAction(int col, int row, short[] color, MetaInfoWriter metaInfoWriter)SetItalicAction(int col, int row, boolean italic, MetaInfoWriter metaInfoWriter)SetUnderlineAction(int col, int row, boolean underlined, MetaInfoWriter metaInfoWriter) -
Uses of MetaInfoWriter in org.openl.rules.table.xls.builder
Constructors in org.openl.rules.table.xls.builder with parameters of type MetaInfoWriter Constructor Description TableBuilder(XlsSheetGridModel gridModel, MetaInfoWriter metaInfoWriter)
-