Interface IPanelPluginParticipant

  • All Superinterfaces:
    org.apache.wicket.extensions.breadcrumb.IBreadCrumbParticipant, org.apache.wicket.util.io.IClusterable, Serializable
    All Known Implementing Classes:
    PanelPluginBreadCrumbPanel, PanelPluginPanel

    public interface IPanelPluginParticipant
    extends org.apache.wicket.extensions.breadcrumb.IBreadCrumbParticipant
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.wicket.model.IModel<String> getTitle​(org.apache.wicket.Component component)  
      void render​(PluginRequestTarget target)  
      • Methods inherited from interface org.apache.wicket.extensions.breadcrumb.IBreadCrumbParticipant

        getComponent, getTitle, onActivate
    • Method Detail

      • getTitle

        org.apache.wicket.model.IModel<String> getTitle​(org.apache.wicket.Component component)