Class ResourceLink<T>

    • Constructor Detail

      • ResourceLink

        public ResourceLink​(String id,
                            ResourceReference reference)
        Constructor
        Parameters:
        id - the markup id
        reference - the shared resource to link to
      • ResourceLink

        public ResourceLink​(String id,
                            ResourceReference reference,
                            String icon)
        Constructor
        Parameters:
        id - the markup id
        reference - the shared resource to link to
        icon - either a JQueryIcon constant or a 'ui-icon-xxx' css class
      • ResourceLink

        public ResourceLink​(String id,
                            ResourceReference reference,
                            PageParameters parameters)
        Constructor
        Parameters:
        id - the markup id
        reference - the shared resource to link to
        parameters - the resource parameters
      • ResourceLink

        public ResourceLink​(String id,
                            ResourceReference reference,
                            PageParameters parameters,
                            String icon)
        Constructor
        Parameters:
        id - the markup id
        reference - the shared resource to link to
        parameters - the resource parameters
        icon - either a JQueryIcon constant or a 'ui-icon-xxx' css class
      • ResourceLink

        public ResourceLink​(String id,
                            IResource resource)
        Constructor
        Parameters:
        id - the markup id
        resource - the resource
      • ResourceLink

        public ResourceLink​(String id,
                            IResource resource,
                            String icon)
        Constructor
        Parameters:
        id - the markup id
        resource - the resource
        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