Class TabsAdapter

    • Constructor Detail

      • TabsAdapter

        public TabsAdapter()
    • Method Detail

      • onActivate

        public void onActivate​(org.apache.wicket.ajax.AjaxRequestTarget target,
                               int index,
                               org.apache.wicket.extensions.markup.html.tabs.ITab tab)
        Description copied from interface: ITabsListener
        Triggered when a tab has been activated ('create' and 'activate' event).
        Specified by:
        onActivate in interface ITabsListener
        Parameters:
        target - the AjaxRequestTarget
        index - the tab index that triggered this event
        tab - the ITab that corresponds to the index
      • onActivating

        public void onActivating​(org.apache.wicket.ajax.AjaxRequestTarget target,
                                 int index,
                                 org.apache.wicket.extensions.markup.html.tabs.ITab tab)
        Description copied from interface: ITabsListener
        Triggered when a tab is being activated ('beforeActivate' event).
        Specified by:
        onActivating in interface ITabsListener
        Parameters:
        target - the AjaxRequestTarget
        index - the previously selected tab index
        tab - the ITab that corresponds to the index