| 
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.netuix.servlets.controls.Capability
com.bea.netuix.servlets.controls.window.WindowState
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.
| Constructor Summary | |
WindowState(String name)
Constructor - with state enabled to false  | 
|
| Method Summary | |
 Object | 
clone()
 | 
 boolean | 
isMaximized()
convenience method.  | 
 boolean | 
isMinimized()
convenience method.  | 
 boolean | 
isNormal()
convenience method.  | 
| Methods inherited from class com.bea.netuix.servlets.controls.Capability | 
equals, equals, getName, isEntitlementsEnabled, setEntitlementsEnabled, setName, toString | 
| Methods inherited from class java.lang.Object | 
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public WindowState(String name)
| Method Detail | 
public Object clone()
public boolean isMaximized()
public boolean isMinimized()
public boolean isNormal()
  | 
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||