Package system.web.ui.design
Class WebFormsRootDesigner
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.design.WebFormsRootDesigner
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDesignerFilter,IDisposable
public class WebFormsRootDesigner extends NetObject implements IDisposable, IDesignerFilter, java.lang.AutoCloseable
The base .NET class managing System.Web.UI.Design.WebFormsRootDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.Design.WebFormsRootDesigner
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Designstatic java.lang.StringclassNameQualified class name: System.Web.UI.Design.WebFormsRootDesignerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WebFormsRootDesigner()WebFormsRootDesigner(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddClientScriptToDocument(ClientScriptItem scriptItem)java.lang.StringAddControlToDocument(Control newControl, Control referenceControl, ControlLocation location)voidaddLoadComplete(EventHandler handler)static WebFormsRootDesignercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoWebFormsRootDesigner, a cast assert is made to check if types are compatible.voidclose()java.lang.StringGenerateEmptyDesignTimeHtml(Control control)java.lang.StringGenerateErrorDesignTimeHtml(Control control, NetException e, java.lang.String errorMessage)ClientScriptItemCollectionGetClientScriptsInDocument()IComponentgetComponent()CultureInfogetCurrentCulture()java.lang.StringgetDocumentUrl()booleangetIsDesignerViewLocked()booleangetIsLoading()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeWebFormsReferenceManagergetReferenceManager()voidInitialize(IComponent component)voidRemoveClientScriptFromDocument(java.lang.String clientScriptId)voidRemoveControlFromDocument(Control control)voidremoveLoadComplete(EventHandler handler)java.lang.StringResolveUrl(java.lang.String relativeUrl)voidsetComponent(IComponent Component)voidSetControlID(Control control, java.lang.String id)voidsetJCOInstance(JCObject instance)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.componentmodel.design.IDesignerFilter
PostFilterAttributes, PostFilterEvents, PostFilterProperties, PreFilterAttributes, PreFilterEvents, PreFilterProperties
-
Methods inherited from interface system.IDisposable
Dispose
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Design, 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.Design- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.Design.WebFormsRootDesigner- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDesignerFilter- Specified by:
getJCOAssemblyNamein interfaceIDisposable- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDesignerFilter- Specified by:
getJCOClassNamein interfaceIDisposable- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDesignerFilter- Specified by:
getJCOObjectNamein interfaceIDisposable- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDesignerFilter- Specified by:
getJCOInstancein interfaceIDisposable- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDesignerFilter- Specified by:
getJCOTypein interfaceIDisposable- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static WebFormsRootDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWebFormsRootDesigner, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
WebFormsRootDesignerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
AddControlToDocument
public java.lang.String AddControlToDocument(Control newControl, Control referenceControl, ControlLocation location) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GenerateEmptyDesignTimeHtml
public java.lang.String GenerateEmptyDesignTimeHtml(Control control) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
GenerateErrorDesignTimeHtml
public java.lang.String GenerateErrorDesignTimeHtml(Control control, NetException e, java.lang.String errorMessage) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, ConfigurationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionConfigurationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
ResolveUrl
public java.lang.String ResolveUrl(java.lang.String relativeUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryException
-
GetClientScriptsInDocument
public ClientScriptItemCollection GetClientScriptsInDocument() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AddClientScriptToDocument
public void AddClientScriptToDocument(ClientScriptItem scriptItem) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Initialize
public void Initialize(IComponent component) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, TypeLoadException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationErrorsException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, ConfigurationException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionConfigurationErrorsExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionConfigurationException
-
RemoveClientScriptFromDocument
public void RemoveClientScriptFromDocument(java.lang.String clientScriptId) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
RemoveControlFromDocument
public void RemoveControlFromDocument(Control control) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetControlID
public void SetControlID(Control control, java.lang.String id) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getIsDesignerViewLocked
public boolean getIsDesignerViewLocked() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsLoading
public boolean getIsLoading() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getComponent
public IComponent getComponent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setComponent
public void setComponent(IComponent Component) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentCulture
public CultureInfo getCurrentCulture() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException
-
getDocumentUrl
public java.lang.String getDocumentUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getReferenceManager
public WebFormsReferenceManager getReferenceManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLoadComplete
public void addLoadComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLoadComplete
public void removeLoadComplete(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-