public abstract class InfringementPanel
extends org.apache.wicket.markup.html.panel.Panel
| Constructor and Description |
|---|
InfringementPanel(String id,
org.apache.wicket.model.IModel<user.management.application.models.InfringementModel> model)
Instantiates a new infringement panel.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.Component |
getFormPanel()
Gets the form panel.
|
org.apache.wicket.Component |
getIntroductionPanel()
Gets the introduction panel.
|
org.apache.wicket.Component |
getListViewPanel()
Gets the list view panel.
|
protected List<de.alpharogroup.locale.ResourceBundleKey> |
newDisplayValues()
Factory method to get the display values in the ListViewPanel.
|
protected org.apache.wicket.Component |
newFormPanel(String id,
org.apache.wicket.model.IModel<user.management.application.models.InfringementModel> model)
New form panel.
|
protected org.apache.wicket.Component |
newIntroductionPanel(String id,
org.apache.wicket.model.IModel<?> model)
New introduction panel.
|
protected org.apache.wicket.Component |
newListViewPanel(String id,
List<de.alpharogroup.locale.ResourceBundleKey> list)
New list view panel.
|
protected abstract void |
onSend()
On send.
|
getWebPage, getWebRequest, getWebResponse, getWebSessionadd, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onComponentTagBody, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildrenadd, addStateChange, afterRender, beforeRender, canCallListenerInterface, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, clearOriginalDestination, 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, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalOnModelChanged, internalPrepareForRender, internalRenderComponent, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, onAfterRender, onBeforeRender, onComponentTag, onConfigure, onDetach, onEvent, onInitialize, onModelChanged, onModelChanging, onReAdd, 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, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic InfringementPanel(String id, org.apache.wicket.model.IModel<user.management.application.models.InfringementModel> model)
id - the idmodel - the modelprotected List<de.alpharogroup.locale.ResourceBundleKey> newDisplayValues()
public org.apache.wicket.Component getFormPanel()
public org.apache.wicket.Component getIntroductionPanel()
public org.apache.wicket.Component getListViewPanel()
protected org.apache.wicket.Component newFormPanel(String id, org.apache.wicket.model.IModel<user.management.application.models.InfringementModel> model)
id - the idmodel - the modelprotected org.apache.wicket.Component newIntroductionPanel(String id, org.apache.wicket.model.IModel<?> model)
id - the idmodel - the modelprotected org.apache.wicket.Component newListViewPanel(String id, List<de.alpharogroup.locale.ResourceBundleKey> list)
id - the idlist - the listprotected abstract void onSend()
Copyright © 2015. All rights reserved.