Package system.web.ui.webcontrols
Class PasswordRecovery
- 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.PasswordRecovery
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IAttributeAccessor,INamingContainer,IParserAccessor,ICompositeControlDesignerAccessor
public class PasswordRecovery extends CompositeControl
The base .NET class managing System.Web.UI.WebControls.PasswordRecovery, 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.PasswordRecovery
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.PasswordRecoverystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PasswordRecovery()PasswordRecovery(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAnswerLookupError(EventHandler handler)voidaddSendingMail(MailMessageEventHandler handler)voidaddSendMailError(SendMailErrorEventHandler handler)voidaddUserLookupError(EventHandler handler)voidaddVerifyingAnswer(LoginCancelEventHandler handler)voidaddVerifyingUser(LoginCancelEventHandler handler)static PasswordRecoverycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPasswordRecovery, a cast assert is made to check if types are compatible.java.lang.StringgetAnswer()java.lang.StringgetAnswerLabelText()java.lang.StringgetAnswerRequiredErrorMessage()intgetBorderPadding()TableItemStylegetFailureTextStyle()java.lang.StringgetGeneralFailureText()java.lang.StringgetHelpPageIconUrl()java.lang.StringgetHelpPageText()java.lang.StringgetHelpPageUrl()TableItemStylegetHyperLinkStyle()TableItemStylegetInstructionTextStyle()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()MailDefinitiongetMailDefinition()java.lang.StringgetMembershipProvider()java.lang.StringgetQuestion()java.lang.StringgetQuestionFailureText()java.lang.StringgetQuestionInstructionText()java.lang.StringgetQuestionLabelText()ITemplategetQuestionTemplate()ControlgetQuestionTemplateContainer()java.lang.StringgetQuestionTitleText()booleangetRenderOuterTable()java.lang.StringgetSubmitButtonImageUrl()StylegetSubmitButtonStyle()java.lang.StringgetSubmitButtonText()ButtonTypegetSubmitButtonType()java.lang.StringgetSuccessPageUrl()ITemplategetSuccessTemplate()ControlgetSuccessTemplateContainer()java.lang.StringgetSuccessText()TableItemStylegetSuccessTextStyle()StylegetTextBoxStyle()LoginTextLayoutgetTextLayout()TableItemStylegetTitleTextStyle()java.lang.StringgetUserName()java.lang.StringgetUserNameFailureText()java.lang.StringgetUserNameInstructionText()java.lang.StringgetUserNameLabelText()java.lang.StringgetUserNameRequiredErrorMessage()ITemplategetUserNameTemplate()ControlgetUserNameTemplateContainer()java.lang.StringgetUserNameTitleText()StylegetValidatorTextStyle()voidremoveAnswerLookupError(EventHandler handler)voidremoveSendingMail(MailMessageEventHandler handler)voidremoveSendMailError(SendMailErrorEventHandler handler)voidremoveUserLookupError(EventHandler handler)voidremoveVerifyingAnswer(LoginCancelEventHandler handler)voidremoveVerifyingUser(LoginCancelEventHandler handler)voidsetAnswerLabelText(java.lang.String AnswerLabelText)voidsetAnswerRequiredErrorMessage(java.lang.String AnswerRequiredErrorMessage)voidsetBorderPadding(int BorderPadding)voidsetGeneralFailureText(java.lang.String GeneralFailureText)voidsetHelpPageIconUrl(java.lang.String HelpPageIconUrl)voidsetHelpPageText(java.lang.String HelpPageText)voidsetHelpPageUrl(java.lang.String HelpPageUrl)voidsetJCOInstance(JCObject instance)voidsetMembershipProvider(java.lang.String MembershipProvider)voidsetQuestion(java.lang.String Question)voidsetQuestionFailureText(java.lang.String QuestionFailureText)voidsetQuestionInstructionText(java.lang.String QuestionInstructionText)voidsetQuestionLabelText(java.lang.String QuestionLabelText)voidsetQuestionTemplate(ITemplate QuestionTemplate)voidsetQuestionTitleText(java.lang.String QuestionTitleText)voidsetRenderOuterTable(boolean RenderOuterTable)voidsetSubmitButtonImageUrl(java.lang.String SubmitButtonImageUrl)voidsetSubmitButtonText(java.lang.String SubmitButtonText)voidsetSubmitButtonType(ButtonType SubmitButtonType)voidsetSuccessPageUrl(java.lang.String SuccessPageUrl)voidsetSuccessTemplate(ITemplate SuccessTemplate)voidsetSuccessText(java.lang.String SuccessText)voidsetTextLayout(LoginTextLayout TextLayout)voidsetUserName(java.lang.String UserName)voidsetUserNameFailureText(java.lang.String UserNameFailureText)voidsetUserNameInstructionText(java.lang.String UserNameInstructionText)voidsetUserNameLabelText(java.lang.String UserNameLabelText)voidsetUserNameRequiredErrorMessage(java.lang.String UserNameRequiredErrorMessage)voidsetUserNameTemplate(ITemplate UserNameTemplate)voidsetUserNameTitleText(java.lang.String UserNameTitleText)-
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.PasswordRecovery- 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 classCompositeControl- 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 classCompositeControl- 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 classCompositeControl- 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 classCompositeControl- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classCompositeControl
-
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 classCompositeControl- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PasswordRecovery cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPasswordRecovery, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PasswordRecoveryinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getRenderOuterTable
public boolean getRenderOuterTable() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setRenderOuterTable
public void setRenderOuterTable(boolean RenderOuterTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getBorderPadding
public int getBorderPadding() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setBorderPadding
public void setBorderPadding(int BorderPadding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getAnswer
public java.lang.String getAnswer() 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
-
getGeneralFailureText
public java.lang.String getGeneralFailureText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setGeneralFailureText
public void setGeneralFailureText(java.lang.String GeneralFailureText) 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
-
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
-
getQuestion
public java.lang.String getQuestion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setQuestion
public void setQuestion(java.lang.String Question) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getQuestionFailureText
public java.lang.String getQuestionFailureText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setQuestionFailureText
public void setQuestionFailureText(java.lang.String QuestionFailureText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getQuestionInstructionText
public java.lang.String getQuestionInstructionText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setQuestionInstructionText
public void setQuestionInstructionText(java.lang.String QuestionInstructionText) 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
-
getQuestionTitleText
public java.lang.String getQuestionTitleText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setQuestionTitleText
public void setQuestionTitleText(java.lang.String QuestionTitleText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSubmitButtonImageUrl
public java.lang.String getSubmitButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSubmitButtonImageUrl
public void setSubmitButtonImageUrl(java.lang.String SubmitButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSubmitButtonText
public java.lang.String getSubmitButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSubmitButtonText
public void setSubmitButtonText(java.lang.String SubmitButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSuccessPageUrl
public java.lang.String getSuccessPageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSuccessPageUrl
public void setSuccessPageUrl(java.lang.String SuccessPageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSuccessText
public java.lang.String getSuccessText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSuccessText
public void setSuccessText(java.lang.String SuccessText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getUserName
public java.lang.String getUserName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUserName
public void setUserName(java.lang.String UserName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUserNameFailureText
public java.lang.String getUserNameFailureText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setUserNameFailureText
public void setUserNameFailureText(java.lang.String UserNameFailureText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getUserNameInstructionText
public java.lang.String getUserNameInstructionText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setUserNameInstructionText
public void setUserNameInstructionText(java.lang.String UserNameInstructionText) 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
-
getUserNameTitleText
public java.lang.String getUserNameTitleText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setUserNameTitleText
public void setUserNameTitleText(java.lang.String UserNameTitleText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getQuestionTemplateContainer
public Control getQuestionTemplateContainer() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getSuccessTemplateContainer
public Control getSuccessTemplateContainer() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getUserNameTemplateContainer
public Control getUserNameTemplateContainer() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getQuestionTemplate
public ITemplate getQuestionTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setQuestionTemplate
public void setQuestionTemplate(ITemplate QuestionTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getSuccessTemplate
public ITemplate getSuccessTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSuccessTemplate
public void setSuccessTemplate(ITemplate SuccessTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getUserNameTemplate
public ITemplate getUserNameTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUserNameTemplate
public void setUserNameTemplate(ITemplate UserNameTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getSubmitButtonType
public ButtonType getSubmitButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSubmitButtonType
public void setSubmitButtonType(ButtonType SubmitButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getTextLayout
public LoginTextLayout getTextLayout() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setTextLayout
public void setTextLayout(LoginTextLayout TextLayout) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, HttpException
-
getMailDefinition
public MailDefinition getMailDefinition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSubmitButtonStyle
public Style getSubmitButtonStyle() 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
-
getFailureTextStyle
public TableItemStyle getFailureTextStyle() 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
-
getSuccessTextStyle
public TableItemStyle getSuccessTextStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getTitleTextStyle
public TableItemStyle getTitleTextStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
addAnswerLookupError
public void addAnswerLookupError(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAnswerLookupError
public void removeAnswerLookupError(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUserLookupError
public void addUserLookupError(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUserLookupError
public void removeUserLookupError(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addVerifyingAnswer
public void addVerifyingAnswer(LoginCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeVerifyingAnswer
public void removeVerifyingAnswer(LoginCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addVerifyingUser
public void addVerifyingUser(LoginCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeVerifyingUser
public void removeVerifyingUser(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
-
-