Class BeanEditor.Prepare
- java.lang.Object
-
- org.apache.tapestry5.corelib.components.BeanEditor.Prepare
-
- All Implemented Interfaces:
java.io.Serializable
,ComponentAction<BeanEditor>
- Enclosing class:
- BeanEditor
public static class BeanEditor.Prepare extends java.lang.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.java.lang.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>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-