Class WebPartManager
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- system.web.ui.webcontrols.webparts.WebPartManager
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,INamingContainer
,IParserAccessor
public class WebPartManager extends Control implements INamingContainer
The base .NET class managing System.Web.UI.WebControls.WebParts.WebPartManager, 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.WebPartManager
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.WebPartManagerstatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WebPartManager()
WebPartManager(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.web.ui.Control
addDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, DataBind, Dispose, FindControl, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, HasControls, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, RenderControl, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
-
-
-
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.WebPartManager- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceINamingContainer
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- Overrides:
getJCOAssemblyName
in classControl
- 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
- Specified by:
getJCOClassName
in interfaceINamingContainer
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- Overrides:
getJCOClassName
in classControl
- 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
- Specified by:
getJCOObjectName
in interfaceINamingContainer
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- Overrides:
getJCOObjectName
in classControl
- 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
- Specified by:
getJCOInstance
in interfaceINamingContainer
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- Overrides:
getJCOInstance
in classControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classControl
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceINamingContainer
- Specified by:
getJCOType
in interfaceIParserAccessor
- Overrides:
getJCOType
in classControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WebPartManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWebPartManager
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WebPartManager
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CanConnectWebParts
public boolean CanConnectWebParts(WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, ConfigurationErrorsException, ConfigurationException
-
CanConnectWebParts
public boolean CanConnectWebParts(WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint, WebPartTransformer transformer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ConfigurationErrorsException
ConfigurationException
HttpException
-
IsAuthorized
public boolean IsAuthorized(NetType type, java.lang.String path, java.lang.String authorizationFilter, boolean isShared) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
IsAuthorized
public boolean IsAuthorized(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
-
GetExportUrl
public java.lang.String GetExportUrl(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, NotSupportedException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
NotSupportedException
HttpRequestValidationException
ConfigurationErrorsException
ConfigurationException
NullReferenceException
OutOfMemoryException
-
GetConsumerConnectionPoints
public ConsumerConnectionPointCollection GetConsumerConnectionPoints(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
-
CreateWebPart
public GenericWebPart CreateWebPart(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, InvalidCastException, NotSupportedException, NullReferenceException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
FormatException
InvalidCastException
NotSupportedException
NullReferenceException
HttpException
-
GetGenericWebPart
public GenericWebPart GetGenericWebPart(Control control) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
GetProviderConnectionPoints
public ProviderConnectionPointCollection GetProviderConnectionPoints(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
-
AddWebPart
public WebPart AddWebPart(WebPart webPart, WebPartZoneBase zone, int zoneIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, RankException, IndexOutOfRangeException, HttpException, OverflowException, FormatException, AmbiguousMatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
RankException
IndexOutOfRangeException
HttpException
OverflowException
FormatException
AmbiguousMatchException
-
ImportWebPart
public WebPart ImportWebPart(XmlReader reader, JCORefOut errorMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException, NotSupportedException, SecurityException, XmlException, TypeLoadException, OverflowException, FormatException, InvalidCastException, HttpRequestValidationException, HttpCompileException, MulticastNotSupportedException, AmbiguousMatchException, InvalidDataException, RankException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
NotSupportedException
SecurityException
XmlException
TypeLoadException
OverflowException
FormatException
InvalidCastException
HttpRequestValidationException
HttpCompileException
MulticastNotSupportedException
AmbiguousMatchException
InvalidDataException
RankException
KeyNotFoundException
-
ConnectWebParts
public WebPartConnection ConnectWebParts(WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
NotSupportedException
ConfigurationErrorsException
ConfigurationException
OverflowException
-
ConnectWebParts
public WebPartConnection ConnectWebParts(WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint, WebPartTransformer transformer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, ConfigurationException, HttpException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ConfigurationErrorsException
ConfigurationException
HttpException
OverflowException
-
GetCurrentWebPartManager
public static WebPartManager GetCurrentWebPartManager(Page page) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
BeginWebPartConnecting
public void BeginWebPartConnecting(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
BeginWebPartEditing
public void BeginWebPartEditing(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
CloseWebPart
public void CloseWebPart(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
RankException
HttpException
-
DeleteWebPart
public void DeleteWebPart(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
RankException
HttpException
-
DisconnectWebParts
public void DisconnectWebParts(WebPartConnection connection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
-
EndWebPartConnecting
public void EndWebPartConnecting() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
EndWebPartEditing
public void EndWebPartEditing() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
ExportWebPart
public void ExportWebPart(WebPart webPart, XmlWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, RankException, FormatException, AmbiguousMatchException, NullReferenceException, TypeLoadException, SecurityException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
RankException
FormatException
AmbiguousMatchException
NullReferenceException
TypeLoadException
SecurityException
OutOfMemoryException
-
Focus
public void Focus() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Overrides:
Focus
in classControl
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
MoveWebPart
public void MoveWebPart(WebPart webPart, WebPartZoneBase zone, int zoneIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, RankException
-
getEnableClientScript
public boolean getEnableClientScript() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEnableClientScript
public void setEnableClientScript(boolean EnableClientScript) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCloseProviderWarning
public java.lang.String getCloseProviderWarning() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCloseProviderWarning
public void setCloseProviderWarning(java.lang.String CloseProviderWarning) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDeleteWarning
public java.lang.String getDeleteWarning() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDeleteWarning
public void setDeleteWarning(java.lang.String DeleteWarning) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getExportSensitiveDataWarning
public java.lang.String getExportSensitiveDataWarning() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setExportSensitiveDataWarning
public void setExportSensitiveDataWarning(java.lang.String ExportSensitiveDataWarning) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getAvailableTransformers
public TransformerTypeCollection getAvailableTransformers() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentException
HttpException
ArgumentNullException
HttpRequestValidationException
ConfigurationErrorsException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
ConfigurationException
-
getSelectedWebPart
public WebPart getSelectedWebPart() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWebParts
public WebPartCollection getWebParts() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
-
getConnections
public WebPartConnectionCollection getConnections() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStaticConnections
public WebPartConnectionCollection getStaticConnections() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDisplayMode
public WebPartDisplayMode getDisplayMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDisplayMode
public void setDisplayMode(WebPartDisplayMode DisplayMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getDisplayModes
public WebPartDisplayModeCollection getDisplayModes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSupportedDisplayModes
public WebPartDisplayModeCollection getSupportedDisplayModes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPersonalization
public WebPartPersonalization getPersonalization() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getZones
public WebPartZoneCollection getZones() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addConnectionsActivated
public void addConnectionsActivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeConnectionsActivated
public void removeConnectionsActivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addConnectionsActivating
public void addConnectionsActivating(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeConnectionsActivating
public void removeConnectionsActivating(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartAdding
public void addWebPartAdding(WebPartAddingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartAdding
public void removeWebPartAdding(WebPartAddingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAuthorizeWebPart
public void addAuthorizeWebPart(WebPartAuthorizationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAuthorizeWebPart
public void removeAuthorizeWebPart(WebPartAuthorizationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelectedWebPartChanging
public void addSelectedWebPartChanging(WebPartCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelectedWebPartChanging
public void removeSelectedWebPartChanging(WebPartCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartClosing
public void addWebPartClosing(WebPartCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartClosing
public void removeWebPartClosing(WebPartCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartDeleting
public void addWebPartDeleting(WebPartCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartDeleting
public void removeWebPartDeleting(WebPartCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartsConnecting
public void addWebPartsConnecting(WebPartConnectionsCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartsConnecting
public void removeWebPartsConnecting(WebPartConnectionsCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartsDisconnecting
public void addWebPartsDisconnecting(WebPartConnectionsCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartsDisconnecting
public void removeWebPartsDisconnecting(WebPartConnectionsCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartsConnected
public void addWebPartsConnected(WebPartConnectionsEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartsConnected
public void removeWebPartsConnected(WebPartConnectionsEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartsDisconnected
public void addWebPartsDisconnected(WebPartConnectionsEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartsDisconnected
public void removeWebPartsDisconnected(WebPartConnectionsEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDisplayModeChanging
public void addDisplayModeChanging(WebPartDisplayModeCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDisplayModeChanging
public void removeDisplayModeChanging(WebPartDisplayModeCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDisplayModeChanged
public void addDisplayModeChanged(WebPartDisplayModeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDisplayModeChanged
public void removeDisplayModeChanged(WebPartDisplayModeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelectedWebPartChanged
public void addSelectedWebPartChanged(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelectedWebPartChanged
public void removeSelectedWebPartChanged(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartAdded
public void addWebPartAdded(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartAdded
public void removeWebPartAdded(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartClosed
public void addWebPartClosed(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartClosed
public void removeWebPartClosed(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartDeleted
public void addWebPartDeleted(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartDeleted
public void removeWebPartDeleted(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartMoved
public void addWebPartMoved(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartMoved
public void removeWebPartMoved(WebPartEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWebPartMoving
public void addWebPartMoving(WebPartMovingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWebPartMoving
public void removeWebPartMoving(WebPartMovingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-