Example usage for org.apache.wicket.extensions.breadcrumb IBreadCrumbParticipant interface-usage

List of usage examples for org.apache.wicket.extensions.breadcrumb IBreadCrumbParticipant interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.breadcrumb IBreadCrumbParticipant interface-usage.

Usage

From source file net.tirasa.hct.editor.crumbs.IAdminParticipant.java

public interface IAdminParticipant extends IBreadCrumbParticipant {

    IModel getTitle(Component component);
}

From source file org.hippoecm.frontend.plugins.standards.panelperspective.breadcrumb.IPanelPluginParticipant.java

public interface IPanelPluginParticipant extends IBreadCrumbParticipant {

    IModel<String> getTitle(Component component);

    void render(PluginRequestTarget target);
}