|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy. An example of a bread crumb is:
Home > Products & Solutions > Hardware > Desktop Systems
In a panel based implementation, Home,
Products & Solutions etc would be seperate panels that all are
bread crumb participants: for instance the Home participant's
title would return 'Home', and
the component would be the corresponding panel.
| Method Summary | |
wicket.Component |
getComponent()
Gets the participating component. |
java.lang.String |
getTitle()
Gets the title of the bread crumb, which will be used for displaying it. |
void |
onActivate(IBreadCrumbParticipant previous)
Called when the corresponding bread crumb is activated. |
| Method Detail |
public wicket.Component getComponent()
public java.lang.String getTitle()
public void onActivate(IBreadCrumbParticipant previous)
previous - The previously active bread crumb participant, possibly null
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||