| Package | Description |
|---|---|
| org.openl.rules.table | |
| org.openl.rules.table.actions | |
| org.openl.rules.table.actions.style | |
| org.openl.rules.table.actions.style.font |
| Modifier and Type | Method and Description |
|---|---|
static IUndoableGridTableAction |
GridTool.insertColumns(int nCols,
int beforeColumns,
IGridRegion region,
IGrid grid,
MetaInfoWriter metaInfoWriter) |
static IUndoableGridTableAction |
GridTool.insertProp(IGridRegion tableRegion,
IGrid grid,
String newPropName,
Object newPropValue,
MetaInfoWriter metaInfoWriter) |
static IUndoableGridTableAction |
GridTool.insertRows(int nRows,
int afterRow,
IGridRegion region,
IGrid grid,
MetaInfoWriter metaInfoWriter) |
static IUndoableGridTableAction |
GridTool.removeColumns(int nCols,
int startColumn,
IGridRegion region,
IGrid grid,
MetaInfoWriter metaInfoWriter) |
static IUndoableGridTableAction |
GridTool.removeRows(int nRows,
int startRow,
IGridRegion region,
IGrid grid,
MetaInfoWriter metaInfoWriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AUndoableCellAction |
class |
GridRegionAction |
class |
MergeCellsAction |
class |
SetBorderStyleAction |
class |
UndoableClearAction |
class |
UndoableCompositeAction |
class |
UndoableCopyValueAction |
class |
UndoableEditTableAction |
class |
UndoableInsertAction
Default behaviour for insert operations.
|
class |
UndoableInsertColumnsAction |
class |
UndoableInsertRowsAction |
class |
UndoableMoveTableAction
Action for moving table to unoccupied place of grid.
|
class |
UndoableRemoveAction
Default behaviour for remove action.
|
class |
UndoableRemoveColumnsAction |
class |
UndoableRemoveRowsAction |
class |
UndoableResizeMergedRegionAction
Action which resizes merged regions in some grid.
|
class |
UndoableSetValueAction |
class |
UndoableShiftValueAction
Shift cell with merged region.
|
class |
UnmergeByColumnsAction |
| Modifier and Type | Method and Description |
|---|---|
static IUndoableGridTableAction |
UndoableEditTableAction.moveTable(IGridTable table,
MetaInfoWriter metaInfoWriter)
Creates actions that moves the table and executes these actions.
|
protected abstract IUndoableGridTableAction |
UndoableInsertAction.performAction(int numberToInsert,
IGridRegion fullTableRegion,
IGridTable table)
Perform action for inserting rows or columns.
|
protected IUndoableGridTableAction |
UndoableInsertColumnsAction.performAction(int numberToInsert,
IGridRegion fullTableRegion,
IGridTable table) |
protected IUndoableGridTableAction |
UndoableInsertRowsAction.performAction(int numberToInsert,
IGridRegion fullTableRegion,
IGridTable table) |
protected abstract IUndoableGridTableAction |
UndoableRemoveAction.performAction(int numberToRemove,
IGridRegion fullTableRegion,
IGridTable table)
Perform action for removing rows or columns.
|
protected IUndoableGridTableAction |
UndoableRemoveColumnsAction.performAction(int numberToRemove,
IGridRegion fullTableRegion,
IGridTable table) |
protected IUndoableGridTableAction |
UndoableRemoveRowsAction.performAction(int numberToRemove,
IGridRegion fullTableRegion,
IGridTable table) |
| Constructor and Description |
|---|
UndoableCompositeAction(IUndoableGridTableAction... gridActions) |
| Constructor and Description |
|---|
UndoableCompositeAction(List<IUndoableGridTableAction> actions) |
| Modifier and Type | Class and Description |
|---|---|
class |
SetAlignmentAction |
class |
SetFillColorAction |
class |
SetIndentAction |
| Modifier and Type | Class and Description |
|---|---|
class |
SetBoldAction |
class |
SetColorAction |
class |
SetItalicAction |
class |
SetUnderlineAction |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.