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 void
execute(BeanEditor component)
Passed a component instance, the action should operate upon the instance.String
toString()
-
-
-
Constructor Detail
-
Prepare
public 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 interfaceComponentAction<BeanEditor>
-
-