Namespace: PP.Ui;
TabSheetCellChange
The TabSheetCellChange class is an operation that changes table cells.
PP.initClass(PP.Ui.TabSheetCellChange, PP.Ui.TabSheetChange, "TabSheetCellChange");
| Constructor name | Brief description | |
| TabSheetCellChange | The TabSheetCellChange constructor creates an instance of the TabSheetCellChange class. |
| Method name | Brief description | |
| getAction | The getAction method returns command type. | |
| getContext | The getContext method returns command context. | |
| getNewValue | The getNewValue method returns cell with new data. | |
| getOldValue | The getOldValue method returns cell with old data. | |
| getTabSheet | The getTabSheet method returns table. | |
| redo | The redo method returns the performed operations. | |
| undo | The undo method cancels performed operations. |
| Property name | Brief description | |
| Data | The Data property associates a random object with this component. | |
| Id | The Id property sets component identifier. | |
| Settings | The Settings property sets the component parameters. |
| Method name | Brief description | |
| clone | The clone method creates a copy of object. It is not implemented in PP.Ui.Control. | |
| dispose | The dispose method deletes the component. | |
| getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
Seebsp;also: