wicket
Class Component.VisibilityChange

java.lang.Object
  extended bywicket.version.undo.Change
      extended bywicket.Component.VisibilityChange
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Component

protected class Component.VisibilityChange
extends Change

A visibility change operation.

See Also:
Serialized Form

Method Summary
 void undo()
          Undoes the given change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

undo

public void undo()
Description copied from class: Change
Undoes the given change.

Specified by:
undo in class Change
See Also:
Change.undo()


Copyright © 2004-2005 Wicket developers. All Rights Reserved.