TabsWidget

parasql.widget. TabsWidget

The TabsWidget class manages a set of UI tabs and their contents. The tabs can be rendered in multiple different styles.

Extends

Methods

getSelectedTab() → {string}

Returns:

Returns the name of the currently selected tab.

Type
string

getWidgetId() → (non-null) {string}

Inherited From:
Returns:

Returns an immutable string that uniquely identifies this widget.

Type
string

isDisabled() → {boolean}

Inherited From:
Returns:
Type
boolean

nextTab()

Switch to the next tab.

Description:
  • Switch to the next tab.

Since:
  • v106

prevTab()

Switch to the previous tab.

Description:
  • Switch to the previous tab.

Since:
  • v106

printWidget()

Causes this widget to print itself.

Description:
  • Causes this widget to print itself.

Inherited From:

redisplay()

Redisplays this widget.

Description:
  • Redisplays this widget.

Inherited From:

setDisabled(flag)

WARNING: Subclasses overriding this method must not trigger a redisplay (causes an infinite loop).

Description:
  • WARNING: Subclasses overriding this method must not trigger a redisplay (causes an infinite loop).

Inherited From:
Parameters:
Name Type Description
flag boolean

If true, this widget will be rendered as disabled.

setSelectedTab(tabName)

Selects the specified tab.

Description:
  • Selects the specified tab.

Parameters:
Name Type Description
tabName string