Class ButtonAjaxBehavior

    • Constructor Detail

    • Method Detail

      • updateAjaxAttributes

        protected void updateAjaxAttributes​(AjaxRequestAttributes attributes)
        Overrides:
        updateAjaxAttributes in class com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
      • newOnClickOptions

        protected com.googlecode.wicket.jquery.core.Options newOnClickOptions()
        Gets the new Button's Options to be used on click
        Returns:
        the Options
      • newOnAjaxStopOptions

        protected com.googlecode.wicket.jquery.core.Options newOnAjaxStopOptions()
        Gets the new Button's Options to be used on when ajax stops
        Returns:
        the Options
      • newEvent

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