private static final long serialVersionUID = 1L;
@Override
protected JsStatement getClickAction() {
return new JsStatement().$(null, "#explode").chain(new ExplodeEffect(Mode.show, 16, 2000));
}
});
actions.addItem(new ScriptTextLinkPanel(actions.newChildId(), "Shake") {