public abstract class BreadCrumbParticipantDelegate extends Object implements IBreadCrumbParticipant
Panel/ Component based IBreadCrumbParticipant
that decouples the implementation from the actual panel class.| Constructor and Description |
|---|
BreadCrumbParticipantDelegate(Component component)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
Gets the participating component.
|
void |
onActivate(IBreadCrumbParticipant previous)
If the previous participant is not null (and a component, which it should be), replace that
component on it's parent with this one.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTitlepublic BreadCrumbParticipantDelegate(Component component)
component - public Component getComponent()
IBreadCrumbParticipantgetComponent in interface IBreadCrumbParticipantIBreadCrumbParticipant.getComponent()public void onActivate(IBreadCrumbParticipant previous)
onActivate in interface IBreadCrumbParticipantprevious - The previously active bread crumb participant, possibly nullIBreadCrumbParticipant.onActivate(org.apache.wicket.extensions.breadcrumb.IBreadCrumbParticipant)Copyright © 2006–2015 Apache Software Foundation. All rights reserved.