TabSheetCellBorderStyle

Namespace: PP.Ui;

Inheritance hierarchy

Object

TabSheetCellBorderStyle

Description

The TabSheetCellBorderStyle class presents styles of table cell borders.

Comments

Cell border styles can be obtained by calling the getBorders() method for object of the PP.Ui.TabSheetCellStyle class.

Syntax

PP.initClass(PP.Ui.TabSheetCellBorderStyle, PP.Object, "TabSheetCellBorderStyle");

Constructor

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

Properties

  Property name Brief description
property_image.gif Color The Color property determines cell border color.
property_image.gif Index The Index property determines table cell border index.
property_image.gif RawWidth The RawWeight property determines table cell border width.
property_image.gif Style The Style property determines table cell border line style.

Methods

  Method name Brief description
sub_image.gif getWidth The getWidth method returns table cell border width.
sub_image.gif hasIndex The hasIndex method determines whether the specified index of table cell border exists.
sub_image.gif toJSON The toJSON method returns a JSON object with border settings.

Properties inherited from the class Object

  Property name Brief description

Id

The Id property determines a repository object identifier.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates an object copy.
dispose The dispose method deletes the component.
getHashCode The getHashCode method returns hash code of repository object.
getId The getId method returns repository object identifier.
getSettings The getSettings method returns repository object settings.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.
isEqual The isEqual method determines whether the specified object is equal to the current repository object.
isLive The isLive method determines validity of repository object.
removeAllEvents The removeAllEvents method removes all object event handlers by the specified context.
setId The setId method determines a repository object identifier.
setSettings The setSettings method determines repository object settings.
defineProps The defineProps method creates get and set methods from name array for the specified class.
keys The keys method returns array of methods and properties names for the specified object.

Seebsp;also:

Table