Class WebPartManagerInternals
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.webcontrols.webparts.WebPartManagerInternals
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WebPartManagerInternals extends NetObject
The base .NET class managing System.Web.UI.WebControls.WebParts.WebPartManagerInternals, 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.WebParts.WebPartManagerInternals
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.UI.WebControls.WebParts.WebPartManagerInternalsstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WebPartManagerInternals()WebPartManagerInternals(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddWebPart(WebPart webPart)voidCallOnClosing(WebPart webPart)voidCallOnConnectModeChanged(WebPart webPart)voidCallOnDeleting(WebPart webPart)voidCallOnEditModeChanged(WebPart webPart)static WebPartManagerInternalscast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoWebPartManagerInternals, a cast assert is made to check if types are compatible.booleanConnectionDeleted(WebPartConnection connection)NetObjectCreateObjectFromType(NetType type)voidDeleteConnection(WebPartConnection connection)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 Typejava.lang.StringGetZoneID(WebPart webPart)voidLoadConfigurationState(WebPartTransformer transformer, NetObject savedState)voidRemoveWebPart(WebPart webPart)NetObjectSaveConfigurationState(WebPartTransformer transformer)voidSetConnectErrorMessage(WebPart webPart, java.lang.String connectErrorMessage)voidSetHasSharedData(WebPart webPart, boolean hasSharedData)voidSetHasUserData(WebPart webPart, boolean hasUserData)voidSetIsClosed(WebPart webPart, boolean isClosed)voidSetIsShared(WebPartConnection connection, boolean isShared)voidSetIsShared(WebPart webPart, boolean isShared)voidSetIsStandalone(WebPart webPart, boolean isStandalone)voidSetIsStatic(WebPartConnection connection, boolean isStatic)voidSetIsStatic(WebPart webPart, boolean isStatic)voidsetJCOInstance(JCObject instance)voidSetTransformer(WebPartConnection connection, WebPartTransformer transformer)voidSetZoneID(WebPart webPart, java.lang.String zoneID)voidSetZoneIndex(WebPart webPart, int zoneIndex)
-
-
-
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.WebParts.WebPartManagerInternals- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WebPartManagerInternals
public WebPartManagerInternals(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
WebPartManagerInternals
public WebPartManagerInternals() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- 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 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 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 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 interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static WebPartManagerInternals cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWebPartManagerInternals, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
WebPartManagerInternalsinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ConnectionDeleted
public boolean ConnectionDeleted(WebPartConnection connection) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CreateObjectFromType
public NetObject CreateObjectFromType(NetType type) throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, TypeLoadException
- Throws:
java.lang.ThrowableNotImplementedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeLoadException
-
SaveConfigurationState
public NetObject SaveConfigurationState(WebPartTransformer transformer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetZoneID
public java.lang.String GetZoneID(WebPart webPart) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AddWebPart
public void AddWebPart(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException
-
CallOnClosing
public void CallOnClosing(WebPart webPart) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CallOnConnectModeChanged
public void CallOnConnectModeChanged(WebPart webPart) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CallOnDeleting
public void CallOnDeleting(WebPart webPart) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CallOnEditModeChanged
public void CallOnEditModeChanged(WebPart webPart) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DeleteConnection
public void DeleteConnection(WebPartConnection connection) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
LoadConfigurationState
public void LoadConfigurationState(WebPartTransformer transformer, NetObject savedState) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RemoveWebPart
public void RemoveWebPart(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException
-
SetConnectErrorMessage
public void SetConnectErrorMessage(WebPart webPart, java.lang.String connectErrorMessage) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetHasSharedData
public void SetHasSharedData(WebPart webPart, boolean hasSharedData) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetHasUserData
public void SetHasUserData(WebPart webPart, boolean hasUserData) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetIsClosed
public void SetIsClosed(WebPart webPart, boolean isClosed) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetIsShared
public void SetIsShared(WebPart webPart, boolean isShared) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetIsShared
public void SetIsShared(WebPartConnection connection, boolean isShared) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetIsStandalone
public void SetIsStandalone(WebPart webPart, boolean isStandalone) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetIsStatic
public void SetIsStatic(WebPart webPart, boolean isStatic) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetIsStatic
public void SetIsStatic(WebPartConnection connection, boolean isStatic) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetTransformer
public void SetTransformer(WebPartConnection connection, WebPartTransformer transformer) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetZoneID
public void SetZoneID(WebPart webPart, java.lang.String zoneID) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetZoneIndex
public void SetZoneIndex(WebPart webPart, int zoneIndex) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
-