public class BootstrapFeedbackPanel
extends org.apache.wicket.markup.html.panel.FeedbackPanel
Constructor and Description |
---|
BootstrapFeedbackPanel(String id)
Constructor.
|
BootstrapFeedbackPanel(String id,
org.apache.wicket.Component componentToFilter)
Constructor.
|
BootstrapFeedbackPanel(String id,
org.apache.wicket.feedback.IFeedbackMessageFilter filter)
Constructor.
|
BootstrapFeedbackPanel(String id,
int level)
Constructor.
|
BootstrapFeedbackPanel(String id,
int level,
org.apache.wicket.Component componentToFilter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
BootstrapFeedbackPanel |
allowRepeatedMessages()
Disable filter to allow displaying repeated feedback messages
|
protected void |
onConfigure() |
protected void |
onInitialize() |
BootstrapFeedbackPanel |
uniqueMessages()
Enable filter to only display unique feedback messages (enabled by default)
|
anyErrorMessage, anyMessage, anyMessage, getCSSClass, getCurrentMessages, getFeedbackMessagesModel, getFilter, getSortingComparator, isVersioned, newFeedbackMessagesModel, newMessageDisplayComponent, newMessageItem, setFilter, setMaxMessages, setSortingComparator
getRegionMarkup, newMarkupSourcingStrategy
getWebApplication, getWebPage, getWebRequest, getWebResponse, getWebSession
add, addDequeuedComponent, addOrReplace, autoAdd, canDequeueTag, contains, dequeue, dequeue, dequeuePreamble, findChildComponent, findComponentToDequeue, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, newDequeueContext, onComponentTagBody, onDetach, onRender, queue, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, stream, streamChildren, toString, toString, visitChildren, visitChildren
add, addStateChange, beforeRender, canCallListener, canCallListenerAfterExpiry, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, clearOriginalDestination, configure, continueToOriginalDestination, createConverter, 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, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalOnModelChanged, internalRenderComponent, internalRenderHead, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isInitialized, isRenderAllowed, isRendering, isStateless, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, onAfterRender, onBeforeRender, onComponentTag, onEvent, onModelChanged, onModelChanging, onReAdd, onRemove, redirectToInterceptPage, remove, remove, render, renderComponentTag, rendered, renderHead, renderPart, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, send, setAuto, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setIgnoreAttributeModifier, setMarkup, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setParent, setRenderBodyOnly, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, success, urlFor, urlFor, urlFor, urlForListener, urlForListener, visitParents, visitParents, warn, wrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public BootstrapFeedbackPanel(String id, int level)
id
- the component id.level
- the message levelpublic BootstrapFeedbackPanel(String id, org.apache.wicket.Component componentToFilter)
id
- the component idcomponentToFilter
- catch only feedback from this componentComponentFeedbackPanel
public BootstrapFeedbackPanel(String id, int level, org.apache.wicket.Component componentToFilter)
id
- the component idlevel
- the message levelcomponentToFilter
- catch only feedback from this componentComponentFeedbackPanel
public BootstrapFeedbackPanel(String id)
id
- the component idComponentFeedbackPanel
public BootstrapFeedbackPanel(String id, org.apache.wicket.feedback.IFeedbackMessageFilter filter)
id
- the component idfilter
- filter to be applied to each messageComponentFeedbackPanel
protected void onInitialize()
onInitialize
in class org.apache.wicket.MarkupContainer
protected void onConfigure()
onConfigure
in class org.apache.wicket.Component
public BootstrapFeedbackPanel uniqueMessages()
public BootstrapFeedbackPanel allowRepeatedMessages()
Copyright © 2014–2019 Premium Minds. All rights reserved.