Class AbstractAjaxEventCallback

    • Constructor Detail

      • AbstractAjaxEventCallback

        public AbstractAjaxEventCallback​(java.lang.String event)
    • Method Detail

      • getEvent

        public java.lang.String getEvent()
      • getJavascriptOption

        public java.lang.CharSequence getJavascriptOption()
        Description copied from interface: IComplexOption
        Method retrieving the javascript representation of this complex option
        Specified by:
        getJavascriptOption in interface IComplexOption
        Returns:
        the javascript
      • findComponentById

        protected org.apache.wicket.Component findComponentById​(java.lang.String id)
      • getExtraParameters

        protected java.util.List<org.apache.wicket.ajax.attributes.CallbackParameter> getExtraParameters()
      • call

        public abstract void call​(org.apache.wicket.ajax.AjaxRequestTarget target,
                                  org.apache.wicket.Component source)