public class WebPart extends Part
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.WebParts.WebPart
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.WebPart
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WebPart() |
WebPart(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static WebPart |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WebPart, a cast assert is made to check if types are compatible. |
EditorPartCollection |
CreateEditorParts() |
boolean |
getAllowClose() |
boolean |
getAllowConnect() |
boolean |
getAllowEdit() |
boolean |
getAllowHide() |
boolean |
getAllowMinimize() |
boolean |
getAllowZoneChange() |
java.lang.String |
getAuthorizationFilter() |
java.lang.String |
getCatalogIconImageUrl() |
java.lang.String |
getConnectErrorMessage() |
java.lang.String |
getDisplayTitle() |
WebPartExportMode |
getExportMode() |
boolean |
getHasSharedData() |
boolean |
getHasUserData() |
WebPartHelpMode |
getHelpMode() |
java.lang.String |
getHelpUrl() |
boolean |
getHidden() |
java.lang.String |
getImportErrorMessage() |
boolean |
getIsClosed() |
boolean |
getIsShared() |
boolean |
getIsStandalone() |
boolean |
getIsStatic() |
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 |
getSubtitle() |
java.lang.String |
getTitleIconImageUrl() |
java.lang.String |
getTitleUrl() |
WebPartVerbCollection |
getVerbs() |
NetObject |
getWebBrowsableObject() |
WebPartZoneBase |
getZone() |
int |
getZoneIndex() |
void |
setAllowClose(boolean AllowClose) |
void |
setAllowConnect(boolean AllowConnect) |
void |
setAllowEdit(boolean AllowEdit) |
void |
setAllowHide(boolean AllowHide) |
void |
setAllowMinimize(boolean AllowMinimize) |
void |
setAllowZoneChange(boolean AllowZoneChange) |
void |
setAuthorizationFilter(java.lang.String AuthorizationFilter) |
void |
setCatalogIconImageUrl(java.lang.String CatalogIconImageUrl) |
void |
setExportMode(WebPartExportMode ExportMode) |
void |
setHelpMode(WebPartHelpMode HelpMode) |
void |
setHelpUrl(java.lang.String HelpUrl) |
void |
setHidden(boolean Hidden) |
void |
setImportErrorMessage(java.lang.String ImportErrorMessage) |
void |
setJCOInstance(JCObject instance) |
static void |
SetPersonalizationDirty(Control control) |
void |
setTitleIconImageUrl(java.lang.String TitleIconImageUrl) |
void |
setTitleUrl(java.lang.String TitleUrl) |
DataBind, getChromeState, getChromeType, getDescription, getTitle, setChromeState, setChromeType, setDescription, setTitlegetBackImageUrl, getDefaultButton, getDirection, getGroupingText, getHorizontalAlign, getScrollBars, getWrap, RenderBeginTag, RenderEndTag, setBackImageUrl, setDefaultButton, setDirection, setGroupingText, setHorizontalAlign, setScrollBars, setWrapApplyStyle, CopyBaseAttributes, getAccessKey, getAttributes, getBackColor, getBorderColor, getBorderStyle, getBorderWidth, getControlStyle, getControlStyleCreated, getCssClass, getDisabledCssClass, getEnabled, getFont, getForeColor, getHasAttributes, getHeight, getStyle, getSupportsDisabledAttribute, getTabIndex, getToolTip, getWidth, MergeStyle, setAccessKey, setBackColor, setBorderColor, setBorderStyle, setBorderWidth, setCssClass, setDisabledCssClass, setEnabled, setForeColor, setHeight, setTabIndex, setToolTip, setWidthaddDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, Dispose, FindControl, Focus, 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, ToStringToINamingContainerRecreateChildControls, ToICompositeControlDesignerAccessorGetAttribute, SetAttribute, ToIAttributeAccessorAddParsedSubObject, ToIParserAccessorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WebPart()
throws java.lang.Throwable
java.lang.Throwablepublic WebPart(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static WebPart cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WebPart, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWebPart instancejava.lang.Throwable - in case of error during cast operationpublic EditorPartCollection CreateEditorParts() throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowClose()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowConnect()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowEdit()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowHide()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowMinimize()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowZoneChange()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getAuthorizationFilter()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCatalogIconImageUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getConnectErrorMessage()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDisplayTitle()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic WebPartExportMode getExportMode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasSharedData()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasUserData()
throws java.lang.Throwable
java.lang.Throwablepublic WebPartHelpMode getHelpMode() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHelpUrl()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHidden()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getImportErrorMessage()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public boolean getIsClosed()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsShared()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsStandalone()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsStatic()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAttributeAccessorgetJCOAssemblyName in interface INamingContainergetJCOAssemblyName in interface IParserAccessorgetJCOAssemblyName in interface ICompositeControlDesignerAccessorgetJCOAssemblyName in class PartString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IAttributeAccessorgetJCOClassName in interface INamingContainergetJCOClassName in interface IParserAccessorgetJCOClassName in interface ICompositeControlDesignerAccessorgetJCOClassName in class PartString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IAttributeAccessorgetJCOInstance in interface INamingContainergetJCOInstance in interface IParserAccessorgetJCOInstance in interface ICompositeControlDesignerAccessorgetJCOInstance in class PartObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IAttributeAccessorgetJCOObjectName in interface INamingContainergetJCOObjectName in interface IParserAccessorgetJCOObjectName in interface ICompositeControlDesignerAccessorgetJCOObjectName in class PartString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IAttributeAccessorgetJCOType in interface INamingContainergetJCOType in interface IParserAccessorgetJCOType in interface ICompositeControlDesignerAccessorgetJCOType in class PartJCType representing the CLR Type of the instantiated Classpublic java.lang.String getSubtitle()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTitleIconImageUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTitleUrl()
throws java.lang.Throwable
java.lang.Throwablepublic WebPartVerbCollection getVerbs() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getWebBrowsableObject() throws java.lang.Throwable
java.lang.Throwablepublic WebPartZoneBase getZone() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException
public int getZoneIndex()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowClose(boolean AllowClose)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowConnect(boolean AllowConnect)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowEdit(boolean AllowEdit)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowHide(boolean AllowHide)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowMinimize(boolean AllowMinimize)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowZoneChange(boolean AllowZoneChange)
throws java.lang.Throwable
java.lang.Throwablepublic void setAuthorizationFilter(java.lang.String AuthorizationFilter)
throws java.lang.Throwable
java.lang.Throwablepublic void setCatalogIconImageUrl(java.lang.String CatalogIconImageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setExportMode(WebPartExportMode ExportMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void setHelpMode(WebPartHelpMode HelpMode) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setHelpUrl(java.lang.String HelpUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setHidden(boolean Hidden)
throws java.lang.Throwable
java.lang.Throwablepublic void setImportErrorMessage(java.lang.String ImportErrorMessage)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Partpublic static void SetPersonalizationDirty(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setTitleIconImageUrl(java.lang.String TitleIconImageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setTitleUrl(java.lang.String TitleUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException