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

    Modifier and Type
    Method
    Description
    org.apache.wicket.model.IModel<String>
    getTitle(org.apache.wicket.Component component)
     
    void
     

    Methods inherited from interface org.apache.wicket.extensions.breadcrumb.IBreadCrumbParticipant

    getComponent, getTitle, onActivate
  • Method Details

    • getTitle

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

      void render(PluginRequestTarget target)