Package system.web.ui.webcontrols
Class GridView
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IAttributeAccessor,ICallbackEventHandler,INamingContainer,IParserAccessor,IPostBackEventHandler,ICallbackContainer,IPostBackContainer
public class GridView extends CompositeDataBoundControl implements IPostBackContainer, IPostBackEventHandler, ICallbackContainer, ICallbackEventHandler
The base .NET class managing System.Web.UI.WebControls.GridView, 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.GridView
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.GridViewstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.web.ui.webcontrols.DataBoundControl
addCallingDataMethods, addCreatingModelDataSource, getDataMember, getDataSourceObject, getItemType, getSelectMethod, removeCallingDataMethods, removeCreatingModelDataSource, setDataMember, setItemType, setSelectMethod
-
Methods inherited from class system.web.ui.webcontrols.BaseDataBoundControl
addDataBound, getDataSource, getDataSourceID, removeDataBound, setDataSource, setDataSourceID
-
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.webcontrols.ICallbackContainer
GetCallbackScript
-
Methods inherited from interface system.web.ui.ICallbackEventHandler
GetCallbackResult, RaiseCallbackEvent
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
Methods inherited from interface system.web.ui.webcontrols.IPostBackContainer
GetPostBackOptions
-
Methods inherited from interface system.web.ui.IPostBackEventHandler
RaisePostBackEvent
-
-
-
-
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.GridView- 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 interfaceICallbackContainer- Specified by:
getJCOAssemblyNamein interfaceICallbackEventHandler- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceINamingContainer- Specified by:
getJCOAssemblyNamein interfaceIParserAccessor- Specified by:
getJCOAssemblyNamein interfaceIPostBackContainer- Specified by:
getJCOAssemblyNamein interfaceIPostBackEventHandler- Overrides:
getJCOAssemblyNamein classCompositeDataBoundControl- 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 interfaceICallbackContainer- Specified by:
getJCOClassNamein interfaceICallbackEventHandler- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceINamingContainer- Specified by:
getJCOClassNamein interfaceIParserAccessor- Specified by:
getJCOClassNamein interfaceIPostBackContainer- Specified by:
getJCOClassNamein interfaceIPostBackEventHandler- Overrides:
getJCOClassNamein classCompositeDataBoundControl- 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 interfaceICallbackContainer- Specified by:
getJCOObjectNamein interfaceICallbackEventHandler- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceINamingContainer- Specified by:
getJCOObjectNamein interfaceIParserAccessor- Specified by:
getJCOObjectNamein interfaceIPostBackContainer- Specified by:
getJCOObjectNamein interfaceIPostBackEventHandler- Overrides:
getJCOObjectNamein classCompositeDataBoundControl- 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 interfaceICallbackContainer- Specified by:
getJCOInstancein interfaceICallbackEventHandler- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceINamingContainer- Specified by:
getJCOInstancein interfaceIParserAccessor- Specified by:
getJCOInstancein interfaceIPostBackContainer- Specified by:
getJCOInstancein interfaceIPostBackEventHandler- Overrides:
getJCOInstancein classCompositeDataBoundControl- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classCompositeDataBoundControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIAttributeAccessor- Specified by:
getJCOTypein interfaceICallbackContainer- Specified by:
getJCOTypein interfaceICallbackEventHandler- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceINamingContainer- Specified by:
getJCOTypein interfaceIParserAccessor- Specified by:
getJCOTypein interfaceIPostBackContainer- Specified by:
getJCOTypein interfaceIPostBackEventHandler- Overrides:
getJCOTypein classCompositeDataBoundControl- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static GridView cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoGridView, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
GridViewinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsBindableType
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
- Throws:
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionConfigurationExceptionSecurityException
-
DataBind
public void DataBind() throws java.lang.Throwable- Overrides:
DataBindin classBaseDataBoundControl- Throws:
java.lang.Throwable
-
DeleteRow
public void DeleteRow(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, MulticastNotSupportedException, HttpException
-
SelectRow
public void SelectRow(int rowIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
SetEditRow
public void SetEditRow(int rowIndex) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, HttpException, MulticastNotSupportedException
-
SetPageIndex
public void SetPageIndex(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, MulticastNotSupportedException
-
Sort
public void Sort(java.lang.String sortExpression, SortDirection sortDirection) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, HttpException, MulticastNotSupportedException
-
UpdateRow
public void UpdateRow(int rowIndex, boolean causesValidation) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, HttpException, MulticastNotSupportedException
-
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
-
getAutoGenerateDeleteButton
public boolean getAutoGenerateDeleteButton() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAutoGenerateDeleteButton
public void setAutoGenerateDeleteButton(boolean AutoGenerateDeleteButton) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getAutoGenerateEditButton
public boolean getAutoGenerateEditButton() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAutoGenerateEditButton
public void setAutoGenerateEditButton(boolean AutoGenerateEditButton) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getAutoGenerateSelectButton
public boolean getAutoGenerateSelectButton() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAutoGenerateSelectButton
public void setAutoGenerateSelectButton(boolean AutoGenerateSelectButton) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEnableModelValidation
public boolean getEnableModelValidation() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEnableModelValidation
public void setEnableModelValidation(boolean EnableModelValidation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEnablePersistedSelection
public boolean getEnablePersistedSelection() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEnablePersistedSelection
public void setEnablePersistedSelection(boolean EnablePersistedSelection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEnableSortingAndPagingCallbacks
public boolean getEnableSortingAndPagingCallbacks() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEnableSortingAndPagingCallbacks
public void setEnableSortingAndPagingCallbacks(boolean EnableSortingAndPagingCallbacks) 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
-
getShowHeaderWhenEmpty
public boolean getShowHeaderWhenEmpty() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setShowHeaderWhenEmpty
public void setShowHeaderWhenEmpty(boolean ShowHeaderWhenEmpty) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getUseAccessibleHeader
public boolean getUseAccessibleHeader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setUseAccessibleHeader
public void setUseAccessibleHeader(boolean UseAccessibleHeader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCellPadding
public int getCellPadding() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
setCellPadding
public void setCellPadding(int CellPadding) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
getCellSpacing
public int getCellSpacing() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
setCellSpacing
public void setCellSpacing(int CellSpacing) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
getEditIndex
public int getEditIndex() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEditIndex
public void setEditIndex(int EditIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMulticastNotSupportedException
-
getPageCount
public int getPageCount() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPageIndex
public int getPageIndex() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPageIndex
public void setPageIndex(int PageIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException
-
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- Throws:
java.lang.Throwable
-
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
-
getSelectedValue
public NetObject getSelectedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
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
-
getCaption
public java.lang.String getCaption() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCaption
public void setCaption(java.lang.String Caption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDeleteMethod
public java.lang.String getDeleteMethod() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDeleteMethod
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- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpException
-
getEmptyDataText
public java.lang.String getEmptyDataText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEmptyDataText
public void setEmptyDataText(java.lang.String EmptyDataText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getRowHeaderColumn
public java.lang.String getRowHeaderColumn() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setRowHeaderColumn
public void setRowHeaderColumn(java.lang.String RowHeaderColumn) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSortExpression
public java.lang.String getSortExpression() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUpdateMethod
public java.lang.String getUpdateMethod() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUpdateMethod
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- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpException
-
getClientIDRowSuffix
public java.lang.String[] getClientIDRowSuffix() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setClientIDRowSuffix
public void setClientIDRowSuffix(java.lang.String[] ClientIDRowSuffix) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getDataKeyNames
public java.lang.String[] getDataKeyNames() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDataKeyNames
public void setDataKeyNames(java.lang.String[] DataKeyNames) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getColumnsGenerator
public IAutoFieldGenerator getColumnsGenerator() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setColumnsGenerator
public void setColumnsGenerator(IAutoFieldGenerator ColumnsGenerator) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEmptyDataTemplate
public ITemplate getEmptyDataTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEmptyDataTemplate
public void setEmptyDataTemplate(ITemplate EmptyDataTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPagerTemplate
public ITemplate getPagerTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPagerTemplate
public void setPagerTemplate(ITemplate PagerTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getColumns
public DataControlFieldCollection getColumns() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MulticastNotSupportedException
-
getSelectedDataKey
public DataKey getSelectedDataKey() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getSelectedPersistedDataKey
public DataKey getSelectedPersistedDataKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectedPersistedDataKey
public void setSelectedPersistedDataKey(DataKey SelectedPersistedDataKey) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClientIDRowSuffixDataKeys
public DataKeyArray getClientIDRowSuffixDataKeys() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataKeys
public DataKeyArray getDataKeys() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGridLines
public GridLines getGridLines() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
setGridLines
public void setGridLines(GridLines GridLines) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
getBottomPagerRow
public GridViewRow getBottomPagerRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getFooterRow
public GridViewRow getFooterRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getHeaderRow
public GridViewRow getHeaderRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getSelectedRow
public GridViewRow getSelectedRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, MissingMethodException, TargetInvocationException, ProviderException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionNullReferenceException
-
getTopPagerRow
public GridViewRow getTopPagerRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getRows
public GridViewRowCollection getRows() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getHorizontalAlign
public HorizontalAlign getHorizontalAlign() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
setHorizontalAlign
public void setHorizontalAlign(HorizontalAlign HorizontalAlign) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
getPagerSettings
public PagerSettings getPagerSettings() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MulticastNotSupportedException
-
getSortDirection
public SortDirection getSortDirection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaptionAlign
public TableCaptionAlign getCaptionAlign() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCaptionAlign
public void setCaptionAlign(TableCaptionAlign CaptionAlign) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getAlternatingRowStyle
public TableItemStyle getAlternatingRowStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getEditRowStyle
public TableItemStyle getEditRowStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getEmptyDataRowStyle
public TableItemStyle getEmptyDataRowStyle() 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
-
getPagerStyle
public TableItemStyle getPagerStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getRowStyle
public TableItemStyle getRowStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getSelectedRowStyle
public TableItemStyle getSelectedRowStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getSortedAscendingCellStyle
public TableItemStyle getSortedAscendingCellStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getSortedAscendingHeaderStyle
public TableItemStyle getSortedAscendingHeaderStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getSortedDescendingCellStyle
public TableItemStyle getSortedDescendingCellStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getSortedDescendingHeaderStyle
public TableItemStyle getSortedDescendingHeaderStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
addPageIndexChanged
public void addPageIndexChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePageIndexChanged
public void removePageIndexChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelectedIndexChanged
public void addSelectedIndexChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelectedIndexChanged
public void removeSelectedIndexChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSorted
public void addSorted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSorted
public void removeSorted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowCancelingEdit
public void addRowCancelingEdit(GridViewCancelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowCancelingEdit
public void removeRowCancelingEdit(GridViewCancelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowCommand
public void addRowCommand(GridViewCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowCommand
public void removeRowCommand(GridViewCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowDeleted
public void addRowDeleted(GridViewDeletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowDeleted
public void removeRowDeleted(GridViewDeletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowDeleting
public void addRowDeleting(GridViewDeleteEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowDeleting
public void removeRowDeleting(GridViewDeleteEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowEditing
public void addRowEditing(GridViewEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowEditing
public void removeRowEditing(GridViewEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPageIndexChanging
public void addPageIndexChanging(GridViewPageEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePageIndexChanging
public void removePageIndexChanging(GridViewPageEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowCreated
public void addRowCreated(GridViewRowEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowCreated
public void removeRowCreated(GridViewRowEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowDataBound
public void addRowDataBound(GridViewRowEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowDataBound
public void removeRowDataBound(GridViewRowEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelectedIndexChanging
public void addSelectedIndexChanging(GridViewSelectEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelectedIndexChanging
public void removeSelectedIndexChanging(GridViewSelectEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSorting
public void addSorting(GridViewSortEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSorting
public void removeSorting(GridViewSortEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowUpdated
public void addRowUpdated(GridViewUpdatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowUpdated
public void removeRowUpdated(GridViewUpdatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowUpdating
public void addRowUpdating(GridViewUpdateEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowUpdating
public void removeRowUpdating(GridViewUpdateEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-