JSTab

Properties Summarized

Type
Name
Summary

The name of the form displayed in the tab.

The foreground color of the tab.

The name of the image Media file used.

Mnemonic used to switch to tab.

The name of the tab.

The name of the relation that links the form which contains the tab with the form displayed in the tab.

The text on the tab.

The text displayed when hovering over the component with a mouse cursor.

The X coordinate of the tab.

The Y coordinate of the tab.

Methods Summarized

Type
Name
Summary

Returns the comment of this component.

Returns the UUID of this component.

Properties Detailed

containsForm

The name of the form displayed in the tab.

Type JSForm

Sample

foreground

The foreground color of the tab.

Type String

Sample

imageMedia

The name of the image Media file used.

Type JSMedia

Sample

mnemonic

Mnemonic used to switch to tab.

Type String

Sample

name

The name of the tab.

Type String

Sample

relationName

The name of the relation that links the form which contains the tab with the form displayed in the tab.

Type String

Sample

text

The text on the tab.

Type String

Sample

toolTipText

The text displayed when hovering over the component with a mouse cursor. NOTE: HTML should be used for multi-line tooltips; you can also use any valid HTML tags to format tooltip text. For example: <html>This includesbolded text and <font color='blue'>BLUE</font> text as well.</html>

Type String

Sample

x

The X coordinate of the tab. This influences the order in which the tabs are displayed. The tabs are displayed in increasing order of the X coordinate. If two tabs have the same X coordinate, then they are displayed in increasing order of the Y coordinate.

Type Number

Sample

y

The Y coordinate of the tab. Together with the X coordinate, this influences the order in which the tabs are displayed. The tabs are displayed in increasing order of the X coordinate, and if two tabs have the same X coordinate, then they are displayed in increasing order of the Y coordinate.

Type Number

Sample

Methods Detailed

getComment()

Returns the comment of this component.

Returns: String

Sample

getUUID()

Returns the UUID of this component.

Returns: UUID

Sample

Last updated

Was this helpful?