public abstract class DeregistrationPanel extends org.jaulp.wicket.base.BasePanel<DeregistrationModel>
| Constructor and Description |
|---|
DeregistrationPanel(String id,
org.apache.wicket.model.IModel<DeregistrationModel> model)
Instantiates a new deregistration panel.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.markup.html.basic.Label |
getButtonLabel() |
org.apache.wicket.Component |
getContentPanel() |
abstract String |
getDomainName() |
org.apache.wicket.markup.html.form.Form<?> |
getForm() |
org.apache.wicket.Component |
getMotivation() |
org.apache.wicket.markup.html.form.Button |
getSubmitButton() |
protected org.apache.wicket.markup.html.form.Button |
newButton(String id)
Factory method for creating the Button.
|
protected org.apache.wicket.markup.html.basic.Label |
newButtonLabel(String id,
String resourceKey,
String defaultValue)
Factory method for creating the Button Label.
|
protected org.apache.wicket.Component |
newContentPanel(String id) |
protected org.apache.wicket.markup.html.form.Form<?> |
newForm(String id,
org.apache.wicket.model.IModel<?> model)
Factory method for creating the Form.
|
protected org.apache.wicket.markup.html.basic.Label |
newLabel(String id,
net.sourceforge.jaulp.locale.ResourceBundleKey resourceKey)
Factory method for creating the Label.
|
protected LabeledTextAreaPanel<?> |
newMotivation(String id,
org.apache.wicket.model.IModel<DeregistrationModel> model)
Factory method for creating the LabeledTextAreaPanel.
|
abstract void |
onDeregistration() |
getModel, getModelObject, setModel, setModelObjectgetWebPage, 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, 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 DeregistrationPanel(String id, org.apache.wicket.model.IModel<DeregistrationModel> model)
id - the idmodel - the modelprotected org.apache.wicket.Component newContentPanel(String id)
protected org.apache.wicket.markup.html.basic.Label newLabel(String id, net.sourceforge.jaulp.locale.ResourceBundleKey resourceKey)
id - the idresourceKey - the resource keyprotected LabeledTextAreaPanel<?> newMotivation(String id, org.apache.wicket.model.IModel<DeregistrationModel> model)
id - the idmodel - the modelprotected org.apache.wicket.markup.html.form.Form<?> newForm(String id, org.apache.wicket.model.IModel<?> model)
id - the idmodel - the modelprotected org.apache.wicket.markup.html.form.Button newButton(String id)
id - the wicket idprotected org.apache.wicket.markup.html.basic.Label newButtonLabel(String id, String resourceKey, String defaultValue)
id - the idresourceKey - the resource keydefaultValue - the default valuepublic org.apache.wicket.markup.html.basic.Label getButtonLabel()
public org.apache.wicket.markup.html.form.Button getSubmitButton()
public org.apache.wicket.Component getMotivation()
public org.apache.wicket.Component getContentPanel()
public org.apache.wicket.markup.html.form.Form<?> getForm()
public abstract void onDeregistration()
public abstract String getDomainName()
Copyright © 2010–2015. All rights reserved.