Class BeanEditor.Prepare
- java.lang.Object
 - 
- 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
Constructors Constructor Description Prepare() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(BeanEditor component)Passed a component instance, the action should operate upon the instance.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
Prepare
public Prepare()
 
 - 
 
- 
Method Detail
- 
execute
public void execute(BeanEditor component)
Description copied from interface:ComponentActionPassed a component instance, the action should operate upon the instance.- Specified by:
 executein interfaceComponentAction<BeanEditor>
 
 - 
 
 -