|
||||||||||
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.wicket.Component |
---|
Component.ComponentModelChange, Component.EnabledChange, Component.IVisitor<T extends Component>, Component.VisibilityChange |
Field Summary |
---|
Fields inherited from class org.apache.wicket.Component |
---|
ENABLE, FLAG_CONFIGURED, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED6, FLAG_RESERVED7, FLAG_RESERVED8, 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<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, 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, isLinkEnabled, onBeforeRender, onComponentTagBody, setAfterDisabledLink, setBeforeDisabledLink |
Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
---|
getMarkupType, getWebPage, getWebRequest |
Methods inherited from class org.apache.wicket.MarkupContainer |
---|
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onAfterRenderChildren, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, renderNext, replace, setDefaultModel, setMarkupStream, size, swap, toString, toString, 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<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 panelsMethod Detail |
---|
protected final IBreadCrumbParticipant getParticipant(String componentId)
IBreadCrumbParticipant
.
getParticipant
in class BreadCrumbLink
componentId
- 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 |