Class MoveInterfaceBehavior

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.IRequestListener, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

    public class MoveInterfaceBehavior
    extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
    Behavior that provides the javascript for processing a move of an interface, during the edit of a page.
    Since:
    6.0.0
    Version:
    $Revision: 24950 $ $Date: 2022-04-14 13:57:29 -0300 (Thu, 14 Apr 2022) $
    See Also:
    Serialized Form
    • Field Summary

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

        INDICATOR
    • 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.Component component, org.apache.wicket.markup.head.IHeaderResponse response)  
      protected void respond​(org.apache.wicket.ajax.AjaxRequestTarget target)  
      • Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior

        findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributes
      • Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior

        afterRender, bind, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
      • Methods inherited from class org.apache.wicket.behavior.Behavior

        beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag
      • Methods inherited from interface org.apache.wicket.IRequestListener

        rendersPage
    • Constructor Detail

      • MoveInterfaceBehavior

        public MoveInterfaceBehavior()
    • 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.Component component,
                               org.apache.wicket.markup.head.IHeaderResponse response)
        Specified by:
        renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributor
        Overrides:
        renderHead in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior