Class BookmarkablePageLink<T>

    • Constructor Detail

      • BookmarkablePageLink

        public BookmarkablePageLink​(String id,
                                    Class<C> pageClass)
        Constructor
        Type Parameters:
        C - the type of Page
        Parameters:
        id - the markup id
        pageClass - the class of page to link to
      • BookmarkablePageLink

        public BookmarkablePageLink​(String id,
                                    Class<C> pageClass,
                                    String icon)
        Constructor
        Type Parameters:
        C - the type of Page
        Parameters:
        id - the markup id
        pageClass - the class of page to link to
        icon - either a JQueryIcon constant or a 'ui-icon-xxx' css class
      • BookmarkablePageLink

        public BookmarkablePageLink​(String id,
                                    Class<C> pageClass,
                                    PageParameters parameters)
        Constructor
        Type Parameters:
        C - the type of Page
        Parameters:
        id - the markup id
        pageClass - the class of page to link to
        parameters - the parameters to pass to the new page when the link is clicked
      • BookmarkablePageLink

        public BookmarkablePageLink​(String id,
                                    Class<C> pageClass,
                                    PageParameters parameters,
                                    String icon)
        Constructor
        Type Parameters:
        C - the type of Page
        Parameters:
        id - the markup id
        pageClass - the class of page to link to
        parameters - the parameters to pass to the new page when the link is clicked
        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