Package system.web.ui
Class ClientScriptManager
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.ClientScriptManager
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ClientScriptManager extends NetObject
The base .NET class managing System.Web.UI.ClientScriptManager, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.See: https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.ClientScriptManager
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic String
assemblyShortName
Assembly name: System.Webstatic String
className
Qualified class name: System.Web.UI.ClientScriptManagerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ClientScriptManager()
ClientScriptManager(Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final 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 String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Web.UI.ClientScriptManager- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ClientScriptManager cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoClientScriptManager
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ClientScriptManager
instance- Throws:
Throwable
- in case of error during cast operation
-
IsClientScriptBlockRegistered
public boolean IsClientScriptBlockRegistered(String key) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
IsClientScriptBlockRegistered
public boolean IsClientScriptBlockRegistered(NetType type, String key) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
IsClientScriptIncludeRegistered
public boolean IsClientScriptIncludeRegistered(String key) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
IsClientScriptIncludeRegistered
public boolean IsClientScriptIncludeRegistered(NetType type, String key) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
IsOnSubmitStatementRegistered
public boolean IsOnSubmitStatementRegistered(String key) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
IsOnSubmitStatementRegistered
public boolean IsOnSubmitStatementRegistered(NetType type, String key) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
IsStartupScriptRegistered
public boolean IsStartupScriptRegistered(String key) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
IsStartupScriptRegistered
public boolean IsStartupScriptRegistered(NetType type, String key) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
GetCallbackEventReference
public String GetCallbackEventReference(String target, String argument, String clientCallback, String context, String clientErrorCallback, boolean useAsync) throws Throwable, ArgumentException, ConfigurationErrorsException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, HttpException, TypeLoadException, MissingMethodException, TargetInvocationException, ProviderException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, FormatException, UriFormatException, OutOfMemoryException, NotImplementedException
- Throws:
Throwable
ArgumentException
ConfigurationErrorsException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
HttpException
TypeLoadException
MissingMethodException
TargetInvocationException
ProviderException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
FormatException
UriFormatException
OutOfMemoryException
NotImplementedException
-
GetCallbackEventReference
public String GetCallbackEventReference(Control control, String argument, String clientCallback, String context) throws Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, ConfigurationException, HttpException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, NotImplementedException
- Throws:
Throwable
ArgumentNullException
ConfigurationErrorsException
ArgumentException
ConfigurationException
HttpException
IndexOutOfRangeException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpRequestValidationException
UriFormatException
OutOfMemoryException
NotImplementedException
-
GetCallbackEventReference
public String GetCallbackEventReference(Control control, String argument, String clientCallback, String context, boolean useAsync) throws Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, NotSupportedException, ConfigurationException, HttpException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, HttpRequestValidationException, UriFormatException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
ConfigurationErrorsException
ArgumentException
NotSupportedException
ConfigurationException
HttpException
InvalidOperationException
NotImplementedException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
FormatException
HttpRequestValidationException
UriFormatException
OutOfMemoryException
-
GetCallbackEventReference
public String GetCallbackEventReference(Control control, String argument, String clientCallback, String context, String clientErrorCallback, boolean useAsync) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, ConfigurationException, HttpException, NotImplementedException, CultureNotFoundException, FormatException, ThreadAbortException, HttpRequestValidationException, UriFormatException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ArgumentOutOfRangeException
ConfigurationErrorsException
InvalidOperationException
NotSupportedException
ConfigurationException
HttpException
NotImplementedException
CultureNotFoundException
FormatException
ThreadAbortException
HttpRequestValidationException
UriFormatException
OutOfMemoryException
-
GetPostBackClientHyperlink
public String GetPostBackClientHyperlink(Control control, String argument) throws Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, NullReferenceException, InvalidOperationException, ArgumentOutOfRangeException, ConfigurationException, OutOfMemoryException
-
GetPostBackClientHyperlink
public String GetPostBackClientHyperlink(Control control, String argument, boolean registerForEventValidation) throws Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, NullReferenceException, InvalidOperationException, ArgumentOutOfRangeException, ConfigurationException, OutOfMemoryException
-
GetPostBackEventReference
public String GetPostBackEventReference(Control control, String argument) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationErrorsException, HttpException, InvalidOperationException, MissingMethodException, TargetInvocationException, ProviderException, NullReferenceException, NotImplementedException, CultureNotFoundException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ArgumentOutOfRangeException
ConfigurationErrorsException
HttpException
InvalidOperationException
MissingMethodException
TargetInvocationException
ProviderException
NullReferenceException
NotImplementedException
CultureNotFoundException
NotSupportedException
-
GetPostBackEventReference
public String GetPostBackEventReference(Control control, String argument, boolean registerForEventValidation) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationErrorsException, HttpException, InvalidOperationException, MissingMethodException, TargetInvocationException, ProviderException, NullReferenceException, NotImplementedException, CultureNotFoundException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ArgumentOutOfRangeException
ConfigurationErrorsException
HttpException
InvalidOperationException
MissingMethodException
TargetInvocationException
ProviderException
NullReferenceException
NotImplementedException
CultureNotFoundException
NotSupportedException
-
GetPostBackEventReference
public String GetPostBackEventReference(PostBackOptions options) throws Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, ConfigurationException, HttpException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
-
GetPostBackEventReference
public String GetPostBackEventReference(PostBackOptions options, boolean registerForEventValidation) throws Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, NotSupportedException, ConfigurationException, HttpException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetWebResourceUrl
public String GetWebResourceUrl(NetType type, String resourceName) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ConfigurationErrorsException, HttpException, NotImplementedException
-
RegisterArrayDeclaration
public void RegisterArrayDeclaration(String arrayName, String arrayValue) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException
-
RegisterClientScriptBlock
public void RegisterClientScriptBlock(NetType type, String key, String script) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
RegisterClientScriptBlock
public void RegisterClientScriptBlock(NetType type, String key, String script, boolean addScriptTags) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
RegisterClientScriptInclude
public void RegisterClientScriptInclude(String key, String url) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ThreadAbortException, HttpException
-
RegisterClientScriptInclude
public void RegisterClientScriptInclude(NetType type, String key, String url) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ThreadAbortException, HttpException, NullReferenceException
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ThreadAbortException
HttpException
NullReferenceException
-
RegisterClientScriptResource
public void RegisterClientScriptResource(NetType type, String resourceName) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationErrorsException, HttpException, InvalidOperationException, NotImplementedException, OutOfMemoryException, NullReferenceException
-
RegisterExpandoAttribute
public void RegisterExpandoAttribute(String controlId, String attributeName, String attributeValue) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException
-
RegisterExpandoAttribute
public void RegisterExpandoAttribute(String controlId, String attributeName, String attributeValue, boolean encode) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
-
RegisterForEventValidation
public void RegisterForEventValidation(String uniqueId) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, HttpException, NotSupportedException, ConfigurationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
HttpException
NotSupportedException
ConfigurationException
-
RegisterForEventValidation
public void RegisterForEventValidation(String uniqueId, String argument) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, HttpException, ConfigurationException, InvalidCastException, NullReferenceException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
HttpException
ConfigurationException
InvalidCastException
NullReferenceException
-
RegisterForEventValidation
public void RegisterForEventValidation(PostBackOptions options) throws Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, ConfigurationException, HttpException, NotImplementedException, CultureNotFoundException
-
RegisterHiddenField
public void RegisterHiddenField(String hiddenFieldName, String hiddenFieldInitialValue) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
RegisterOnSubmitStatement
public void RegisterOnSubmitStatement(NetType type, String key, String script) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
RegisterStartupScript
public void RegisterStartupScript(NetType type, String key, String script) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
RegisterStartupScript
public void RegisterStartupScript(NetType type, String key, String script, boolean addScriptTags) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
ValidateEvent
public void ValidateEvent(String uniqueId) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
HttpException
-
ValidateEvent
public void ValidateEvent(String uniqueId, String argument) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, ConfigurationErrorsException, ConfigurationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
HttpException
ConfigurationErrorsException
ConfigurationException
-
-