@Override protected CallbackParameter[] getCallbackParameters() { // function( dateText, inst ) { ... } return new CallbackParameter[] { CallbackParameter.explicit("dateText"), CallbackParameter.context("inst") }; }
private CharSequence getWicketPostScript() { return "var sendContent = " + getCallbackFunction(CallbackParameter.explicit("content")) + "sendContent(content);"; }