TabSheetFixedChange

Namespace: PP.Ui;

Inheritance hierarchy

Object

TabSheetChange

TabSheetFixedChange

Description

The TabSheetFixedChange class represents an action that changes visibility of fixed table rows.

Syntax

PP.initClass(PP.Ui.TabSheetFixedChange, PP.Ui.TabSheetChange, "TabSheetFixedChange");

Constructor

  Constructor name Brief description
sub_image.gif TabSheetFixedChange The TabSheetFixedChange constructor creates an instance of the TabSheetFixedChange class.

Methods inherited from the class TabSheetChange

  Method name Brief description
sub_image.gif getAction The getAction method returns command type.
sub_image.gif getContext The getContext method returns command context.
sub_image.gif getNewValue The getNewValue method returns cell with new data.
sub_image.gif getOldValue The getOldValue method returns cell with old data.
sub_image.gif getTabSheet The getTabSheet method returns table.
sub_image.gif redo The redo method returns the performed operations.
sub_image.gif undo The undo method cancels performed operations.

Properties inherited from the class Object

  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.

Methods inherited from the class Object

  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:

Table