|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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
and if enabled the window can diplay the States specific URL 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 | |
protected |
WindowState(com.bea.netuix.nf.state.ControlStateReader reader)
Constructs a window state from the given reader. |
|
WindowState(String name)
Constructor - with state enabled to false |
Method Summary | |
protected void |
write(com.bea.netuix.nf.state.ControlStateWriter writer)
Writes the state to the writer. |
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 |
public WindowState(String name)
name
- of this state - must be uniqueprotected WindowState(com.bea.netuix.nf.state.ControlStateReader reader)
Constructs a window state from the given reader.
reader
- readerMethod Detail |
protected void write(com.bea.netuix.nf.state.ControlStateWriter writer)
Writes the state to the writer.
writer
- writer
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |