Package org.hippoecm.frontend.dialog
Interface ScriptAction<ModelType>
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
public interface ScriptAction<ModelType> extends org.apache.wicket.util.io.IClusterable
Represents a javascript action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJavaScript(ModelType model)
Produces the JavaScript to execute this action on the client-side.
-