org.apache.wicket
Class Component.VisibilityChange

java.lang.Object
  extended byorg.apache.wicket.version.undo.Change
      extended byorg.apache.wicket.Component.VisibilityChange
All Implemented Interfaces:
IClusterable, java.io.Serializable
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()
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-2008 Apache Software Foundation. All Rights Reserved.