Class WebPart
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- system.web.ui.webcontrols.WebControl
-
- system.web.ui.webcontrols.Panel
-
- system.web.ui.webcontrols.webparts.Part
-
- system.web.ui.webcontrols.webparts.WebPart
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IAttributeAccessor,INamingContainer,IParserAccessor,ICompositeControlDesignerAccessor
- Direct Known Subclasses:
GenericWebPart,ProxyWebPart
public class WebPart extends Part
The base .NET class managing System.Web.UI.WebControls.WebParts.WebPart, 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.WebPart
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.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.UI.WebControls.WebParts.WebPartstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebPartcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoWebPart, a cast assert is made to check if types are compatible.EditorPartCollectionCreateEditorParts()booleangetAllowClose()booleangetAllowConnect()booleangetAllowEdit()booleangetAllowHide()booleangetAllowMinimize()booleangetAllowZoneChange()java.lang.StringgetAuthorizationFilter()java.lang.StringgetCatalogIconImageUrl()java.lang.StringgetConnectErrorMessage()java.lang.StringgetDisplayTitle()WebPartExportModegetExportMode()booleangetHasSharedData()booleangetHasUserData()WebPartHelpModegetHelpMode()java.lang.StringgetHelpUrl()booleangetHidden()java.lang.StringgetImportErrorMessage()booleangetIsClosed()booleangetIsShared()booleangetIsStandalone()booleangetIsStatic()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetSubtitle()java.lang.StringgetTitleIconImageUrl()java.lang.StringgetTitleUrl()WebPartVerbCollectiongetVerbs()NetObjectgetWebBrowsableObject()WebPartZoneBasegetZone()intgetZoneIndex()voidsetAllowClose(boolean AllowClose)voidsetAllowConnect(boolean AllowConnect)voidsetAllowEdit(boolean AllowEdit)voidsetAllowHide(boolean AllowHide)voidsetAllowMinimize(boolean AllowMinimize)voidsetAllowZoneChange(boolean AllowZoneChange)voidsetAuthorizationFilter(java.lang.String AuthorizationFilter)voidsetCatalogIconImageUrl(java.lang.String CatalogIconImageUrl)voidsetExportMode(WebPartExportMode ExportMode)voidsetHelpMode(WebPartHelpMode HelpMode)voidsetHelpUrl(java.lang.String HelpUrl)voidsetHidden(boolean Hidden)voidsetImportErrorMessage(java.lang.String ImportErrorMessage)voidsetJCOInstance(JCObject instance)static voidSetPersonalizationDirty(Control control)voidsetTitleIconImageUrl(java.lang.String TitleIconImageUrl)voidsetTitleUrl(java.lang.String TitleUrl)-
Methods inherited from class system.web.ui.webcontrols.webparts.Part
DataBind, getChromeState, getChromeType, getDescription, getTitle, setChromeState, setChromeType, setDescription, setTitle
-
Methods inherited from class system.web.ui.webcontrols.Panel
getBackImageUrl, getDefaultButton, getDirection, getGroupingText, getHorizontalAlign, getScrollBars, getWrap, RenderBeginTag, RenderEndTag, setBackImageUrl, setDefaultButton, setDirection, setGroupingText, setHorizontalAlign, setScrollBars, setWrap
-
Methods inherited from class system.web.ui.webcontrols.WebControl
ApplyStyle, 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, setWidth
-
Methods inherited from class system.web.ui.Control
addDataBinding, 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, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IAttributeAccessor
GetAttribute, SetAttribute
-
Methods inherited from interface system.web.ui.webcontrols.ICompositeControlDesignerAccessor
RecreateChildControls
-
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.WebPart- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIAttributeAccessor- Specified by:
getJCOAssemblyNamein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceINamingContainer- Specified by:
getJCOAssemblyNamein interfaceIParserAccessor- Overrides:
getJCOAssemblyNamein classPart- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIAttributeAccessor- Specified by:
getJCOClassNamein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceINamingContainer- Specified by:
getJCOClassNamein interfaceIParserAccessor- Overrides:
getJCOClassNamein classPart- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIAttributeAccessor- Specified by:
getJCOObjectNamein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceINamingContainer- Specified by:
getJCOObjectNamein interfaceIParserAccessor- Overrides:
getJCOObjectNamein classPart- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIAttributeAccessor- Specified by:
getJCOInstancein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceINamingContainer- Specified by:
getJCOInstancein interfaceIParserAccessor- Overrides:
getJCOInstancein classPart- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classPart
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIAttributeAccessor- Specified by:
getJCOTypein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceINamingContainer- Specified by:
getJCOTypein interfaceIParserAccessor- Overrides:
getJCOTypein classPart- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static WebPart cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWebPart, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
WebPartinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CreateEditorParts
public EditorPartCollection CreateEditorParts() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetPersonalizationDirty
public static void SetPersonalizationDirty(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getAllowClose
public boolean getAllowClose() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowClose
public void setAllowClose(boolean AllowClose) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAllowConnect
public boolean getAllowConnect() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowConnect
public void setAllowConnect(boolean AllowConnect) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAllowEdit
public boolean getAllowEdit() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowEdit
public void setAllowEdit(boolean AllowEdit) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAllowHide
public boolean getAllowHide() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowHide
public void setAllowHide(boolean AllowHide) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAllowMinimize
public boolean getAllowMinimize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowMinimize
public void setAllowMinimize(boolean AllowMinimize) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAllowZoneChange
public boolean getAllowZoneChange() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowZoneChange
public void setAllowZoneChange(boolean AllowZoneChange) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHasSharedData
public boolean getHasSharedData() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHasUserData
public boolean getHasUserData() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHidden
public boolean getHidden() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHidden
public void setHidden(boolean Hidden) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsClosed
public boolean getIsClosed() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsShared
public boolean getIsShared() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsStandalone
public boolean getIsStandalone() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsStatic
public boolean getIsStatic() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getZoneIndex
public int getZoneIndex() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getWebBrowsableObject
public NetObject getWebBrowsableObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAuthorizationFilter
public java.lang.String getAuthorizationFilter() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAuthorizationFilter
public void setAuthorizationFilter(java.lang.String AuthorizationFilter) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getCatalogIconImageUrl
public java.lang.String getCatalogIconImageUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCatalogIconImageUrl
public void setCatalogIconImageUrl(java.lang.String CatalogIconImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getConnectErrorMessage
public java.lang.String getConnectErrorMessage() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDisplayTitle
public java.lang.String getDisplayTitle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
getHelpUrl
public java.lang.String getHelpUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHelpUrl
public void setHelpUrl(java.lang.String HelpUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getImportErrorMessage
public java.lang.String getImportErrorMessage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setImportErrorMessage
public void setImportErrorMessage(java.lang.String ImportErrorMessage) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSubtitle
public java.lang.String getSubtitle() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTitleIconImageUrl
public java.lang.String getTitleIconImageUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTitleIconImageUrl
public void setTitleIconImageUrl(java.lang.String TitleIconImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getTitleUrl
public java.lang.String getTitleUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTitleUrl
public void setTitleUrl(java.lang.String TitleUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getExportMode
public WebPartExportMode getExportMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setExportMode
public void setExportMode(WebPartExportMode ExportMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getHelpMode
public WebPartHelpMode getHelpMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHelpMode
public void setHelpMode(WebPartHelpMode HelpMode) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
getVerbs
public WebPartVerbCollection getVerbs() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getZone
public WebPartZoneBase getZone() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException
-
-