© 2004 BEA Systems, Inc.

com.bea.netuix.servlets.controls.window
Class WindowState

java.lang.Object
  extended bycom.bea.netuix.servlets.controls.Capability
      extended bycom.bea.netuix.servlets.controls.window.WindowState
All Implemented Interfaces:
Serializable

public class WindowState
extends Capability
implements Serializable

Represents a state the window may be in. States can be enabled or disabled. If enabled, the window can display the content from the state's specific URI instead of the normal content. A Window can only be in one state at a time.
This control extends Capability as the user may need to be entitled to set the window into this state.

See Also:
Serialized Form

Constructor Summary
  WindowState(String name)
          Constructor - with state enabled to false
 
Methods inherited from class com.bea.netuix.servlets.controls.Capability
equals, equals, getName, isEntitlementsEnabled, setEntitlementsEnabled, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowState

public WindowState(String name)
Constructor - with state enabled to false

Parameters:
name - of this state - must be unique

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved