SilverStream
Application Server 3.5

com.sssw.shr.page
Class AgpHTMLUndoable

java.lang.Object
 |
 +--com.sssw.shr.page.AgpHTMLUndoable

public class AgpHTMLUndoable
extends Object

This class allows a custom control to provide undo and redo support. A page control writer can optionally provide implementations for the undo and redo methods on a utility class that extends AgpControlHTMLUnitBase. An object of type AgpHTMLUndoable is passed to these methods. To get the old and new values for the custom control, the implementation for the undo and redo methods can access the m_Values member variable of the AgpHTMLUndoable object.


Field Summary
 Object m_Values
           
 
Constructor Summary
AgpHTMLUndoable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Values

public Object m_Values
Constructor Detail

AgpHTMLUndoable

public AgpHTMLUndoable()

SilverStream
Application Server 3.5