public interface IBreadCrumbParticipant extends org.apache.wicket.util.io.IClusterable
Home > Products & Solutions > Hardware > Desktop Systems
In a panel based implementation, Home,
Products & Solutions etc would be separate 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.| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
Gets the participating component.
|
IModel<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.
|
Component getComponent()
IModel<String> getTitle()
void onActivate(IBreadCrumbParticipant previous)
previous - The previously active bread crumb participant, possibly nullCopyright © 2006–2015 Apache Software Foundation. All rights reserved.