|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.extensions.breadcrumb.panel.BreadCrumbParticipantDelegate
public abstract class BreadCrumbParticipantDelegate
Base implementation for Panel/ Component based IBreadCrumbParticipant
that decouples the implementation from the actual panel class.
| Constructor Summary | |
|---|---|
BreadCrumbParticipantDelegate(Component component)
Construct. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.wicket.extensions.breadcrumb.IBreadCrumbParticipant |
|---|
getTitle |
| Constructor Detail |
|---|
public BreadCrumbParticipantDelegate(Component component)
component - | Method Detail |
|---|
public Component getComponent()
IBreadCrumbParticipant
getComponent 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||