Package system.web.ui.webcontrols
Class CreateUserWizard
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- system.web.ui.webcontrols.WebControl
-
- system.web.ui.webcontrols.CompositeControl
-
- system.web.ui.webcontrols.Wizard
-
- system.web.ui.webcontrols.CreateUserWizard
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IAttributeAccessor,INamingContainer,IParserAccessor,ICompositeControlDesignerAccessor
public class CreateUserWizard extends Wizard
The base .NET class managing System.Web.UI.WebControls.CreateUserWizard, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.CreateUserWizard
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.UI.WebControls.CreateUserWizardstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description CreateUserWizard()CreateUserWizard(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContinueButtonClick(EventHandler handler)voidaddCreatedUser(EventHandler handler)voidaddCreateUserError(CreateUserErrorEventHandler handler)voidaddCreatingUser(LoginCancelEventHandler handler)voidaddSendingMail(MailMessageEventHandler handler)voidaddSendMailError(SendMailErrorEventHandler handler)static CreateUserWizardcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCreateUserWizard, a cast assert is made to check if types are compatible.java.lang.StringgetAnswer()java.lang.StringgetAnswerLabelText()java.lang.StringgetAnswerRequiredErrorMessage()booleangetAutoGeneratePassword()CompleteWizardStepgetCompleteStep()java.lang.StringgetCompleteSuccessText()TableItemStylegetCompleteSuccessTextStyle()java.lang.StringgetConfirmPassword()java.lang.StringgetConfirmPasswordCompareErrorMessage()java.lang.StringgetConfirmPasswordLabelText()java.lang.StringgetConfirmPasswordRequiredErrorMessage()java.lang.StringgetContinueButtonImageUrl()StylegetContinueButtonStyle()java.lang.StringgetContinueButtonText()ButtonTypegetContinueButtonType()java.lang.StringgetContinueDestinationPageUrl()java.lang.StringgetCreateUserButtonImageUrl()StylegetCreateUserButtonStyle()java.lang.StringgetCreateUserButtonText()ButtonTypegetCreateUserButtonType()CreateUserWizardStepgetCreateUserStep()booleangetDisableCreatedUser()java.lang.StringgetDuplicateEmailErrorMessage()java.lang.StringgetDuplicateUserNameErrorMessage()java.lang.StringgetEditProfileIconUrl()java.lang.StringgetEditProfileText()java.lang.StringgetEditProfileUrl()java.lang.StringgetEmail()java.lang.StringgetEmailLabelText()java.lang.StringgetEmailRegularExpression()java.lang.StringgetEmailRegularExpressionErrorMessage()java.lang.StringgetEmailRequiredErrorMessage()TableItemStylegetErrorMessageStyle()java.lang.StringgetHelpPageIconUrl()java.lang.StringgetHelpPageText()java.lang.StringgetHelpPageUrl()TableItemStylegetHyperLinkStyle()java.lang.StringgetInstructionText()TableItemStylegetInstructionTextStyle()java.lang.StringgetInvalidAnswerErrorMessage()java.lang.StringgetInvalidEmailErrorMessage()java.lang.StringgetInvalidPasswordErrorMessage()java.lang.StringgetInvalidQuestionErrorMessage()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeTableItemStylegetLabelStyle()booleangetLoginCreatedUser()MailDefinitiongetMailDefinition()java.lang.StringgetMembershipProvider()java.lang.StringgetPassword()TableItemStylegetPasswordHintStyle()java.lang.StringgetPasswordHintText()java.lang.StringgetPasswordLabelText()java.lang.StringgetPasswordRegularExpression()java.lang.StringgetPasswordRegularExpressionErrorMessage()java.lang.StringgetPasswordRequiredErrorMessage()java.lang.StringgetQuestion()java.lang.StringgetQuestionLabelText()java.lang.StringgetQuestionRequiredErrorMessage()booleangetRequireEmail()StylegetTextBoxStyle()TableItemStylegetTitleTextStyle()java.lang.StringgetUnknownErrorMessage()java.lang.StringgetUserName()java.lang.StringgetUserNameLabelText()java.lang.StringgetUserNameRequiredErrorMessage()StylegetValidatorTextStyle()voidremoveContinueButtonClick(EventHandler handler)voidremoveCreatedUser(EventHandler handler)voidremoveCreateUserError(CreateUserErrorEventHandler handler)voidremoveCreatingUser(LoginCancelEventHandler handler)voidremoveSendingMail(MailMessageEventHandler handler)voidremoveSendMailError(SendMailErrorEventHandler handler)voidsetAnswer(java.lang.String Answer)voidsetAnswerLabelText(java.lang.String AnswerLabelText)voidsetAnswerRequiredErrorMessage(java.lang.String AnswerRequiredErrorMessage)voidsetAutoGeneratePassword(boolean AutoGeneratePassword)voidsetCompleteSuccessText(java.lang.String CompleteSuccessText)voidsetConfirmPasswordCompareErrorMessage(java.lang.String ConfirmPasswordCompareErrorMessage)voidsetConfirmPasswordLabelText(java.lang.String ConfirmPasswordLabelText)voidsetConfirmPasswordRequiredErrorMessage(java.lang.String ConfirmPasswordRequiredErrorMessage)voidsetContinueButtonImageUrl(java.lang.String ContinueButtonImageUrl)voidsetContinueButtonText(java.lang.String ContinueButtonText)voidsetContinueButtonType(ButtonType ContinueButtonType)voidsetContinueDestinationPageUrl(java.lang.String ContinueDestinationPageUrl)voidsetCreateUserButtonImageUrl(java.lang.String CreateUserButtonImageUrl)voidsetCreateUserButtonText(java.lang.String CreateUserButtonText)voidsetCreateUserButtonType(ButtonType CreateUserButtonType)voidsetDisableCreatedUser(boolean DisableCreatedUser)voidsetDuplicateEmailErrorMessage(java.lang.String DuplicateEmailErrorMessage)voidsetDuplicateUserNameErrorMessage(java.lang.String DuplicateUserNameErrorMessage)voidsetEditProfileIconUrl(java.lang.String EditProfileIconUrl)voidsetEditProfileText(java.lang.String EditProfileText)voidsetEditProfileUrl(java.lang.String EditProfileUrl)voidsetEmail(java.lang.String Email)voidsetEmailLabelText(java.lang.String EmailLabelText)voidsetEmailRegularExpression(java.lang.String EmailRegularExpression)voidsetEmailRegularExpressionErrorMessage(java.lang.String EmailRegularExpressionErrorMessage)voidsetEmailRequiredErrorMessage(java.lang.String EmailRequiredErrorMessage)voidsetHelpPageIconUrl(java.lang.String HelpPageIconUrl)voidsetHelpPageText(java.lang.String HelpPageText)voidsetHelpPageUrl(java.lang.String HelpPageUrl)voidsetInstructionText(java.lang.String InstructionText)voidsetInvalidAnswerErrorMessage(java.lang.String InvalidAnswerErrorMessage)voidsetInvalidEmailErrorMessage(java.lang.String InvalidEmailErrorMessage)voidsetInvalidPasswordErrorMessage(java.lang.String InvalidPasswordErrorMessage)voidsetInvalidQuestionErrorMessage(java.lang.String InvalidQuestionErrorMessage)voidsetJCOInstance(JCObject instance)voidsetLoginCreatedUser(boolean LoginCreatedUser)voidsetMembershipProvider(java.lang.String MembershipProvider)voidsetPasswordHintText(java.lang.String PasswordHintText)voidsetPasswordLabelText(java.lang.String PasswordLabelText)voidsetPasswordRegularExpression(java.lang.String PasswordRegularExpression)voidsetPasswordRegularExpressionErrorMessage(java.lang.String PasswordRegularExpressionErrorMessage)voidsetPasswordRequiredErrorMessage(java.lang.String PasswordRequiredErrorMessage)voidsetQuestion(java.lang.String Question)voidsetQuestionLabelText(java.lang.String QuestionLabelText)voidsetQuestionRequiredErrorMessage(java.lang.String QuestionRequiredErrorMessage)voidsetRequireEmail(boolean RequireEmail)voidsetUnknownErrorMessage(java.lang.String UnknownErrorMessage)voidsetUserName(java.lang.String UserName)voidsetUserNameLabelText(java.lang.String UserNameLabelText)voidsetUserNameRequiredErrorMessage(java.lang.String UserNameRequiredErrorMessage)-
Methods inherited from class system.web.ui.webcontrols.Wizard
addActiveStepChanged, addCancelButtonClick, addFinishButtonClick, addNextButtonClick, addPreviousButtonClick, addSideBarButtonClick, getActiveStep, getActiveStepIndex, getCancelButtonImageUrl, getCancelButtonStyle, getCancelButtonText, getCancelButtonType, getCancelDestinationPageUrl, getCellPadding, getCellSpacing, getDisplayCancelButton, getDisplaySideBar, getFinishCompleteButtonImageUrl, getFinishCompleteButtonStyle, getFinishCompleteButtonText, getFinishCompleteButtonType, getFinishDestinationPageUrl, getFinishNavigationTemplate, getFinishPreviousButtonImageUrl, getFinishPreviousButtonStyle, getFinishPreviousButtonText, getFinishPreviousButtonType, getHeaderStyle, getHeaderTemplate, getHeaderText, GetHistory, getLayoutTemplate, getNavigationButtonStyle, getNavigationStyle, getSideBarButtonStyle, getSideBarStyle, getSideBarTemplate, getSkipLinkText, getStartNavigationTemplate, getStartNextButtonImageUrl, getStartNextButtonStyle, getStartNextButtonText, getStartNextButtonType, getStepNavigationTemplate, getStepNextButtonImageUrl, getStepNextButtonStyle, getStepNextButtonText, getStepNextButtonType, getStepPreviousButtonImageUrl, getStepPreviousButtonStyle, getStepPreviousButtonText, getStepPreviousButtonType, getStepStyle, GetStepType, getWizardSteps, MoveTo, removeActiveStepChanged, removeCancelButtonClick, removeFinishButtonClick, removeNextButtonClick, removePreviousButtonClick, removeSideBarButtonClick, setActiveStepIndex, setCancelButtonImageUrl, setCancelButtonText, setCancelButtonType, setCancelDestinationPageUrl, setCellPadding, setCellSpacing, setDisplayCancelButton, setDisplaySideBar, setFinishCompleteButtonImageUrl, setFinishCompleteButtonText, setFinishCompleteButtonType, setFinishDestinationPageUrl, setFinishNavigationTemplate, setFinishPreviousButtonImageUrl, setFinishPreviousButtonText, setFinishPreviousButtonType, setHeaderTemplate, setHeaderText, setLayoutTemplate, setSideBarTemplate, setSkipLinkText, setStartNavigationTemplate, setStartNextButtonImageUrl, setStartNextButtonText, setStartNextButtonType, setStepNavigationTemplate, setStepNextButtonImageUrl, setStepNextButtonText, setStepNextButtonType, setStepPreviousButtonImageUrl, setStepPreviousButtonText, setStepPreviousButtonType
-
Methods inherited from class system.web.ui.webcontrols.CompositeControl
DataBind
-
Methods inherited from class system.web.ui.webcontrols.WebControl
ApplyStyle, CopyBaseAttributes, getAccessKey, getAttributes, getBackColor, getBorderColor, getBorderStyle, getBorderWidth, getControlStyle, getControlStyleCreated, getCssClass, getDisabledCssClass, getEnabled, getFont, getForeColor, getHasAttributes, getHeight, getStyle, getSupportsDisabledAttribute, getTabIndex, getToolTip, getWidth, MergeStyle, RenderBeginTag, RenderEndTag, setAccessKey, setBackColor, setBorderColor, setBorderStyle, setBorderWidth, setCssClass, setDisabledCssClass, setEnabled, setForeColor, setHeight, setTabIndex, setToolTip, setWidth
-
Methods inherited from class system.web.ui.Control
addDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, Dispose, FindControl, Focus, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, HasControls, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, RenderControl, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IAttributeAccessor
GetAttribute, SetAttribute
-
Methods inherited from interface system.web.ui.webcontrols.ICompositeControlDesignerAccessor
RecreateChildControls
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.CreateUserWizard- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIAttributeAccessor- Specified by:
getJCOAssemblyNamein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceINamingContainer- Specified by:
getJCOAssemblyNamein interfaceIParserAccessor- Overrides:
getJCOAssemblyNamein classWizard- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIAttributeAccessor- Specified by:
getJCOClassNamein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceINamingContainer- Specified by:
getJCOClassNamein interfaceIParserAccessor- Overrides:
getJCOClassNamein classWizard- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIAttributeAccessor- Specified by:
getJCOObjectNamein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceINamingContainer- Specified by:
getJCOObjectNamein interfaceIParserAccessor- Overrides:
getJCOObjectNamein classWizard- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIAttributeAccessor- Specified by:
getJCOInstancein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceINamingContainer- Specified by:
getJCOInstancein interfaceIParserAccessor- Overrides:
getJCOInstancein classWizard- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classWizard
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIAttributeAccessor- Specified by:
getJCOTypein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceINamingContainer- Specified by:
getJCOTypein interfaceIParserAccessor- Overrides:
getJCOTypein classWizard- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static CreateUserWizard cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCreateUserWizard, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CreateUserWizardinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getAutoGeneratePassword
public boolean getAutoGeneratePassword() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAutoGeneratePassword
public void setAutoGeneratePassword(boolean AutoGeneratePassword) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException
-
getDisableCreatedUser
public boolean getDisableCreatedUser() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDisableCreatedUser
public void setDisableCreatedUser(boolean DisableCreatedUser) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getLoginCreatedUser
public boolean getLoginCreatedUser() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setLoginCreatedUser
public void setLoginCreatedUser(boolean LoginCreatedUser) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getRequireEmail
public boolean getRequireEmail() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setRequireEmail
public void setRequireEmail(boolean RequireEmail) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getAnswer
public java.lang.String getAnswer() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAnswer
public void setAnswer(java.lang.String Answer) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAnswerLabelText
public java.lang.String getAnswerLabelText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAnswerLabelText
public void setAnswerLabelText(java.lang.String AnswerLabelText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getAnswerRequiredErrorMessage
public java.lang.String getAnswerRequiredErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAnswerRequiredErrorMessage
public void setAnswerRequiredErrorMessage(java.lang.String AnswerRequiredErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCompleteSuccessText
public java.lang.String getCompleteSuccessText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCompleteSuccessText
public void setCompleteSuccessText(java.lang.String CompleteSuccessText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getConfirmPassword
public java.lang.String getConfirmPassword() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getConfirmPasswordCompareErrorMessage
public java.lang.String getConfirmPasswordCompareErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setConfirmPasswordCompareErrorMessage
public void setConfirmPasswordCompareErrorMessage(java.lang.String ConfirmPasswordCompareErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getConfirmPasswordLabelText
public java.lang.String getConfirmPasswordLabelText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setConfirmPasswordLabelText
public void setConfirmPasswordLabelText(java.lang.String ConfirmPasswordLabelText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getConfirmPasswordRequiredErrorMessage
public java.lang.String getConfirmPasswordRequiredErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setConfirmPasswordRequiredErrorMessage
public void setConfirmPasswordRequiredErrorMessage(java.lang.String ConfirmPasswordRequiredErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getContinueButtonImageUrl
public java.lang.String getContinueButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setContinueButtonImageUrl
public void setContinueButtonImageUrl(java.lang.String ContinueButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getContinueButtonText
public java.lang.String getContinueButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setContinueButtonText
public void setContinueButtonText(java.lang.String ContinueButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getContinueDestinationPageUrl
public java.lang.String getContinueDestinationPageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setContinueDestinationPageUrl
public void setContinueDestinationPageUrl(java.lang.String ContinueDestinationPageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCreateUserButtonImageUrl
public java.lang.String getCreateUserButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCreateUserButtonImageUrl
public void setCreateUserButtonImageUrl(java.lang.String CreateUserButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCreateUserButtonText
public java.lang.String getCreateUserButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCreateUserButtonText
public void setCreateUserButtonText(java.lang.String CreateUserButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDuplicateEmailErrorMessage
public java.lang.String getDuplicateEmailErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDuplicateEmailErrorMessage
public void setDuplicateEmailErrorMessage(java.lang.String DuplicateEmailErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDuplicateUserNameErrorMessage
public java.lang.String getDuplicateUserNameErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDuplicateUserNameErrorMessage
public void setDuplicateUserNameErrorMessage(java.lang.String DuplicateUserNameErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEditProfileIconUrl
public java.lang.String getEditProfileIconUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEditProfileIconUrl
public void setEditProfileIconUrl(java.lang.String EditProfileIconUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEditProfileText
public java.lang.String getEditProfileText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEditProfileText
public void setEditProfileText(java.lang.String EditProfileText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEditProfileUrl
public java.lang.String getEditProfileUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEditProfileUrl
public void setEditProfileUrl(java.lang.String EditProfileUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEmail
public java.lang.String getEmail() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEmail
public void setEmail(java.lang.String Email) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEmailLabelText
public java.lang.String getEmailLabelText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEmailLabelText
public void setEmailLabelText(java.lang.String EmailLabelText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEmailRegularExpression
public java.lang.String getEmailRegularExpression() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEmailRegularExpression
public void setEmailRegularExpression(java.lang.String EmailRegularExpression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEmailRegularExpressionErrorMessage
public java.lang.String getEmailRegularExpressionErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEmailRegularExpressionErrorMessage
public void setEmailRegularExpressionErrorMessage(java.lang.String EmailRegularExpressionErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEmailRequiredErrorMessage
public java.lang.String getEmailRequiredErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEmailRequiredErrorMessage
public void setEmailRequiredErrorMessage(java.lang.String EmailRequiredErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getHelpPageIconUrl
public java.lang.String getHelpPageIconUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setHelpPageIconUrl
public void setHelpPageIconUrl(java.lang.String HelpPageIconUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getHelpPageText
public java.lang.String getHelpPageText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setHelpPageText
public void setHelpPageText(java.lang.String HelpPageText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getHelpPageUrl
public java.lang.String getHelpPageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setHelpPageUrl
public void setHelpPageUrl(java.lang.String HelpPageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getInstructionText
public java.lang.String getInstructionText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setInstructionText
public void setInstructionText(java.lang.String InstructionText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getInvalidAnswerErrorMessage
public java.lang.String getInvalidAnswerErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setInvalidAnswerErrorMessage
public void setInvalidAnswerErrorMessage(java.lang.String InvalidAnswerErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getInvalidEmailErrorMessage
public java.lang.String getInvalidEmailErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setInvalidEmailErrorMessage
public void setInvalidEmailErrorMessage(java.lang.String InvalidEmailErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getInvalidPasswordErrorMessage
public java.lang.String getInvalidPasswordErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setInvalidPasswordErrorMessage
public void setInvalidPasswordErrorMessage(java.lang.String InvalidPasswordErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getInvalidQuestionErrorMessage
public java.lang.String getInvalidQuestionErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setInvalidQuestionErrorMessage
public void setInvalidQuestionErrorMessage(java.lang.String InvalidQuestionErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getMembershipProvider
public java.lang.String getMembershipProvider() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setMembershipProvider
public void setMembershipProvider(java.lang.String MembershipProvider) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException
-
getPassword
public java.lang.String getPassword() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPasswordHintText
public java.lang.String getPasswordHintText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPasswordHintText
public void setPasswordHintText(java.lang.String PasswordHintText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getPasswordLabelText
public java.lang.String getPasswordLabelText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPasswordLabelText
public void setPasswordLabelText(java.lang.String PasswordLabelText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getPasswordRegularExpression
public java.lang.String getPasswordRegularExpression() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPasswordRegularExpression
public void setPasswordRegularExpression(java.lang.String PasswordRegularExpression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getPasswordRegularExpressionErrorMessage
public java.lang.String getPasswordRegularExpressionErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPasswordRegularExpressionErrorMessage
public void setPasswordRegularExpressionErrorMessage(java.lang.String PasswordRegularExpressionErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getPasswordRequiredErrorMessage
public java.lang.String getPasswordRequiredErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPasswordRequiredErrorMessage
public void setPasswordRequiredErrorMessage(java.lang.String PasswordRequiredErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getQuestion
public java.lang.String getQuestion() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setQuestion
public void setQuestion(java.lang.String Question) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getQuestionLabelText
public java.lang.String getQuestionLabelText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setQuestionLabelText
public void setQuestionLabelText(java.lang.String QuestionLabelText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getQuestionRequiredErrorMessage
public java.lang.String getQuestionRequiredErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setQuestionRequiredErrorMessage
public void setQuestionRequiredErrorMessage(java.lang.String QuestionRequiredErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getUnknownErrorMessage
public java.lang.String getUnknownErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setUnknownErrorMessage
public void setUnknownErrorMessage(java.lang.String UnknownErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getUserName
public java.lang.String getUserName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setUserName
public void setUserName(java.lang.String UserName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getUserNameLabelText
public java.lang.String getUserNameLabelText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setUserNameLabelText
public void setUserNameLabelText(java.lang.String UserNameLabelText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getUserNameRequiredErrorMessage
public java.lang.String getUserNameRequiredErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setUserNameRequiredErrorMessage
public void setUserNameRequiredErrorMessage(java.lang.String UserNameRequiredErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getContinueButtonType
public ButtonType getContinueButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setContinueButtonType
public void setContinueButtonType(ButtonType ContinueButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getCreateUserButtonType
public ButtonType getCreateUserButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCreateUserButtonType
public void setCreateUserButtonType(ButtonType CreateUserButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getCompleteStep
public CompleteWizardStep getCompleteStep() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getCreateUserStep
public CreateUserWizardStep getCreateUserStep() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getMailDefinition
public MailDefinition getMailDefinition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContinueButtonStyle
public Style getContinueButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getCreateUserButtonStyle
public Style getCreateUserButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getTextBoxStyle
public Style getTextBoxStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getValidatorTextStyle
public Style getValidatorTextStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getCompleteSuccessTextStyle
public TableItemStyle getCompleteSuccessTextStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getErrorMessageStyle
public TableItemStyle getErrorMessageStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getHyperLinkStyle
public TableItemStyle getHyperLinkStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getInstructionTextStyle
public TableItemStyle getInstructionTextStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getLabelStyle
public TableItemStyle getLabelStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getPasswordHintStyle
public TableItemStyle getPasswordHintStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getTitleTextStyle
public TableItemStyle getTitleTextStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
addContinueButtonClick
public void addContinueButtonClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeContinueButtonClick
public void removeContinueButtonClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCreatedUser
public void addCreatedUser(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCreatedUser
public void removeCreatedUser(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCreateUserError
public void addCreateUserError(CreateUserErrorEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCreateUserError
public void removeCreateUserError(CreateUserErrorEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCreatingUser
public void addCreatingUser(LoginCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCreatingUser
public void removeCreatingUser(LoginCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSendingMail
public void addSendingMail(MailMessageEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSendingMail
public void removeSendingMail(MailMessageEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSendMailError
public void addSendMailError(SendMailErrorEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSendMailError
public void removeSendMailError(SendMailErrorEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-