public class GridView extends CompositeDataBoundControl implements IPostBackContainer, IPostBackEventHandler, ICallbackContainer, ICallbackEventHandler
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.GridView
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.GridView
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
GridView() |
GridView(java.lang.Object instance)
Internal constructor.
|
addCallingDataMethods, addCreatingModelDataSource, getDataMember, getDataSourceObject, getItemType, getSelectMethod, removeCallingDataMethods, removeCreatingModelDataSource, setDataMember, setItemType, setSelectMethodaddDataBound, getDataSource, getDataSourceID, removeDataBound, setDataSource, setDataSourceIDApplyStyle, 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, 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, ToStringGetPostBackOptions, ToIPostBackContainerRaisePostBackEvent, ToIPostBackEventHandlerGetCallbackScript, ToICallbackContainerGetCallbackResult, RaiseCallbackEvent, ToICallbackEventHandlerToINamingContainerGetAttribute, SetAttribute, ToIAttributeAccessorAddParsedSubObject, ToIParserAccessorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public GridView()
throws java.lang.Throwable
java.lang.Throwablepublic GridView(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addPageIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPageIndexChanging(GridViewPageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowCancelingEdit(GridViewCancelEditEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowCommand(GridViewCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowCreated(GridViewRowEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowDataBound(GridViewRowEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowDeleted(GridViewDeletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowDeleting(GridViewDeleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowEditing(GridViewEditEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowUpdated(GridViewUpdatedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowUpdating(GridViewUpdateEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelectedIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelectedIndexChanging(GridViewSelectEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSorted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSorting(GridViewSortEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static GridView cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into GridView, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGridView instancejava.lang.Throwable - in case of error during cast operationpublic void DataBind()
throws java.lang.Throwable
DataBind in class BaseDataBoundControljava.lang.Throwablepublic void DeleteRow(int rowIndex)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException,
MulticastNotSupportedException,
HttpException
public boolean getAllowCustomPaging()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getAllowPaging()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getAllowSorting()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TableItemStyle getAlternatingRowStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic boolean getAutoGenerateColumns()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getAutoGenerateDeleteButton()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getAutoGenerateEditButton()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getAutoGenerateSelectButton()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getBackImageUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public GridViewRow getBottomPagerRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic java.lang.String getCaption()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TableCaptionAlign getCaptionAlign() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public int getCellPadding()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public int getCellSpacing()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public java.lang.String[] getClientIDRowSuffix()
throws java.lang.Throwable
java.lang.Throwablepublic DataKeyArray getClientIDRowSuffixDataKeys() throws java.lang.Throwable
java.lang.Throwablepublic DataControlFieldCollection getColumns() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MulticastNotSupportedException
public IAutoFieldGenerator getColumnsGenerator() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getDataKeyNames()
throws java.lang.Throwable
java.lang.Throwablepublic DataKeyArray getDataKeys() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDeleteMethod()
throws java.lang.Throwable
java.lang.Throwablepublic int getEditIndex()
throws java.lang.Throwable
java.lang.Throwablepublic TableItemStyle getEditRowStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic TableItemStyle getEmptyDataRowStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic ITemplate getEmptyDataTemplate() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getEmptyDataText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getEnableModelValidation()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getEnablePersistedSelection()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getEnableSortingAndPagingCallbacks()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public GridViewRow getFooterRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic TableItemStyle getFooterStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic GridLines getGridLines() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public GridViewRow getHeaderRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic TableItemStyle getHeaderStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic HorizontalAlign getHorizontalAlign() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAttributeAccessorgetJCOAssemblyName in interface ICallbackEventHandlergetJCOAssemblyName in interface INamingContainergetJCOAssemblyName in interface IParserAccessorgetJCOAssemblyName in interface IPostBackEventHandlergetJCOAssemblyName in interface ICallbackContainergetJCOAssemblyName in interface IPostBackContainergetJCOAssemblyName in class CompositeDataBoundControlString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IAttributeAccessorgetJCOClassName in interface ICallbackEventHandlergetJCOClassName in interface INamingContainergetJCOClassName in interface IParserAccessorgetJCOClassName in interface IPostBackEventHandlergetJCOClassName in interface ICallbackContainergetJCOClassName in interface IPostBackContainergetJCOClassName in class CompositeDataBoundControlString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IAttributeAccessorgetJCOInstance in interface ICallbackEventHandlergetJCOInstance in interface INamingContainergetJCOInstance in interface IParserAccessorgetJCOInstance in interface IPostBackEventHandlergetJCOInstance in interface ICallbackContainergetJCOInstance in interface IPostBackContainergetJCOInstance in class CompositeDataBoundControlObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IAttributeAccessorgetJCOObjectName in interface ICallbackEventHandlergetJCOObjectName in interface INamingContainergetJCOObjectName in interface IParserAccessorgetJCOObjectName in interface IPostBackEventHandlergetJCOObjectName in interface ICallbackContainergetJCOObjectName in interface IPostBackContainergetJCOObjectName in class CompositeDataBoundControlString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IAttributeAccessorgetJCOType in interface ICallbackEventHandlergetJCOType in interface INamingContainergetJCOType in interface IParserAccessorgetJCOType in interface IPostBackEventHandlergetJCOType in interface ICallbackContainergetJCOType in interface IPostBackContainergetJCOType in class CompositeDataBoundControlJCType representing the CLR Type of the instantiated Classpublic int getPageCount()
throws java.lang.Throwable
java.lang.Throwablepublic int getPageIndex()
throws java.lang.Throwable
java.lang.Throwablepublic PagerSettings getPagerSettings() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MulticastNotSupportedException
public TableItemStyle getPagerStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic ITemplate getPagerTemplate() throws java.lang.Throwable
java.lang.Throwablepublic int getPageSize()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getRowHeaderColumn()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public GridViewRowCollection getRows() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic TableItemStyle getRowStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic DataKey getSelectedDataKey() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic int getSelectedIndex()
throws java.lang.Throwable
java.lang.Throwablepublic DataKey getSelectedPersistedDataKey() throws java.lang.Throwable
java.lang.Throwablepublic GridViewRow getSelectedRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, MissingMethodException, TargetInvocationException, ProviderException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionNullReferenceExceptionpublic TableItemStyle getSelectedRowStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic NetObject getSelectedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic boolean getShowFooter()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getShowHeader()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getShowHeaderWhenEmpty()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public SortDirection getSortDirection() throws java.lang.Throwable
java.lang.Throwablepublic TableItemStyle getSortedAscendingCellStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic TableItemStyle getSortedAscendingHeaderStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic TableItemStyle getSortedDescendingCellStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic TableItemStyle getSortedDescendingHeaderStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getSortExpression()
throws java.lang.Throwable
java.lang.Throwablepublic GridViewRow getTopPagerRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic java.lang.String getUpdateMethod()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseAccessibleHeader()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public int getVirtualItemCount()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean IsBindableType(NetType type) throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationException, SecurityException
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionConfigurationExceptionSecurityExceptionpublic void removePageIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePageIndexChanging(GridViewPageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowCancelingEdit(GridViewCancelEditEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowCommand(GridViewCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowCreated(GridViewRowEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowDataBound(GridViewRowEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowDeleted(GridViewDeletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowDeleting(GridViewDeleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowEditing(GridViewEditEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowUpdated(GridViewUpdatedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowUpdating(GridViewUpdateEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelectedIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelectedIndexChanging(GridViewSelectEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSorted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSorting(GridViewSortEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void SelectRow(int rowIndex)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public void setAllowCustomPaging(boolean AllowCustomPaging)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setAllowPaging(boolean AllowPaging)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setAllowSorting(boolean AllowSorting)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setAutoGenerateColumns(boolean AutoGenerateColumns)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setAutoGenerateDeleteButton(boolean AutoGenerateDeleteButton)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setAutoGenerateEditButton(boolean AutoGenerateEditButton)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setAutoGenerateSelectButton(boolean AutoGenerateSelectButton)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setBackImageUrl(java.lang.String BackImageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public void setCaption(java.lang.String Caption)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setCaptionAlign(TableCaptionAlign CaptionAlign) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
public void setCellPadding(int CellPadding)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public void setCellSpacing(int CellSpacing)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public void setClientIDRowSuffix(java.lang.String[] ClientIDRowSuffix)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setColumnsGenerator(IAutoFieldGenerator ColumnsGenerator) throws java.lang.Throwable
java.lang.Throwablepublic void setDataKeyNames(java.lang.String[] DataKeyNames)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setDeleteMethod(java.lang.String DeleteMethod)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException,
NotImplementedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
HttpException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionpublic void setEditIndex(int EditIndex)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMulticastNotSupportedExceptionpublic void SetEditRow(int rowIndex)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
HttpException,
MulticastNotSupportedException
public void setEmptyDataTemplate(ITemplate EmptyDataTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setEmptyDataText(java.lang.String EmptyDataText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setEnableModelValidation(boolean EnableModelValidation)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setEnablePersistedSelection(boolean EnablePersistedSelection)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setEnableSortingAndPagingCallbacks(boolean EnableSortingAndPagingCallbacks)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setGridLines(GridLines GridLines) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public void setHorizontalAlign(HorizontalAlign HorizontalAlign) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class CompositeDataBoundControlpublic void setPageIndex(int PageIndex)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentException
public void SetPageIndex(int rowIndex)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
MulticastNotSupportedException
public void setPagerTemplate(ITemplate PagerTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setPageSize(int PageSize)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException
public void setRowHeaderColumn(java.lang.String RowHeaderColumn)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setSelectedIndex(int SelectedIndex)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException
public void setSelectedPersistedDataKey(DataKey SelectedPersistedDataKey) throws java.lang.Throwable
java.lang.Throwablepublic void setShowFooter(boolean ShowFooter)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setShowHeader(boolean ShowHeader)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setShowHeaderWhenEmpty(boolean ShowHeaderWhenEmpty)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setUpdateMethod(java.lang.String UpdateMethod)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException,
NotImplementedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
HttpException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionpublic void setUseAccessibleHeader(boolean UseAccessibleHeader)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setVirtualItemCount(int VirtualItemCount)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException
public void Sort(java.lang.String sortExpression,
SortDirection sortDirection)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
HttpException,
MulticastNotSupportedException
public void UpdateRow(int rowIndex,
boolean causesValidation)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
HttpException,
MulticastNotSupportedException