return response;
}
public AjaxResponse growElement(AjaxActionEvent event) {
// Create an ajax action for making grow an element:
Effect action = new Effect("Grow", "toApplyEffect");
// Create a concrete ajax response:
AjaxResponse response = new AjaxResponseImpl();
// Add the action:
response.addAction(action);