|
||||||||||
| 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
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 |
|---|
org.apache.wicket.Component.ComponentModelChange, org.apache.wicket.Component.EnabledChange, org.apache.wicket.Component.IVisitor, org.apache.wicket.Component.VisibilityChange |
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, 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(java.lang.String id,
BreadCrumbPanel caller,
java.lang.Class panelClass)
Construct. |
|
BreadCrumbPanelLink(java.lang.String id,
IBreadCrumbModel breadCrumbModel,
java.lang.Class panelClass)
Construct. |
|
BreadCrumbPanelLink(java.lang.String id,
IBreadCrumbModel breadCrumbModel,
IBreadCrumbPanelFactory breadCrumbPanelFactory)
Construct. |
|
| Method Summary | |
|---|---|
protected IBreadCrumbParticipant |
getParticipant(java.lang.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, getOnClickScript, getOnClickScript, getPopupSettings, getStatelessHint, getURL, isEnabled, linksTo, onComponentTag, onLinkClicked, setAnchor, setAutoEnable, 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 |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, replace, setMarkupStream, setModel, size, toString, toString, visitChildren, visitChildren |
| Methods inherited from class org.apache.wicket.Component |
|---|
add, addStateChange, afterRender, beforeRender, callOnBeforeRenderIfNotVisible, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, continueToOriginalDestination, debug, detach, detachBehaviors, detachModel, detachModels, error, exceptionMessage, fatal, findPage, findParent, findParentWithAssociatedMarkup, getApplication, getBehaviors, getBehaviors, getClassRelativePath, getComponentBorder, getConverter, getConverter, getEscapeModelStrings, getFeedbackMessage, getFlag, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkupAttributes, getMarkupId, getMetaData, getModel, getModelComparator, getModelObject, getModelObjectAsString, getModelObjectAsString, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageFactory, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getResponse, getSession, getSizeInBytes, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalAttach, internalDetach, internalOnAttach, internalOnDetach, internalOnModelChanged, isActionAuthorized, isAncestorOf, isAttached, isBehaviorAccepted, isEnableAllowed, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisible, isVisibleInHierarchy, locateMarkupStream, markAttached, markRendering, modelChanged, modelChanging, newPage, newPage, onAfterRender, onAttach, onBeginRequest, onDetach, onEndRequest, onModelChanged, onModelChanging, prepareForRender, redirectToInterceptPage, remove, remove, render, render, renderComponent, renderComponent, renderComponentTag, rendered, renderHead, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, setAuto, setComponentBorder, setEnabled, setEscapeModelStrings, setFlag, setFlag, setIgnoreAttributeModifier, setMarkupId, setMetaData, setModelObject, setOutputMarkupId, setOutputMarkupPlaceholderTag, setRedirect, setRenderBodyOnly, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisible, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, warn, wrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BreadCrumbPanelLink(java.lang.String id,
BreadCrumbPanel caller,
java.lang.Class 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(java.lang.String id,
IBreadCrumbModel breadCrumbModel,
java.lang.Class 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(java.lang.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(java.lang.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 | |||||||||