public class FormView extends CompositeDataBoundControl implements IPostBackEventHandler, IPostBackContainer
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.FormView
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.FormView
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FormView() |
FormView(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, ToStringRaisePostBackEvent, ToIPostBackEventHandlerGetPostBackOptions, ToIPostBackContainerToINamingContainerGetAttribute, SetAttribute, ToIAttributeAccessorAddParsedSubObject, ToIParserAccessorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FormView()
throws java.lang.Throwable
java.lang.Throwablepublic FormView(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addItemCommand(FormViewCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addItemCreated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addItemDeleted(FormViewDeletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addItemDeleting(FormViewDeleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addItemInserted(FormViewInsertedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addItemInserting(FormViewInsertEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addItemUpdated(FormViewUpdatedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addItemUpdating(FormViewUpdateEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addModeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addModeChanging(FormViewModeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPageIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPageIndexChanging(FormViewPageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static FormView cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FormView, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFormView instancejava.lang.Throwable - in case of error during cast operationpublic void ChangeMode(FormViewMode newMode) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionInvalidOperationExceptionpublic void DataBind()
throws java.lang.Throwable
DataBind in class BaseDataBoundControljava.lang.Throwablepublic void DeleteItem()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException,
MulticastNotSupportedException,
HttpException
public boolean getAllowPaging()
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 FormViewRow 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 FormViewMode getCurrentMode() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getDataItem() throws java.lang.Throwable
java.lang.Throwablepublic int getDataItemCount()
throws java.lang.Throwable
java.lang.Throwablepublic int getDataItemIndex()
throws java.lang.Throwable
java.lang.Throwablepublic DataKey getDataKey() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getDataKeyNames()
throws java.lang.Throwable
java.lang.Throwablepublic FormViewMode getDefaultMode() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDeleteMethod()
throws java.lang.Throwable
java.lang.Throwablepublic ITemplate getEditItemTemplate() 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 FormViewRow 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 ITemplate getFooterTemplate() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFooterText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public GridLines getGridLines() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public FormViewRow 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 ITemplate getHeaderTemplate() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHeaderText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public HorizontalAlign getHorizontalAlign() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public ITemplate getInsertItemTemplate() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getInsertMethod()
throws java.lang.Throwable
java.lang.Throwablepublic TableItemStyle getInsertRowStyle() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic ITemplate getItemTemplate() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAttributeAccessorgetJCOAssemblyName in interface INamingContainergetJCOAssemblyName in interface IParserAccessorgetJCOAssemblyName in interface IPostBackEventHandlergetJCOAssemblyName 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 INamingContainergetJCOClassName in interface IParserAccessorgetJCOClassName in interface IPostBackEventHandlergetJCOClassName 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 INamingContainergetJCOInstance in interface IParserAccessorgetJCOInstance in interface IPostBackEventHandlergetJCOInstance 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 INamingContainergetJCOObjectName in interface IParserAccessorgetJCOObjectName in interface IPostBackEventHandlergetJCOObjectName 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 INamingContainergetJCOType in interface IParserAccessorgetJCOType in interface IPostBackEventHandlergetJCOType 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 boolean getRenderOuterTable()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public FormViewRow getRow() 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 NetObject getSelectedValue() throws java.lang.Throwable
java.lang.Throwablepublic FormViewRow 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 void InsertItem(boolean causesValidation)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
HttpException,
MulticastNotSupportedException
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 removeItemCommand(FormViewCommandEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeItemCreated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeItemDeleted(FormViewDeletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeItemDeleting(FormViewDeleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeItemInserted(FormViewInsertedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeItemInserting(FormViewInsertEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeItemUpdated(FormViewUpdatedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeItemUpdating(FormViewUpdateEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeModeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeModeChanging(FormViewModeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePageIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePageIndexChanging(FormViewPageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setAllowPaging(boolean AllowPaging)
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 setDataKeyNames(java.lang.String[] DataKeyNames)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setDefaultMode(FormViewMode DefaultMode) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic 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 setEditItemTemplate(ITemplate EditItemTemplate) throws java.lang.Throwable
java.lang.Throwablepublic 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 setFooterTemplate(ITemplate FooterTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setFooterText(java.lang.String FooterText)
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 setHeaderTemplate(ITemplate HeaderTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setHeaderText(java.lang.String HeaderText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setHorizontalAlign(HorizontalAlign HorizontalAlign) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public void setInsertItemTemplate(ITemplate InsertItemTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setInsertMethod(java.lang.String InsertMethod)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException,
NotImplementedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
HttpException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionpublic void setItemTemplate(ITemplate ItemTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class CompositeDataBoundControlpublic void setPageIndex(int PageIndex)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ArgumentException,
InvalidOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionInvalidOperationExceptionpublic void SetPageIndex(int index)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException
public void setPagerTemplate(ITemplate PagerTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setRenderOuterTable(boolean RenderOuterTable)
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 UpdateItem(boolean causesValidation)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
HttpException,
MulticastNotSupportedException