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.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.DataGridstatic JCTypeclassTypeThe 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIAttributeAccessor- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceINamingContainer- Specified by:
getJCOAssemblyNamein interfaceIParserAccessor- Overrides:
getJCOAssemblyNamein classBaseDataList- 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 interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceINamingContainer- Specified by:
getJCOClassNamein interfaceIParserAccessor- Overrides:
getJCOClassNamein classBaseDataList- 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 interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceINamingContainer- Specified by:
getJCOObjectNamein interfaceIParserAccessor- Overrides:
getJCOObjectNamein classBaseDataList- 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 interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceINamingContainer- Specified by:
getJCOInstancein interfaceIParserAccessor- Overrides:
getJCOInstancein classBaseDataList- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classBaseDataList
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIAttributeAccessor- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceINamingContainer- Specified by:
getJCOTypein interfaceIParserAccessor- Overrides:
getJCOTypein classBaseDataList- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DataGrid cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataGrid, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataGridinstance- 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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceException
-
getItems
public DataGridItemCollection getItems() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getPagerStyle
public DataGridPagerStyle getPagerStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getAlternatingItemStyle
public TableItemStyle getAlternatingItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getEditItemStyle
public TableItemStyle getEditItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getFooterStyle
public TableItemStyle getFooterStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getHeaderStyle
public TableItemStyle getHeaderStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getItemStyle
public TableItemStyle getItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getSelectedItemStyle
public TableItemStyle getSelectedItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
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
-
-