org.apache.tapestry5.corelib.components
Class BeanEditor.Prepare

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.BeanEditor.Prepare
All Implemented Interfaces:
Serializable, ComponentAction<BeanEditor>
Enclosing class:
BeanEditor

public static class BeanEditor.Prepare
extends Object
implements ComponentAction<BeanEditor>

See Also:
Serialized Form

Constructor Summary
BeanEditor.Prepare()
           
 
Method Summary
 void execute(BeanEditor component)
          Passed a component instance, the action should operate upon the instance.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanEditor.Prepare

public BeanEditor.Prepare()
Method Detail

execute

public void execute(BeanEditor component)
Description copied from interface: ComponentAction
Passed a component instance, the action should operate upon the instance.

Specified by:
execute in interface ComponentAction<BeanEditor>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 The Apache Software Foundation.