org.apache.wicket
Class Component.VisibilityChange

java.lang.Object
  extended by org.apache.wicket.version.undo.Change
      extended by org.apache.wicket.Component.VisibilityChange
All Implemented Interfaces:
java.io.Serializable, IClusterable
Enclosing class:
Component

protected static final class Component.VisibilityChange
extends Change

A visibility change operation.

See Also:
Serialized Form

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

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

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-2010 Apache Software Foundation. All Rights Reserved.