public class MenuBookmarkablePageLink<T> extends BootstrapBookmarkablePageLink<T>
BookmarkablePageLink| Constructor and Description |
|---|
MenuBookmarkablePageLink(Class<T> pageClass)
Constructor.
|
MenuBookmarkablePageLink(Class<T> pageClass,
org.apache.wicket.model.IModel<String> label)
Constructor.
|
MenuBookmarkablePageLink(Class<T> pageClass,
org.apache.wicket.request.mapper.parameter.PageParameters parameters,
org.apache.wicket.model.IModel<String> model)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive(org.apache.wicket.Component button)
Decides whether the current instance (
this) is the active item. |
newIcon, newLabel, newMarkupSourcingStrategy, newSplitter, onConfigure, setIconType, setInverted, setLabel, setSize, setTypegetPageClass, getPageParameters, getStatelessHint, getURL, linksTo, onClickappendAnchor, getAnchor, getAutoEnable, getModel, getModelObject, getOnClickScript, getPopupSettings, isEnabled, onComponentTag, onLinkClicked, setAnchor, setAutoEnable, setModel, setModelObject, setPopupSettingsdisableLink, getAfterDisabledLink, getBeforeDisabledLink, getBody, isLinkEnabled, onBeforeRender, onComponentTagBody, onDetach, setAfterDisabledLink, setBeforeDisabledLink, setBodygetWebPage, getWebRequest, getWebResponse, getWebSessionadd, 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, visitChildrenadd, addStateChange, afterRender, beforeRender, canCallListenerInterface, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, configure, continueToOriginalDestination, debug, detach, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findMarkupStream, findPage, findParent, findParentWithAssociatedMarkup, getAjaxRegionMarkupId, getApplication, getBehaviorById, getBehaviorId, getBehaviors, getBehaviors, getClassRelativePath, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessages, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkup, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdFromMarkup, getMarkupIdImpl, getMarkupSourcingStrategy, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getRequestFlag, getResponse, getSession, getSizeInBytes, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalOnModelChanged, internalPrepareForRender, internalRenderComponent, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, onAfterRender, onEvent, onInitialize, onModelChanged, onModelChanging, onRemove, prepareForRender, redirectToInterceptPage, remove, remove, render, renderComponentTag, rendered, renderHead, renderHead, renderHead, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, send, setAuto, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setIgnoreAttributeModifier, setMarkup, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setParent, setRenderBodyOnly, setRequestFlag, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, success, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, visitParents, warn, wrappublic MenuBookmarkablePageLink(Class<T> pageClass)
T - type of the page classpageClass - The class of page to link topublic MenuBookmarkablePageLink(Class<T> pageClass, org.apache.wicket.model.IModel<String> label)
T - type of the page classpageClass - The class of page to link tolabel - button labelpublic MenuBookmarkablePageLink(Class<T> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters, org.apache.wicket.model.IModel<String> model)
T - type of the page classpageClass - The class of page to link toparameters - The page parametersmodel - The labelpublic boolean isActive(org.apache.wicket.Component button)
Activatablethis) is the active item.isActive in interface ActivatableisActive in class BootstrapBookmarkablePageLink<T>button - the current instance as a Componenttrue if the item is the current active oneCopyright © 2013 agilecoders.de. All Rights Reserved.