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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.WebControls.WebParts.WebPartManagerInternalsstatic JCType
classType
The 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 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 theIJCOBridgeReflected
instance intoWebPartManagerInternals
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.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(WebPartConnection connection, boolean isShared)
void
SetIsShared(WebPart webPart, boolean isShared)
void
SetIsStandalone(WebPart webPart, boolean isStandalone)
void
SetIsStatic(WebPartConnection connection, boolean isStatic)
void
SetIsStatic(WebPart webPart, 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)
-
-
-
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.Throwable
Internal 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: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 java.lang.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 java.lang.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 java.lang.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 WebPartManagerInternals cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWebPartManagerInternals
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WebPartManagerInternals
instance- 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.Throwable
NotImplementedException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ObjectDisposedException
ArgumentOutOfRangeException
IndexOutOfRangeException
NullReferenceException
TypeLoadException
-
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.Throwable
ArgumentOutOfRangeException
-
-