Class BeanEditor.Prepare
java.lang.Object
org.apache.tapestry5.corelib.components.BeanEditor.Prepare
- All Implemented Interfaces:
Serializable
,ComponentAction<BeanEditor>
- Enclosing class:
- BeanEditor
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(BeanEditor component) Passed a component instance, the action should operate upon the instance.toString()
-
Constructor Details
-
Prepare
public Prepare()
-
-
Method Details
-
execute
Description copied from interface:ComponentAction
Passed a component instance, the action should operate upon the instance.- Specified by:
execute
in interfaceComponentAction<BeanEditor>
-
toString
-