Package system.web.ui.webcontrols
Class FormView
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IAttributeAccessor,INamingContainer,IParserAccessor,IPostBackEventHandler,IPostBackContainer
public class FormView extends CompositeDataBoundControl implements IPostBackEventHandler, IPostBackContainer
The base .NET class managing System.Web.UI.WebControls.FormView, 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.FormView
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.FormViewstatic 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.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.FormView- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIAttributeAccessor- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceINamingContainer- Specified by:
getJCOAssemblyNamein interfaceIParserAccessor- 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 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 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 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 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 FormView cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoFormView, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
FormViewinstance- 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
-
ChangeMode
public void ChangeMode(FormViewMode newMode) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionInvalidOperationException
-
DataBind
public void DataBind() throws java.lang.Throwable- Overrides:
DataBindin classBaseDataBoundControl- Throws:
java.lang.Throwable
-
DeleteItem
public void DeleteItem() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, MulticastNotSupportedException, HttpException
-
InsertItem
public void InsertItem(boolean causesValidation) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, HttpException, MulticastNotSupportedException
-
SetPageIndex
public void SetPageIndex(int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException
-
UpdateItem
public void UpdateItem(boolean causesValidation) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, HttpException, MulticastNotSupportedException
-
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
-
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
-
getRenderOuterTable
public boolean getRenderOuterTable() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setRenderOuterTable
public void setRenderOuterTable(boolean RenderOuterTable) 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
-
getDataItemCount
public int getDataItemCount() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDataItemIndex
public int getDataItemIndex() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
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, ArgumentException, InvalidOperationException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionInvalidOperationException
-
getDataItem
public NetObject getDataItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectedValue
public NetObject getSelectedValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
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
-
getFooterText
public java.lang.String getFooterText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setFooterText
public void setFooterText(java.lang.String FooterText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getHeaderText
public java.lang.String getHeaderText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setHeaderText
public void setHeaderText(java.lang.String HeaderText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getInsertMethod
public java.lang.String getInsertMethod() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setInsertMethod
public void setInsertMethod(java.lang.String InsertMethod) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpException
-
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
-
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
-
getEditItemTemplate
public ITemplate getEditItemTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEditItemTemplate
public void setEditItemTemplate(ITemplate EditItemTemplate) 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
-
getFooterTemplate
public ITemplate getFooterTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFooterTemplate
public void setFooterTemplate(ITemplate FooterTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHeaderTemplate
public ITemplate getHeaderTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHeaderTemplate
public void setHeaderTemplate(ITemplate HeaderTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInsertItemTemplate
public ITemplate getInsertItemTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInsertItemTemplate
public void setInsertItemTemplate(ITemplate InsertItemTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getItemTemplate
public ITemplate getItemTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setItemTemplate
public void setItemTemplate(ITemplate ItemTemplate) 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
-
getDataKey
public DataKey getDataKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentMode
public FormViewMode getCurrentMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultMode
public FormViewMode getDefaultMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultMode
public void setDefaultMode(FormViewMode DefaultMode) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
getBottomPagerRow
public FormViewRow getBottomPagerRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getFooterRow
public FormViewRow getFooterRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getHeaderRow
public FormViewRow getHeaderRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getRow
public FormViewRow getRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
getTopPagerRow
public FormViewRow getTopPagerRow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedException
-
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
-
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
-
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
-
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
-
getInsertRowStyle
public TableItemStyle getInsertRowStyle() 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
-
addItemCreated
public void addItemCreated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemCreated
public void removeItemCreated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addModeChanged
public void addModeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeModeChanged
public void removeModeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
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
-
addItemCommand
public void addItemCommand(FormViewCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemCommand
public void removeItemCommand(FormViewCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemDeleted
public void addItemDeleted(FormViewDeletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemDeleted
public void removeItemDeleted(FormViewDeletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemDeleting
public void addItemDeleting(FormViewDeleteEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemDeleting
public void removeItemDeleting(FormViewDeleteEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemInserted
public void addItemInserted(FormViewInsertedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemInserted
public void removeItemInserted(FormViewInsertedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemInserting
public void addItemInserting(FormViewInsertEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemInserting
public void removeItemInserting(FormViewInsertEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addModeChanging
public void addModeChanging(FormViewModeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeModeChanging
public void removeModeChanging(FormViewModeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPageIndexChanging
public void addPageIndexChanging(FormViewPageEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePageIndexChanging
public void removePageIndexChanging(FormViewPageEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemUpdated
public void addItemUpdated(FormViewUpdatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemUpdated
public void removeItemUpdated(FormViewUpdatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemUpdating
public void addItemUpdating(FormViewUpdateEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemUpdating
public void removeItemUpdating(FormViewUpdateEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-