private static final long serialVersionUID = 1L;
@Override
protected JsStatement getClickAction() {
return new JsStatement().$(null, "#explode")
.chain(new BounceEffect(BounceDirection.up, BounceMode.show, 5, 40, 200));
}
});
actions.addItem(new ScriptTextLinkPanel(actions.newChildId(), "Highlight") {