public class WebPartManagerInternals extends NetObject
.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
| 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.WebParts.WebPartManagerInternals
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WebPartManagerInternals() |
WebPartManagerInternals(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddWebPart(WebPart webPart) |
void |
CallOnClosing(WebPart webPart) |
void |
CallOnConnectModeChanged(WebPart webPart) |
void |
CallOnDeleting(WebPart webPart) |
void |
CallOnEditModeChanged(WebPart webPart) |
static WebPartManagerInternals |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WebPartManagerInternals, a cast assert is made to check if types are compatible. |
boolean |
ConnectionDeleted(WebPartConnection connection) |
NetObject |
CreateObjectFromType(NetType type) |
void |
DeleteConnection(WebPartConnection connection) |
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
|
java.lang.String |
GetZoneID(WebPart webPart) |
void |
LoadConfigurationState(WebPartTransformer transformer,
NetObject savedState) |
void |
RemoveWebPart(WebPart webPart) |
NetObject |
SaveConfigurationState(WebPartTransformer transformer) |
void |
SetConnectErrorMessage(WebPart webPart,
java.lang.String connectErrorMessage) |
void |
SetHasSharedData(WebPart webPart,
boolean hasSharedData) |
void |
SetHasUserData(WebPart webPart,
boolean hasUserData) |
void |
SetIsClosed(WebPart webPart,
boolean isClosed) |
void |
SetIsShared(WebPart webPart,
boolean isShared) |
void |
SetIsShared(WebPartConnection connection,
boolean isShared) |
void |
SetIsStandalone(WebPart webPart,
boolean isStandalone) |
void |
SetIsStatic(WebPart webPart,
boolean isStatic) |
void |
SetIsStatic(WebPartConnection connection,
boolean isStatic) |
void |
setJCOInstance(JCObject instance) |
void |
SetTransformer(WebPartConnection connection,
WebPartTransformer transformer) |
void |
SetZoneID(WebPart webPart,
java.lang.String zoneID) |
void |
SetZoneIndex(WebPart webPart,
int zoneIndex) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WebPartManagerInternals()
throws java.lang.Throwable
java.lang.Throwablepublic WebPartManagerInternals(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddWebPart(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException
public void CallOnClosing(WebPart webPart) throws java.lang.Throwable
java.lang.Throwablepublic void CallOnConnectModeChanged(WebPart webPart) throws java.lang.Throwable
java.lang.Throwablepublic void CallOnDeleting(WebPart webPart) throws java.lang.Throwable
java.lang.Throwablepublic void CallOnEditModeChanged(WebPart webPart) throws java.lang.Throwable
java.lang.Throwablepublic static WebPartManagerInternals cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WebPartManagerInternals, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWebPartManagerInternals instancejava.lang.Throwable - in case of error during cast operationpublic boolean ConnectionDeleted(WebPartConnection connection) throws java.lang.Throwable
java.lang.Throwablepublic NetObject CreateObjectFromType(NetType type) throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, TypeLoadException
java.lang.ThrowableNotImplementedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeLoadExceptionpublic void DeleteConnection(WebPartConnection connection) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetZoneID(WebPart webPart) throws java.lang.Throwable
java.lang.Throwablepublic void LoadConfigurationState(WebPartTransformer transformer, NetObject savedState) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveWebPart(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException
public NetObject SaveConfigurationState(WebPartTransformer transformer) throws java.lang.Throwable
java.lang.Throwablepublic void SetConnectErrorMessage(WebPart webPart, java.lang.String connectErrorMessage) throws java.lang.Throwable
java.lang.Throwablepublic void SetHasSharedData(WebPart webPart, boolean hasSharedData) throws java.lang.Throwable
java.lang.Throwablepublic void SetHasUserData(WebPart webPart, boolean hasUserData) throws java.lang.Throwable
java.lang.Throwablepublic void SetIsClosed(WebPart webPart, boolean isClosed) throws java.lang.Throwable
java.lang.Throwablepublic void SetIsShared(WebPart webPart, boolean isShared) throws java.lang.Throwable
java.lang.Throwablepublic void SetIsShared(WebPartConnection connection, boolean isShared) throws java.lang.Throwable
java.lang.Throwablepublic void SetIsStandalone(WebPart webPart, boolean isStandalone) throws java.lang.Throwable
java.lang.Throwablepublic void SetIsStatic(WebPart webPart, boolean isStatic) throws java.lang.Throwable
java.lang.Throwablepublic void SetIsStatic(WebPartConnection connection, boolean isStatic) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetTransformer(WebPartConnection connection, WebPartTransformer transformer) throws java.lang.Throwable
java.lang.Throwablepublic void SetZoneID(WebPart webPart, java.lang.String zoneID) throws java.lang.Throwable
java.lang.Throwablepublic void SetZoneIndex(WebPart webPart, int zoneIndex) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeException