Class OnChangeAjaxBehavior

    • Constructor Detail

      • OnChangeAjaxBehavior

        public OnChangeAjaxBehavior​(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source,
                                    FormComponent<?>... components)
        Constructor
        Parameters:
        source - the Behavior that will broadcast the event.
        components - the form components to post
    • Method Detail

      • getCallbackParameters

        protected CallbackParameter[] getCallbackParameters()
        Overrides:
        getCallbackParameters in class com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
      • newEvent

        protected com.googlecode.wicket.jquery.core.JQueryEvent newEvent()
        Specified by:
        newEvent in class com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior