getWindowState()

Returns the current window state of the portlet.

Syntax

portalLib.getWindowState() returns (value WindowStateKind)
value
A value of the enumeration WindowStateKind that indicates the current window state.

Example

ste WindowStateKind;
ste = portalLib.getWindowState();

Feedback