public abstract class SigninFormPanel
extends org.apache.wicket.markup.html.panel.Panel
| Constructor and Description |
|---|
SigninFormPanel(String id,
org.apache.wicket.model.IModel<? extends net.sourceforge.jaulp.auth.models.SignInModel> model)
Instantiates a new singin form panel.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.markup.html.basic.Label |
getButtonLabel()
Gets the button label.
|
org.apache.wicket.markup.html.form.Form<?> |
getForm()
Gets the form.
|
org.apache.wicket.Component |
getSigninPanel()
Gets the signin panel.
|
org.apache.wicket.markup.html.form.Button |
getSubmitButton()
Gets the submit button.
|
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.markup.html.form.Form<?> |
newForm(String id,
org.apache.wicket.model.IModel<?> model)
Factory method for creating the Form.
|
protected org.apache.wicket.Component |
newSigninPanel(String id,
org.apache.wicket.model.IModel<net.sourceforge.jaulp.auth.models.SignInModel> model)
Factory method for creating the SigninPanel that contains the TextField for the email and
password.
|
protected abstract void |
onSignin()
On signin.
|
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 SigninFormPanel(String id, org.apache.wicket.model.IModel<? extends net.sourceforge.jaulp.auth.models.SignInModel> model)
id - the idmodel - the modelpublic org.apache.wicket.markup.html.basic.Label getButtonLabel()
public org.apache.wicket.markup.html.form.Form<?> getForm()
public org.apache.wicket.Component getSigninPanel()
public org.apache.wicket.markup.html.form.Button getSubmitButton()
protected 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 valueprotected org.apache.wicket.markup.html.form.Form<?> newForm(String id, org.apache.wicket.model.IModel<?> model)
id - the idmodel - the modelprotected org.apache.wicket.Component newSigninPanel(String id, org.apache.wicket.model.IModel<net.sourceforge.jaulp.auth.models.SignInModel> model)
id - the idmodel - the modelprotected abstract void onSignin()
Copyright © 2010–2015. All rights reserved.