Java org.apache.wicket.extensions.breadcrumb IBreadCrumbModel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.breadcrumb IBreadCrumbModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.breadcrumb IBreadCrumbModel.

The text is from its open source code.

Implementation

org.apache.wicket.extensions.breadcrumb.IBreadCrumbModel has the following implementations.
Click this link to see all its implementation.

Method

voidaddListener(IBreadCrumbModelListener listener)
Adds a bread crumb model listener.
ListallBreadCrumbParticipants()
Lists the bread crumb participants in this model.
IBreadCrumbParticipantgetActive()
Gets the currently active participant, if any.
voidremoveListener(IBreadCrumbModelListener listener)
Removes a bread crumb model listener.
voidsetActive(IBreadCrumbParticipant breadCrumbParticipant)
Sets the IBreadCrumbParticipant bread crumb as the active one.