public class WebPartManager extends Control implements INamingContainer
.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
| 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.WebPartManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WebPartManager() |
WebPartManager(java.lang.Object instance)
Internal constructor.
|
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, setVisibleEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToINamingContainerAddParsedSubObject, ToIParserAccessorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WebPartManager()
throws java.lang.Throwable
java.lang.Throwablepublic WebPartManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addAuthorizeWebPart(WebPartAuthorizationEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addConnectionsActivated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addConnectionsActivating(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDisplayModeChanged(WebPartDisplayModeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDisplayModeChanging(WebPartDisplayModeCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelectedWebPartChanged(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelectedWebPartChanging(WebPartCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionHttpExceptionOverflowExceptionFormatExceptionAmbiguousMatchExceptionpublic void addWebPartAdded(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartAdding(WebPartAddingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartClosed(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartClosing(WebPartCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartDeleted(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartDeleting(WebPartCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartMoved(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartMoving(WebPartMovingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartsConnected(WebPartConnectionsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartsConnecting(WebPartConnectionsCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartsDisconnected(WebPartConnectionsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWebPartsDisconnecting(WebPartConnectionsCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BeginWebPartConnecting(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void BeginWebPartEditing(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
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
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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionHttpExceptionpublic static WebPartManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WebPartManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWebPartManager instancejava.lang.Throwable - in case of error during cast operationpublic void CloseWebPart(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionHttpExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionOverflowExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionHttpExceptionOverflowExceptionpublic GenericWebPart CreateWebPart(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, InvalidCastException, NotSupportedException, NullReferenceException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionInvalidCastExceptionNotSupportedExceptionNullReferenceExceptionHttpExceptionpublic void DeleteWebPart(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionHttpExceptionpublic void DisconnectWebParts(WebPartConnection connection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic void EndWebPartConnecting()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void EndWebPartEditing()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionRankExceptionFormatExceptionAmbiguousMatchExceptionNullReferenceExceptionTypeLoadExceptionSecurityExceptionOutOfMemoryExceptionpublic void Focus()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
Focus in class Controljava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic TransformerTypeCollection getAvailableTransformers() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationException
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionConfigurationExceptionpublic java.lang.String getCloseProviderWarning()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public WebPartConnectionCollection getConnections() throws java.lang.Throwable
java.lang.Throwablepublic ConsumerConnectionPointCollection GetConsumerConnectionPoints(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic static WebPartManager GetCurrentWebPartManager(Page page) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getDeleteWarning()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public WebPartDisplayMode getDisplayMode() throws java.lang.Throwable
java.lang.Throwablepublic WebPartDisplayModeCollection getDisplayModes() throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnableClientScript()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getExportSensitiveDataWarning()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionNullReferenceExceptionOutOfMemoryExceptionpublic GenericWebPart GetGenericWebPart(Control control) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface INamingContainergetJCOAssemblyName in interface IParserAccessorgetJCOAssemblyName in class ControlString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface INamingContainergetJCOClassName in interface IParserAccessorgetJCOClassName in class ControlString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface INamingContainergetJCOInstance in interface IParserAccessorgetJCOInstance in class ControlObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface INamingContainergetJCOObjectName in interface IParserAccessorgetJCOObjectName in class ControlString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface INamingContainergetJCOType in interface IParserAccessorgetJCOType in class ControlJCType representing the CLR Type of the instantiated Classpublic WebPartPersonalization getPersonalization() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic ProviderConnectionPointCollection GetProviderConnectionPoints(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic WebPart getSelectedWebPart() throws java.lang.Throwable
java.lang.Throwablepublic WebPartConnectionCollection getStaticConnections() throws java.lang.Throwable
java.lang.Throwablepublic WebPartDisplayModeCollection getSupportedDisplayModes() throws java.lang.Throwable
java.lang.Throwablepublic WebPartCollection getWebParts() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic WebPartZoneCollection getZones() throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionNotSupportedExceptionSecurityExceptionXmlExceptionTypeLoadExceptionOverflowExceptionFormatExceptionInvalidCastExceptionHttpRequestValidationExceptionHttpCompileExceptionMulticastNotSupportedExceptionAmbiguousMatchExceptionInvalidDataExceptionRankExceptionKeyNotFoundExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic boolean IsAuthorized(WebPart webPart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
public void MoveWebPart(WebPart webPart, WebPartZoneBase zone, int zoneIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, RankException
public void removeAuthorizeWebPart(WebPartAuthorizationEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeConnectionsActivated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeConnectionsActivating(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDisplayModeChanged(WebPartDisplayModeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDisplayModeChanging(WebPartDisplayModeCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelectedWebPartChanged(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelectedWebPartChanging(WebPartCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartAdded(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartAdding(WebPartAddingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartClosed(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartClosing(WebPartCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartDeleted(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartDeleting(WebPartCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartMoved(WebPartEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartMoving(WebPartMovingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartsConnected(WebPartConnectionsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartsConnecting(WebPartConnectionsCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartsDisconnected(WebPartConnectionsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWebPartsDisconnecting(WebPartConnectionsCancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setCloseProviderWarning(java.lang.String CloseProviderWarning)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setDeleteWarning(java.lang.String DeleteWarning)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setDisplayMode(WebPartDisplayMode DisplayMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void setEnableClientScript(boolean EnableClientScript)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setExportSensitiveDataWarning(java.lang.String ExportSensitiveDataWarning)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Control