U
- - type of User
public class AdminUserEntityDetailsPanel<U extends User> extends UserDetailsPanel<U> implements Initializable
UserAttributesDetailsPanel
and has all other components of AdminUserEntityDetailsPanel
.changePasswordService, userAttributesDao, userService
Constructor and Description |
---|
AdminUserEntityDetailsPanel(String id,
org.apache.wicket.model.IModel<U> model) |
Modifier and Type | Method and Description |
---|---|
void |
addAuthorizations(org.apache.wicket.model.IModel<U> userModel) |
protected void |
addDeleteUserForm(org.apache.wicket.model.IModel<U> userModel) |
protected void |
addExistingPasswordCheckToForm(org.apache.wicket.markup.html.form.Form changePasswordForm) |
protected void |
addUserAttributes(org.apache.wicket.model.IModel<U> userModel) |
protected void |
addUserIdForm(org.apache.wicket.model.IModel<U> userModel) |
protected void |
addUserStatusBits(org.apache.wicket.model.IModel<U> userModel) |
void |
identityDetails() |
void |
onInitialize() |
getFeedback, password, setFeedback
onComponentTag, onComponentTagBody, renderHead
newHeaderPartContainer, renderHeadFromAssociatedMarkupFile
getMarkupType, getWebPage, getWebRequest
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, renderNext, replace, setDefaultModel, setMarkupStream, size, swap, toString, toString, visitChildren, visitChildren
add, addStateChange, afterRender, beforeRender, callOnBeforeRenderIfNotVisible, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, configure, continueToOriginalDestination, debug, detach, detachBehaviors, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findPage, findParent, findParentWithAssociatedMarkup, getApplication, getBehaviors, getBehaviors, getBehaviorsRawList, getClassRelativePath, getComponentBorder, getConverter, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessage, getFlag, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdImpl, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalAttach, internalDetach, internalOnAttach, internalOnDetach, internalOnModelChanged, isActionAuthorized, isAncestorOf, isAttached, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, locateMarkupStream, markAttached, markRendering, modelChanged, modelChanging, onAfterRender, onAttach, onBeforeRender, onBeginRequest, onConfigure, onDetach, onEndRequest, onModelChanged, onModelChanging, onRemove, prepareForRender, prepareForRender, redirectToInterceptPage, remove, remove, render, render, renderComponent, renderComponent, renderComponentTag, rendered, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, setAuto, setComponentBorder, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setFlag, setIgnoreAttributeModifier, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setRedirect, setRenderBodyOnly, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, warn, wrap
public void onInitialize()
onInitialize
in interface Initializable
onInitialize
in class UserDetailsPanel<U extends User>
protected void addExistingPasswordCheckToForm(org.apache.wicket.markup.html.form.Form changePasswordForm)
addExistingPasswordCheckToForm
in class UserDetailsPanel<U extends User>
protected void addUserIdForm(org.apache.wicket.model.IModel<U> userModel)
addUserIdForm
in class UserDetailsPanel<U extends User>
protected void addDeleteUserForm(org.apache.wicket.model.IModel<U> userModel)
protected void addUserAttributes(org.apache.wicket.model.IModel<U> userModel)
addUserAttributes
in class UserDetailsPanel<U extends User>
protected void addUserStatusBits(org.apache.wicket.model.IModel<U> userModel)
public void addAuthorizations(org.apache.wicket.model.IModel<U> userModel)
@Transactional public void identityDetails()
identityDetails
in class UserDetailsPanel<U extends User>
Copyright © 2018. All rights reserved.