Class PageAbstractSelfCredentials

  • All Implemented Interfaces:
    ModelServiceLocator, Serializable, Iterable<org.apache.wicket.Component>, org.apache.wicket.event.IEventSink, org.apache.wicket.event.IEventSource, org.apache.wicket.feedback.IFeedbackContributor, org.apache.wicket.IConverterLocator, org.apache.wicket.IMetadataContext<Serializable,​org.apache.wicket.Component>, org.apache.wicket.IQueueRegion, org.apache.wicket.markup.html.IHeaderContributor, org.apache.wicket.page.IManageablePage, org.apache.wicket.request.component.IRequestableComponent, org.apache.wicket.request.component.IRequestablePage, org.apache.wicket.util.IHierarchical<org.apache.wicket.Component>, org.apache.wicket.util.io.IClusterable
    Direct Known Subclasses:
    PageResetPassword, PageSelfCredentials

    public abstract class PageAbstractSelfCredentials
    extends PageSelf
    Author:
    Viliam Repan (lazyman)
    See Also:
    Serialized Form
    • Constructor Detail

      • PageAbstractSelfCredentials

        public PageAbstractSelfCredentials()
    • Method Detail

      • createSpecificTabs

        protected Collection<? extends org.apache.wicket.extensions.markup.html.tabs.ITab> createSpecificTabs()
      • onSavePerformed

        protected void onSavePerformed​(org.apache.wicket.ajax.AjaxRequestTarget target)
      • getActualTabPanel

        protected org.apache.wicket.Component getActualTabPanel()
      • getSaveButton

        protected org.apache.wicket.Component getSaveButton()
      • setNullEncryptedPasswordData

        protected void setNullEncryptedPasswordData()
      • isCheckOldPassword

        protected abstract boolean isCheckOldPassword()
      • finishChangePassword

        protected abstract void finishChangePassword​(OperationResult result,
                                                     org.apache.wicket.ajax.AjaxRequestTarget target,
                                                     boolean showFeedback)
      • getModel

        protected org.apache.wicket.model.IModel<MyCredentialsDto> getModel()
      • shouldLoadAccounts

        protected boolean shouldLoadAccounts()