Package system.web.ui.webcontrols
Class DataGrid
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- system.web.ui.webcontrols.WebControl
-
- system.web.ui.webcontrols.BaseDataList
-
- system.web.ui.webcontrols.DataGrid
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IAttributeAccessor
,INamingContainer
,IParserAccessor
public class DataGrid extends BaseDataList implements INamingContainer
The base .NET class managing System.Web.UI.WebControls.DataGrid, 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.DataGrid
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.DataGridstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.web.ui.webcontrols.BaseDataList
addSelectedIndexChanged, DataBind, getCaption, getCaptionAlign, getCellPadding, getCellSpacing, getDataKeyField, getDataKeys, getDataMember, getDataSource, getDataSourceID, getGridLines, getHorizontalAlign, getUseAccessibleHeader, IsBindableType, removeSelectedIndexChanged, setCaption, setCaptionAlign, setCellPadding, setCellSpacing, setDataKeyField, setDataMember, setDataSource, setDataSourceID, setGridLines, setHorizontalAlign, setUseAccessibleHeader
-
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, RenderBeginTag, RenderEndTag, 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.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.DataGrid- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceINamingContainer
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- Overrides:
getJCOAssemblyName
in classBaseDataList
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceINamingContainer
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- Overrides:
getJCOClassName
in classBaseDataList
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceINamingContainer
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- Overrides:
getJCOObjectName
in classBaseDataList
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceINamingContainer
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- Overrides:
getJCOInstance
in classBaseDataList
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classBaseDataList
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIAttributeAccessor
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceINamingContainer
- Specified by:
getJCOType
in interfaceIParserAccessor
- Overrides:
getJCOType
in classBaseDataList
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataGrid cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataGrid
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataGrid
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getAllowCustomPaging
public boolean getAllowCustomPaging() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAllowCustomPaging
public void setAllowCustomPaging(boolean AllowCustomPaging) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getAllowPaging
public boolean getAllowPaging() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAllowPaging
public void setAllowPaging(boolean AllowPaging) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getAllowSorting
public boolean getAllowSorting() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAllowSorting
public void setAllowSorting(boolean AllowSorting) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getAutoGenerateColumns
public boolean getAutoGenerateColumns() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAutoGenerateColumns
public void setAutoGenerateColumns(boolean AutoGenerateColumns) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getShowFooter
public boolean getShowFooter() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setShowFooter
public void setShowFooter(boolean ShowFooter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getShowHeader
public boolean getShowHeader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setShowHeader
public void setShowHeader(boolean ShowHeader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCurrentPageIndex
public int getCurrentPageIndex() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCurrentPageIndex
public void setCurrentPageIndex(int CurrentPageIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getEditItemIndex
public int getEditItemIndex() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEditItemIndex
public void setEditItemIndex(int EditItemIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getPageCount
public int getPageCount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
-
getPageSize
public int getPageSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPageSize
public void setPageSize(int PageSize) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getSelectedIndex
public int getSelectedIndex() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSelectedIndex
public void setSelectedIndex(int SelectedIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getVirtualItemCount
public int getVirtualItemCount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setVirtualItemCount
public void setVirtualItemCount(int VirtualItemCount) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getBackImageUrl
public java.lang.String getBackImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
setBackImageUrl
public void setBackImageUrl(java.lang.String BackImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
getColumns
public DataGridColumnCollection getColumns() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectedItem
public DataGridItem getSelectedItem() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, ProviderException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
ConfigurationErrorsException
ProviderException
NullReferenceException
-
getItems
public DataGridItemCollection getItems() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
TypeLoadException
ProviderException
ArgumentOutOfRangeException
NotSupportedException
-
getPagerStyle
public DataGridPagerStyle getPagerStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getAlternatingItemStyle
public TableItemStyle getAlternatingItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getEditItemStyle
public TableItemStyle getEditItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getFooterStyle
public TableItemStyle getFooterStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getHeaderStyle
public TableItemStyle getHeaderStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getItemStyle
public TableItemStyle getItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getSelectedItemStyle
public TableItemStyle getSelectedItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
addCancelCommand
public void addCancelCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCancelCommand
public void removeCancelCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDeleteCommand
public void addDeleteCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeleteCommand
public void removeDeleteCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addEditCommand
public void addEditCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeEditCommand
public void removeEditCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemCommand
public void addItemCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemCommand
public void removeItemCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUpdateCommand
public void addUpdateCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdateCommand
public void removeUpdateCommand(DataGridCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemCreated
public void addItemCreated(DataGridItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemCreated
public void removeItemCreated(DataGridItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemDataBound
public void addItemDataBound(DataGridItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemDataBound
public void removeItemDataBound(DataGridItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPageIndexChanged
public void addPageIndexChanged(DataGridPageChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePageIndexChanged
public void removePageIndexChanged(DataGridPageChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSortCommand
public void addSortCommand(DataGridSortCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSortCommand
public void removeSortCommand(DataGridSortCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-