Class AddInterfaceBehavior

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.behavior.IBehaviorListener, org.apache.wicket.IClusterable, org.apache.wicket.IRequestListener, org.apache.wicket.markup.html.IHeaderContributor

    public class AddInterfaceBehavior
    extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
    Behavior that provides the javascript for processing an add of an interface, during the edit of a page.
    Since:
    6.0.0
    Version:
    $Revision: 16824 $ $Date: 2015-01-23 18:49:12 -0200 (Fri, 23 Jan 2015) $
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior

        INDICATOR
      • Fields inherited from interface org.apache.wicket.behavior.IBehaviorListener

        INTERFACE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CharSequence getCallbackUrl()  
      protected String getFunctionName()
      Returns the javascript function name that calls this behavior.
      protected void insertInterfaceInstance​(String serviceInterfaceInstanceId, org.apache.wicket.ajax.AjaxRequestTarget target)
      Inserts an interface instance in a holder, according to the current request.
      void renderHead​(org.apache.wicket.markup.html.IHeaderResponse response)  
      protected void respond​(org.apache.wicket.ajax.AjaxRequestTarget target)  
      • Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior

        findIndicatorId, generateCallbackScript, getAjaxCallDecorator, getCallbackScript, getCallbackScript, getChannelName, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, throttleScript
      • Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior

        bind, getCallbackUrl, getComponent, getImplementationId, getStatelessHint, onComponentRendered, onComponentTag, onComponentTag, onRendered, onRenderHeadContribution, onRenderHeadInitContribution
      • Methods inherited from class org.apache.wicket.behavior.AbstractBehavior

        afterRender, beforeRender, cleanup, detach, detachModel, exception, isEnabled, isTemporary, onException, rendered
    • Constructor Detail

      • AddInterfaceBehavior

        public AddInterfaceBehavior()
    • Method Detail

      • respond

        protected void respond​(org.apache.wicket.ajax.AjaxRequestTarget target)
        Specified by:
        respond in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
      • getFunctionName

        protected String getFunctionName()
        Returns the javascript function name that calls this behavior.
        Returns:
        the javascript function name.
      • insertInterfaceInstance

        protected void insertInterfaceInstance​(String serviceInterfaceInstanceId,
                                               org.apache.wicket.ajax.AjaxRequestTarget target)
        Inserts an interface instance in a holder, according to the current request.
        Parameters:
        serviceInterfaceInstanceId - the service interface instance identifier.
        target - the AJAX request target.
        Since:
        6.0.0
      • getCallbackUrl

        public CharSequence getCallbackUrl()
        Overrides:
        getCallbackUrl in class org.apache.wicket.behavior.AbstractAjaxBehavior
      • renderHead

        public void renderHead​(org.apache.wicket.markup.html.IHeaderResponse response)
        Specified by:
        renderHead in interface org.apache.wicket.markup.html.IHeaderContributor
        Overrides:
        renderHead in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior