Interface IBreadCrumbParticipant

    • Method Detail

      • getComponent

        Component getComponent()
        Gets the participating component. Typically, this is a panel.
        Returns:
        The participating component, must return a non-null value
      • getTitle

        IModel<StringgetTitle()
        Gets the title of the bread crumb, which will be used for displaying it.
        Returns:
        The title of the bread crumb
      • onActivate

        void onActivate​(IBreadCrumbParticipant previous)
        Called when the corresponding bread crumb is activated.
        Parameters:
        previous - The previously active bread crumb participant, possibly null