com.sun.portal.providers.containers
Interface ProviderWindowStates


public interface ProviderWindowStates

This class defines the window states that can possibly be returned from the ContainerProvider.getWindowState(channel) method. The window state informs a client of a provider object what it can expect to be returned from the ContainerProvider's getWindowState() method and what can be set through the ContainerProvider's setWindowState() method.


Field Summary
static int MAXIMIZE
          In this window state the provider is displayed maximized
static int MINIMIZE
          In this window state only the provider titlebar is shown
static int NORMAL
          In this window state the provider is displayed normal.
static int NOT_DEFINED
          Window state not defined.
 

Field Detail

MINIMIZE

public static final int MINIMIZE
In this window state only the provider titlebar is shown

See Also:
Constant Field Values

NORMAL

public static final int NORMAL
In this window state the provider is displayed normal.

See Also:
Constant Field Values

MAXIMIZE

public static final int MAXIMIZE
In this window state the provider is displayed maximized

See Also:
Constant Field Values

NOT_DEFINED

public static final int NOT_DEFINED
Window state not defined.

See Also:
Constant Field Values