public class ChangePassword extends CompositeControl
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.UI.WebControls.ChangePassword
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ChangePassword() |
ChangePassword(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and 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 the
IJCOBridgeReflected instance into ChangePassword, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
TableItemStyle |
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) |
DataBindApplyStyle, 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, setWidthaddDataBinding, 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, setVisibleEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToINamingContainerRecreateChildControls, ToICompositeControlDesignerAccessorGetAttribute, SetAttribute, ToIAttributeAccessorAddParsedSubObject, ToIParserAccessorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ChangePassword()
throws java.lang.Throwable
java.lang.Throwablepublic ChangePassword(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addCancelButtonClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addChangedPassword(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addChangePasswordError(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addChangingPassword(LoginCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addContinueButtonClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSendingMail(MailMessageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSendMailError(SendMailErrorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static ChangePassword cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ChangePassword, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedChangePassword instancejava.lang.Throwable - in case of error during cast operationpublic int getBorderPadding()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getCancelButtonImageUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public Style getCancelButtonStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getCancelButtonText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public ButtonType getCancelButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public java.lang.String getCancelDestinationPageUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getChangePasswordButtonImageUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public Style getChangePasswordButtonStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getChangePasswordButtonText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public ButtonType getChangePasswordButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public java.lang.String getChangePasswordFailureText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public ITemplate getChangePasswordTemplate() throws java.lang.Throwable
java.lang.Throwablepublic Control getChangePasswordTemplateContainer() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic java.lang.String getChangePasswordTitleText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getConfirmNewPassword()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getConfirmNewPasswordLabelText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getConfirmPasswordCompareErrorMessage()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getConfirmPasswordRequiredErrorMessage()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getContinueButtonImageUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public Style getContinueButtonStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getContinueButtonText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public ButtonType getContinueButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public java.lang.String getContinueDestinationPageUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getCreateUserIconUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getCreateUserText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getCreateUserUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getCurrentPassword()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getDisplayUserName()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getEditProfileIconUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getEditProfileText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getEditProfileUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TableItemStyle getFailureTextStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public java.lang.String getHelpPageIconUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getHelpPageText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getHelpPageUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TableItemStyle getHyperLinkStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getInstructionText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TableItemStyle getInstructionTextStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAttributeAccessorgetJCOAssemblyName in interface INamingContainergetJCOAssemblyName in interface IParserAccessorgetJCOAssemblyName in interface ICompositeControlDesignerAccessorgetJCOAssemblyName in class CompositeControlString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IAttributeAccessorgetJCOClassName in interface INamingContainergetJCOClassName in interface IParserAccessorgetJCOClassName in interface ICompositeControlDesignerAccessorgetJCOClassName in class CompositeControlString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IAttributeAccessorgetJCOInstance in interface INamingContainergetJCOInstance in interface IParserAccessorgetJCOInstance in interface ICompositeControlDesignerAccessorgetJCOInstance in class CompositeControlObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IAttributeAccessorgetJCOObjectName in interface INamingContainergetJCOObjectName in interface IParserAccessorgetJCOObjectName in interface ICompositeControlDesignerAccessorgetJCOObjectName in class CompositeControlString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IAttributeAccessorgetJCOType in interface INamingContainergetJCOType in interface IParserAccessorgetJCOType in interface ICompositeControlDesignerAccessorgetJCOType in class CompositeControlJCType representing the CLR Type of the instantiated Classpublic TableItemStyle getLabelStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic MailDefinition getMailDefinition() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getMembershipProvider()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getNewPassword()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNewPasswordLabelText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getNewPasswordRegularExpression()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getNewPasswordRegularExpressionErrorMessage()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getNewPasswordRequiredErrorMessage()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TableItemStyle getPasswordHintStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getPasswordHintText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getPasswordLabelText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getPasswordRecoveryIconUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getPasswordRecoveryText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getPasswordRecoveryUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getPasswordRequiredErrorMessage()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getRenderOuterTable()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getSuccessPageUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public ITemplate getSuccessTemplate() throws java.lang.Throwable
java.lang.Throwablepublic Control getSuccessTemplateContainer() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic java.lang.String getSuccessText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TableItemStyle getSuccessTextStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getSuccessTitleText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public Style getTextBoxStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic TableItemStyle getTitleTextStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getUserName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUserNameLabelText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getUserNameRequiredErrorMessage()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public Style getValidatorTextStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public void removeCancelButtonClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeChangedPassword(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeChangePasswordError(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeChangingPassword(LoginCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeContinueButtonClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSendingMail(MailMessageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSendMailError(SendMailErrorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setBorderPadding(int BorderPadding)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setCancelButtonImageUrl(java.lang.String CancelButtonImageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setCancelButtonText(java.lang.String CancelButtonText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setCancelButtonType(ButtonType CancelButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
public void setCancelDestinationPageUrl(java.lang.String CancelDestinationPageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setChangePasswordButtonImageUrl(java.lang.String ChangePasswordButtonImageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setChangePasswordButtonText(java.lang.String ChangePasswordButtonText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setChangePasswordButtonType(ButtonType ChangePasswordButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
public void setChangePasswordFailureText(java.lang.String ChangePasswordFailureText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setChangePasswordTemplate(ITemplate ChangePasswordTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
public void setChangePasswordTitleText(java.lang.String ChangePasswordTitleText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setConfirmNewPasswordLabelText(java.lang.String ConfirmNewPasswordLabelText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setConfirmPasswordCompareErrorMessage(java.lang.String ConfirmPasswordCompareErrorMessage)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setConfirmPasswordRequiredErrorMessage(java.lang.String ConfirmPasswordRequiredErrorMessage)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setContinueButtonImageUrl(java.lang.String ContinueButtonImageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setContinueButtonText(java.lang.String ContinueButtonText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setContinueButtonType(ButtonType ContinueButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
public void setContinueDestinationPageUrl(java.lang.String ContinueDestinationPageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setCreateUserIconUrl(java.lang.String CreateUserIconUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setCreateUserText(java.lang.String CreateUserText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setCreateUserUrl(java.lang.String CreateUserUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setDisplayUserName(boolean DisplayUserName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setEditProfileIconUrl(java.lang.String EditProfileIconUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setEditProfileText(java.lang.String EditProfileText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setEditProfileUrl(java.lang.String EditProfileUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setHelpPageIconUrl(java.lang.String HelpPageIconUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setHelpPageText(java.lang.String HelpPageText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setHelpPageUrl(java.lang.String HelpPageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setInstructionText(java.lang.String InstructionText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class CompositeControlpublic void setMembershipProvider(java.lang.String MembershipProvider)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setNewPasswordLabelText(java.lang.String NewPasswordLabelText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setNewPasswordRegularExpression(java.lang.String NewPasswordRegularExpression)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setNewPasswordRegularExpressionErrorMessage(java.lang.String NewPasswordRegularExpressionErrorMessage)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setNewPasswordRequiredErrorMessage(java.lang.String NewPasswordRequiredErrorMessage)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setPasswordHintText(java.lang.String PasswordHintText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setPasswordLabelText(java.lang.String PasswordLabelText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setPasswordRecoveryIconUrl(java.lang.String PasswordRecoveryIconUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setPasswordRecoveryText(java.lang.String PasswordRecoveryText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setPasswordRecoveryUrl(java.lang.String PasswordRecoveryUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setPasswordRequiredErrorMessage(java.lang.String PasswordRequiredErrorMessage)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setRenderOuterTable(boolean RenderOuterTable)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setSuccessPageUrl(java.lang.String SuccessPageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setSuccessTemplate(ITemplate SuccessTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
public void setSuccessText(java.lang.String SuccessText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setSuccessTitleText(java.lang.String SuccessTitleText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setUserName(java.lang.String UserName)
throws java.lang.Throwable
java.lang.Throwablepublic void setUserNameLabelText(java.lang.String UserNameLabelText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setUserNameRequiredErrorMessage(java.lang.String UserNameRequiredErrorMessage)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException