Class AbstractAjaxEventCallback

java.lang.Object
org.wicketstuff.wiquery.core.behavior.AbstractAjaxEventCallback
All Implemented Interfaces:
Serializable, IComplexOption

public abstract class AbstractAjaxEventCallback extends Object implements IComplexOption
See Also:
  • Constructor Details

    • AbstractAjaxEventCallback

      public AbstractAjaxEventCallback(String event)
  • Method Details

    • getEvent

      public String getEvent()
    • getBehavior

      public WiQueryAbstractAjaxBehavior getBehavior()
    • setBehavior

      public void setBehavior(WiQueryAbstractAjaxBehavior behavior)
    • getJavascriptOption

      public 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(String id)
    • getExtraParameters

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

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