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.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.WebPartstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebPart
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoWebPart
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
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)
-
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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIAttributeAccessor
- Specified by:
getJCOAssemblyName
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceINamingContainer
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- Overrides:
getJCOAssemblyName
in classPart
- 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 interfaceIAttributeAccessor
- Specified by:
getJCOClassName
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceINamingContainer
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- Overrides:
getJCOClassName
in classPart
- 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 interfaceIAttributeAccessor
- Specified by:
getJCOObjectName
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceINamingContainer
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- Overrides:
getJCOObjectName
in classPart
- 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 interfaceIAttributeAccessor
- Specified by:
getJCOInstance
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceINamingContainer
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- Overrides:
getJCOInstance
in classPart
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classPart
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIAttributeAccessor
- Specified by:
getJCOType
in interfaceICompositeControlDesignerAccessor
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceINamingContainer
- Specified by:
getJCOType
in interfaceIParserAccessor
- Overrides:
getJCOType
in classPart
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WebPart cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWebPart
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WebPart
instance- 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentOutOfRangeException
-
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
-
-