|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.markup.html.WebMarkupContainer
org.apache.wicket.markup.html.link.AbstractLink
org.apache.wicket.markup.html.link.Link<Void>
org.apache.wicket.extensions.breadcrumb.BreadCrumbLink
org.apache.wicket.extensions.breadcrumb.panel.BreadCrumbPanelLink
public class BreadCrumbPanelLink
Bread crumb link specifically for bread crumb panels. It uses a
bread crumb factory to function.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER |
| Fields inherited from interface org.apache.wicket.markup.html.link.ILinkListener |
|---|
INTERFACE |
| Constructor Summary | |
|---|---|
BreadCrumbPanelLink(String id,
BreadCrumbPanel caller,
Class<? extends BreadCrumbPanel> panelClass)
Construct. |
|
BreadCrumbPanelLink(String id,
IBreadCrumbModel breadCrumbModel,
Class<? extends BreadCrumbPanel> panelClass)
Construct. |
|
BreadCrumbPanelLink(String id,
IBreadCrumbModel breadCrumbModel,
IBreadCrumbPanelFactory breadCrumbPanelFactory)
Construct. |
|
| Method Summary | |
|---|---|
protected IBreadCrumbParticipant |
getParticipant(String componentId)
Uses the set factory for creating a new instance of IBreadCrumbParticipant. |
| Methods inherited from class org.apache.wicket.extensions.breadcrumb.BreadCrumbLink |
|---|
onClick |
| Methods inherited from class org.apache.wicket.markup.html.link.Link |
|---|
appendAnchor, getAnchor, getAutoEnable, getModel, getModelObject, getOnClickScript, getPopupSettings, getStatelessHint, getURL, isEnabled, linksTo, onComponentTag, onLinkClicked, setAnchor, setAutoEnable, setModel, setModelObject, setPopupSettings |
| Methods inherited from class org.apache.wicket.markup.html.link.AbstractLink |
|---|
disableLink, getAfterDisabledLink, getBeforeDisabledLink, getBody, isLinkEnabled, onBeforeRender, onComponentTagBody, onDetach, setAfterDisabledLink, setBeforeDisabledLink, setBody |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getWebPage, getWebRequest, getWebResponse, getWebSession |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BreadCrumbPanelLink(String id,
BreadCrumbPanel caller,
Class<? extends BreadCrumbPanel> panelClass)
id - The component idcaller - The calling panel which will be used to get the bread
crumb model from.panelClass - The class to use for creating instances. Must be of type BreadCrumbPanel,
and must have constructor
BreadCrumbPanel.BreadCrumbPanel(String, IBreadCrumbModel)
public BreadCrumbPanelLink(String id,
IBreadCrumbModel breadCrumbModel,
Class<? extends BreadCrumbPanel> panelClass)
id - The component idbreadCrumbModel - The bread crumb modelpanelClass - The class to use for creating instances. Must be of type BreadCrumbPanel,
and must have constructor
BreadCrumbPanel.BreadCrumbPanel(String, IBreadCrumbModel)
public BreadCrumbPanelLink(String id,
IBreadCrumbModel breadCrumbModel,
IBreadCrumbPanelFactory breadCrumbPanelFactory)
id - The component idbreadCrumbModel - The bread crumb modelbreadCrumbPanelFactory - The factory to create bread crumb panels| Method Detail |
|---|
protected final IBreadCrumbParticipant getParticipant(String componentId)
IBreadCrumbParticipant.
getParticipant in class BreadCrumbLinkcomponentId - When the participant creates it's own view, it typically should use this component
id for the component that is returned by
IBreadCrumbParticipant.getComponent().
BreadCrumbLink.getParticipant(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||