Class ExternalLink

    • Constructor Detail

      • ExternalLink

        public ExternalLink​(String id,
                            IModel<String> href)
        Constructor
        Parameters:
        id - the markup id
        href - the href attribute to set
      • ExternalLink

        public ExternalLink​(String id,
                            IModel<String> href,
                            String icon)
        Constructor
        Parameters:
        id - the markup id
        href - the href attribute to set
        icon - either a JQueryIcon constant or a 'ui-icon-xxx' css class
      • ExternalLink

        public ExternalLink​(String id,
                            IModel<String> href,
                            IModel<?> label)
        Constructor
        Parameters:
        id - the markup id
        href - the href attribute to set
        label - the label (body)
      • ExternalLink

        public ExternalLink​(String id,
                            IModel<String> href,
                            IModel<?> label,
                            String icon)
        Constructor
        Parameters:
        id - the markup id
        href - the href attribute to set
        label - the label (body)
        icon - either a JQueryIcon constant or a 'ui-icon-xxx' css class
    • Method Detail

      • onConfigure

        public void onConfigure​(com.googlecode.wicket.jquery.core.JQueryBehavior behavior)
        Specified by:
        onConfigure in interface com.googlecode.wicket.jquery.core.IJQueryWidget
      • onBeforeRender

        public void onBeforeRender​(com.googlecode.wicket.jquery.core.JQueryBehavior behavior)
        Specified by:
        onBeforeRender in interface com.googlecode.wicket.jquery.core.IJQueryWidget
      • newWidgetBehavior

        public com.googlecode.wicket.jquery.core.JQueryBehavior newWidgetBehavior​(String selector)
        Specified by:
        newWidgetBehavior in interface com.googlecode.wicket.jquery.core.IJQueryWidget