Uses of Interface
org.openl.rules.table.actions.IUndoableGridTableAction
-
Packages that use IUndoableGridTableAction Package Description org.openl.rules.table org.openl.rules.table.actions org.openl.rules.table.actions.style org.openl.rules.table.actions.style.font -
-
Uses of IUndoableGridTableAction in org.openl.rules.table
Methods in org.openl.rules.table that return IUndoableGridTableAction 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 IUndoableGridTableAction in org.openl.rules.table.actions
Classes in org.openl.rules.table.actions that implement IUndoableGridTableAction Modifier and Type Class Description classAUndoableCellActionclassGridRegionActionclassMergeCellsActionclassSetBorderStyleActionclassUndoableClearActionclassUndoableCompositeActionclassUndoableCopyValueActionclassUndoableEditTableActionclassUndoableInsertActionDefault behaviour for insert operations.classUndoableInsertColumnsActionclassUndoableInsertRowsActionclassUndoableMoveTableActionAction for moving table to unoccupied place of grid.classUndoableRemoveActionDefault behaviour for remove action.classUndoableRemoveColumnsActionclassUndoableRemoveRowsActionclassUndoableResizeMergedRegionActionAction which resizes merged regions in some grid.classUndoableSetValueActionclassUndoableShiftValueActionShift cell with merged region.classUnmergeByColumnsActionMethods in org.openl.rules.table.actions that return IUndoableGridTableAction Modifier and Type Method Description 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)Constructors in org.openl.rules.table.actions with parameters of type IUndoableGridTableAction Constructor Description UndoableCompositeAction(IUndoableGridTableAction... gridActions)Constructor parameters in org.openl.rules.table.actions with type arguments of type IUndoableGridTableAction Constructor Description UndoableCompositeAction(List<IUndoableGridTableAction> actions) -
Uses of IUndoableGridTableAction in org.openl.rules.table.actions.style
Classes in org.openl.rules.table.actions.style that implement IUndoableGridTableAction Modifier and Type Class Description classSetAlignmentActionclassSetFillColorActionclassSetIndentAction -
Uses of IUndoableGridTableAction in org.openl.rules.table.actions.style.font
Classes in org.openl.rules.table.actions.style.font that implement IUndoableGridTableAction Modifier and Type Class Description classSetBoldActionclassSetColorActionclassSetItalicActionclassSetUnderlineAction
-