Package system.web.ui.webcontrols
Class ChangePassword
- 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.ChangePassword
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IAttributeAccessor
,INamingContainer
,IParserAccessor
,ICompositeControlDesignerAccessor
public class ChangePassword extends CompositeControl
The base .NET class managing System.Web.UI.WebControls.ChangePassword, 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.ChangePassword
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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.WebControls.ChangePasswordstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ChangePassword()
ChangePassword(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCancelButtonClick(EventHandler handler)
void
addChangedPassword(EventHandler handler)
void
addChangePasswordError(EventHandler handler)
void
addChangingPassword(LoginCancelEventHandler handler)
void
addContinueButtonClick(EventHandler handler)
void
addSendingMail(MailMessageEventHandler handler)
void
addSendMailError(SendMailErrorEventHandler handler)
static ChangePassword
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoChangePassword
, a cast assert is made to check if types are compatible.int
getBorderPadding()
java.lang.String
getCancelButtonImageUrl()
Style
getCancelButtonStyle()
java.lang.String
getCancelButtonText()
ButtonType
getCancelButtonType()
java.lang.String
getCancelDestinationPageUrl()
java.lang.String
getChangePasswordButtonImageUrl()
Style
getChangePasswordButtonStyle()
java.lang.String
getChangePasswordButtonText()
ButtonType
getChangePasswordButtonType()
java.lang.String
getChangePasswordFailureText()
ITemplate
getChangePasswordTemplate()
Control
getChangePasswordTemplateContainer()
java.lang.String
getChangePasswordTitleText()
java.lang.String
getConfirmNewPassword()
java.lang.String
getConfirmNewPasswordLabelText()
java.lang.String
getConfirmPasswordCompareErrorMessage()
java.lang.String
getConfirmPasswordRequiredErrorMessage()
java.lang.String
getContinueButtonImageUrl()
Style
getContinueButtonStyle()
java.lang.String
getContinueButtonText()
ButtonType
getContinueButtonType()
java.lang.String
getContinueDestinationPageUrl()
java.lang.String
getCreateUserIconUrl()
java.lang.String
getCreateUserText()
java.lang.String
getCreateUserUrl()
java.lang.String
getCurrentPassword()
boolean
getDisplayUserName()
java.lang.String
getEditProfileIconUrl()
java.lang.String
getEditProfileText()
java.lang.String
getEditProfileUrl()
TableItemStyle
getFailureTextStyle()
java.lang.String
getHelpPageIconUrl()
java.lang.String
getHelpPageText()
java.lang.String
getHelpPageUrl()
TableItemStyle
getHyperLinkStyle()
java.lang.String
getInstructionText()
TableItemStyle
getInstructionTextStyle()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeTableItemStyle
getLabelStyle()
MailDefinition
getMailDefinition()
java.lang.String
getMembershipProvider()
java.lang.String
getNewPassword()
java.lang.String
getNewPasswordLabelText()
java.lang.String
getNewPasswordRegularExpression()
java.lang.String
getNewPasswordRegularExpressionErrorMessage()
java.lang.String
getNewPasswordRequiredErrorMessage()
TableItemStyle
getPasswordHintStyle()
java.lang.String
getPasswordHintText()
java.lang.String
getPasswordLabelText()
java.lang.String
getPasswordRecoveryIconUrl()
java.lang.String
getPasswordRecoveryText()
java.lang.String
getPasswordRecoveryUrl()
java.lang.String
getPasswordRequiredErrorMessage()
boolean
getRenderOuterTable()
java.lang.String
getSuccessPageUrl()
ITemplate
getSuccessTemplate()
Control
getSuccessTemplateContainer()
java.lang.String
getSuccessText()
TableItemStyle
getSuccessTextStyle()
java.lang.String
getSuccessTitleText()
Style
getTextBoxStyle()
TableItemStyle
getTitleTextStyle()
java.lang.String
getUserName()
java.lang.String
getUserNameLabelText()
java.lang.String
getUserNameRequiredErrorMessage()
Style
getValidatorTextStyle()
void
removeCancelButtonClick(EventHandler handler)
void
removeChangedPassword(EventHandler handler)
void
removeChangePasswordError(EventHandler handler)
void
removeChangingPassword(LoginCancelEventHandler handler)
void
removeContinueButtonClick(EventHandler handler)
void
removeSendingMail(MailMessageEventHandler handler)
void
removeSendMailError(SendMailErrorEventHandler handler)
void
setBorderPadding(int BorderPadding)
void
setCancelButtonImageUrl(java.lang.String CancelButtonImageUrl)
void
setCancelButtonText(java.lang.String CancelButtonText)
void
setCancelButtonType(ButtonType CancelButtonType)
void
setCancelDestinationPageUrl(java.lang.String CancelDestinationPageUrl)
void
setChangePasswordButtonImageUrl(java.lang.String ChangePasswordButtonImageUrl)
void
setChangePasswordButtonText(java.lang.String ChangePasswordButtonText)
void
setChangePasswordButtonType(ButtonType ChangePasswordButtonType)
void
setChangePasswordFailureText(java.lang.String ChangePasswordFailureText)
void
setChangePasswordTemplate(ITemplate ChangePasswordTemplate)
void
setChangePasswordTitleText(java.lang.String ChangePasswordTitleText)
void
setConfirmNewPasswordLabelText(java.lang.String ConfirmNewPasswordLabelText)
void
setConfirmPasswordCompareErrorMessage(java.lang.String ConfirmPasswordCompareErrorMessage)
void
setConfirmPasswordRequiredErrorMessage(java.lang.String ConfirmPasswordRequiredErrorMessage)
void
setContinueButtonImageUrl(java.lang.String ContinueButtonImageUrl)
void
setContinueButtonText(java.lang.String ContinueButtonText)
void
setContinueButtonType(ButtonType ContinueButtonType)
void
setContinueDestinationPageUrl(java.lang.String ContinueDestinationPageUrl)
void
setCreateUserIconUrl(java.lang.String CreateUserIconUrl)
void
setCreateUserText(java.lang.String CreateUserText)
void
setCreateUserUrl(java.lang.String CreateUserUrl)
void
setDisplayUserName(boolean DisplayUserName)
void
setEditProfileIconUrl(java.lang.String EditProfileIconUrl)
void
setEditProfileText(java.lang.String EditProfileText)
void
setEditProfileUrl(java.lang.String EditProfileUrl)
void
setHelpPageIconUrl(java.lang.String HelpPageIconUrl)
void
setHelpPageText(java.lang.String HelpPageText)
void
setHelpPageUrl(java.lang.String HelpPageUrl)
void
setInstructionText(java.lang.String InstructionText)
void
setJCOInstance(JCObject instance)
void
setMembershipProvider(java.lang.String MembershipProvider)
void
setNewPasswordLabelText(java.lang.String NewPasswordLabelText)
void
setNewPasswordRegularExpression(java.lang.String NewPasswordRegularExpression)
void
setNewPasswordRegularExpressionErrorMessage(java.lang.String NewPasswordRegularExpressionErrorMessage)
void
setNewPasswordRequiredErrorMessage(java.lang.String NewPasswordRequiredErrorMessage)
void
setPasswordHintText(java.lang.String PasswordHintText)
void
setPasswordLabelText(java.lang.String PasswordLabelText)
void
setPasswordRecoveryIconUrl(java.lang.String PasswordRecoveryIconUrl)
void
setPasswordRecoveryText(java.lang.String PasswordRecoveryText)
void
setPasswordRecoveryUrl(java.lang.String PasswordRecoveryUrl)
void
setPasswordRequiredErrorMessage(java.lang.String PasswordRequiredErrorMessage)
void
setRenderOuterTable(boolean RenderOuterTable)
void
setSuccessPageUrl(java.lang.String SuccessPageUrl)
void
setSuccessTemplate(ITemplate SuccessTemplate)
void
setSuccessText(java.lang.String SuccessText)
void
setSuccessTitleText(java.lang.String SuccessTitleText)
void
setUserName(java.lang.String UserName)
void
setUserNameLabelText(java.lang.String UserNameLabelText)
void
setUserNameRequiredErrorMessage(java.lang.String UserNameRequiredErrorMessage)
-
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.ChangePassword- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIAttributeAccessor
- Specified by:
getJCOAssemblyName
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceINamingContainer
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- Overrides:
getJCOAssemblyName
in classCompositeControl
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIAttributeAccessor
- Specified by:
getJCOClassName
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceINamingContainer
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- Overrides:
getJCOClassName
in classCompositeControl
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIAttributeAccessor
- Specified by:
getJCOObjectName
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceINamingContainer
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- Overrides:
getJCOObjectName
in classCompositeControl
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIAttributeAccessor
- Specified by:
getJCOInstance
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceINamingContainer
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- Overrides:
getJCOInstance
in classCompositeControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classCompositeControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIAttributeAccessor
- Specified by:
getJCOType
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceINamingContainer
- Specified by:
getJCOType
in interfaceIParserAccessor
- Overrides:
getJCOType
in classCompositeControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ChangePassword cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoChangePassword
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ChangePassword
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getDisplayUserName
public boolean getDisplayUserName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDisplayUserName
public void setDisplayUserName(boolean DisplayUserName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getCancelButtonImageUrl
public java.lang.String getCancelButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCancelButtonImageUrl
public void setCancelButtonImageUrl(java.lang.String CancelButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCancelButtonText
public java.lang.String getCancelButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCancelButtonText
public void setCancelButtonText(java.lang.String CancelButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCancelDestinationPageUrl
public java.lang.String getCancelDestinationPageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCancelDestinationPageUrl
public void setCancelDestinationPageUrl(java.lang.String CancelDestinationPageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getChangePasswordButtonImageUrl
public java.lang.String getChangePasswordButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setChangePasswordButtonImageUrl
public void setChangePasswordButtonImageUrl(java.lang.String ChangePasswordButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getChangePasswordButtonText
public java.lang.String getChangePasswordButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setChangePasswordButtonText
public void setChangePasswordButtonText(java.lang.String ChangePasswordButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getChangePasswordFailureText
public java.lang.String getChangePasswordFailureText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setChangePasswordFailureText
public void setChangePasswordFailureText(java.lang.String ChangePasswordFailureText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getChangePasswordTitleText
public java.lang.String getChangePasswordTitleText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setChangePasswordTitleText
public void setChangePasswordTitleText(java.lang.String ChangePasswordTitleText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getConfirmNewPassword
public java.lang.String getConfirmNewPassword() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConfirmNewPasswordLabelText
public java.lang.String getConfirmNewPasswordLabelText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setConfirmNewPasswordLabelText
public void setConfirmNewPasswordLabelText(java.lang.String ConfirmNewPasswordLabelText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
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
-
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
-
getCreateUserIconUrl
public java.lang.String getCreateUserIconUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCreateUserIconUrl
public void setCreateUserIconUrl(java.lang.String CreateUserIconUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCreateUserText
public java.lang.String getCreateUserText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCreateUserText
public void setCreateUserText(java.lang.String CreateUserText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCreateUserUrl
public java.lang.String getCreateUserUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCreateUserUrl
public void setCreateUserUrl(java.lang.String CreateUserUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCurrentPassword
public java.lang.String getCurrentPassword() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
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
-
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
-
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
-
getNewPassword
public java.lang.String getNewPassword() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNewPasswordLabelText
public java.lang.String getNewPasswordLabelText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setNewPasswordLabelText
public void setNewPasswordLabelText(java.lang.String NewPasswordLabelText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getNewPasswordRegularExpression
public java.lang.String getNewPasswordRegularExpression() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setNewPasswordRegularExpression
public void setNewPasswordRegularExpression(java.lang.String NewPasswordRegularExpression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getNewPasswordRegularExpressionErrorMessage
public java.lang.String getNewPasswordRegularExpressionErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setNewPasswordRegularExpressionErrorMessage
public void setNewPasswordRegularExpressionErrorMessage(java.lang.String NewPasswordRegularExpressionErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getNewPasswordRequiredErrorMessage
public java.lang.String getNewPasswordRequiredErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setNewPasswordRequiredErrorMessage
public void setNewPasswordRequiredErrorMessage(java.lang.String NewPasswordRequiredErrorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
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
-
getPasswordRecoveryIconUrl
public java.lang.String getPasswordRecoveryIconUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPasswordRecoveryIconUrl
public void setPasswordRecoveryIconUrl(java.lang.String PasswordRecoveryIconUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getPasswordRecoveryText
public java.lang.String getPasswordRecoveryText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPasswordRecoveryText
public void setPasswordRecoveryText(java.lang.String PasswordRecoveryText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getPasswordRecoveryUrl
public java.lang.String getPasswordRecoveryUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPasswordRecoveryUrl
public void setPasswordRecoveryUrl(java.lang.String PasswordRecoveryUrl) 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
-
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
-
getSuccessTitleText
public java.lang.String getSuccessTitleText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSuccessTitleText
public void setSuccessTitleText(java.lang.String SuccessTitleText) 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
-
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
-
getChangePasswordTemplateContainer
public Control getChangePasswordTemplateContainer() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
TypeLoadException
ProviderException
ArgumentOutOfRangeException
NotSupportedException
-
getSuccessTemplateContainer
public Control getSuccessTemplateContainer() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
TypeLoadException
ProviderException
ArgumentOutOfRangeException
NotSupportedException
-
getChangePasswordTemplate
public ITemplate getChangePasswordTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setChangePasswordTemplate
public void setChangePasswordTemplate(ITemplate ChangePasswordTemplate) 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
-
getCancelButtonType
public ButtonType getCancelButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCancelButtonType
public void setCancelButtonType(ButtonType CancelButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getChangePasswordButtonType
public ButtonType getChangePasswordButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setChangePasswordButtonType
public void setChangePasswordButtonType(ButtonType ChangePasswordButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, 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
-
getMailDefinition
public MailDefinition getMailDefinition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCancelButtonStyle
public Style getCancelButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getChangePasswordButtonStyle
public Style getChangePasswordButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getContinueButtonStyle
public Style getContinueButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getTextBoxStyle
public Style getTextBoxStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
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.Throwable
ArgumentNullException
-
getInstructionTextStyle
public TableItemStyle getInstructionTextStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getLabelStyle
public TableItemStyle getLabelStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getPasswordHintStyle
public TableItemStyle getPasswordHintStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getSuccessTextStyle
public TableItemStyle getSuccessTextStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getTitleTextStyle
public TableItemStyle getTitleTextStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
addCancelButtonClick
public void addCancelButtonClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCancelButtonClick
public void removeCancelButtonClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addChangedPassword
public void addChangedPassword(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeChangedPassword
public void removeChangedPassword(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addChangePasswordError
public void addChangePasswordError(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeChangePasswordError
public void removeChangePasswordError(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
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
-
addChangingPassword
public void addChangingPassword(LoginCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeChangingPassword
public void removeChangingPassword(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
-
-