Package system.web.ui.webcontrols
Class DataList
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- system.web.ui.webcontrols.WebControl
-
- system.web.ui.webcontrols.BaseDataList
-
- system.web.ui.webcontrols.DataList
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IAttributeAccessor
,INamingContainer
,IParserAccessor
public class DataList extends BaseDataList implements INamingContainer
The base .NET class managing System.Web.UI.WebControls.DataList, 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.DataList
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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.WebControls.DataListstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.web.ui.webcontrols.BaseDataList
addSelectedIndexChanged, DataBind, getCaption, getCaptionAlign, getCellPadding, getCellSpacing, getDataKeyField, getDataKeys, getDataMember, getDataSource, getDataSourceID, getGridLines, getHorizontalAlign, getUseAccessibleHeader, IsBindableType, removeSelectedIndexChanged, setCaption, setCaptionAlign, setCellPadding, setCellSpacing, setDataKeyField, setDataMember, setDataSource, setDataSourceID, setGridLines, setHorizontalAlign, setUseAccessibleHeader
-
Methods inherited from class system.web.ui.webcontrols.WebControl
ApplyStyle, CopyBaseAttributes, getAccessKey, getAttributes, getBackColor, getBorderColor, getBorderStyle, getBorderWidth, getControlStyle, getControlStyleCreated, getCssClass, getDisabledCssClass, getEnabled, getFont, getForeColor, getHasAttributes, getHeight, getStyle, getSupportsDisabledAttribute, getTabIndex, getToolTip, getWidth, MergeStyle, RenderBeginTag, RenderEndTag, setAccessKey, setBackColor, setBorderColor, setBorderStyle, setBorderWidth, setCssClass, setDisabledCssClass, setEnabled, setForeColor, setHeight, setTabIndex, setToolTip, setWidth
-
Methods inherited from class system.web.ui.Control
addDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, Dispose, FindControl, Focus, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, HasControls, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, RenderControl, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IAttributeAccessor
GetAttribute, SetAttribute
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.DataList- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIAttributeAccessor
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceINamingContainer
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- Overrides:
getJCOAssemblyName
in classBaseDataList
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIAttributeAccessor
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceINamingContainer
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- Overrides:
getJCOClassName
in classBaseDataList
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIAttributeAccessor
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceINamingContainer
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- Overrides:
getJCOObjectName
in classBaseDataList
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIAttributeAccessor
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceINamingContainer
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- Overrides:
getJCOInstance
in classBaseDataList
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classBaseDataList
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIAttributeAccessor
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceINamingContainer
- Specified by:
getJCOType
in interfaceIParserAccessor
- Overrides:
getJCOType
in classBaseDataList
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataList cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataList
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataList
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getExtractTemplateRows
public boolean getExtractTemplateRows() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setExtractTemplateRows
public void setExtractTemplateRows(boolean ExtractTemplateRows) 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
-
getEditItemIndex
public int getEditItemIndex() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEditItemIndex
public void setEditItemIndex(int EditItemIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getRepeatColumns
public int getRepeatColumns() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setRepeatColumns
public void setRepeatColumns(int RepeatColumns) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getSelectedIndex
public int getSelectedIndex() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSelectedIndex
public void setSelectedIndex(int SelectedIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getSelectedValue
public NetObject getSelectedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getAlternatingItemTemplate
public ITemplate getAlternatingItemTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAlternatingItemTemplate
public void setAlternatingItemTemplate(ITemplate AlternatingItemTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
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
-
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
-
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
-
getSelectedItemTemplate
public ITemplate getSelectedItemTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectedItemTemplate
public void setSelectedItemTemplate(ITemplate SelectedItemTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSeparatorTemplate
public ITemplate getSeparatorTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSeparatorTemplate
public void setSeparatorTemplate(ITemplate SeparatorTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectedItem
public DataListItem getSelectedItem() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, ProviderException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
ConfigurationErrorsException
ProviderException
NullReferenceException
-
getItems
public DataListItemCollection getItems() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
TypeLoadException
ProviderException
ArgumentOutOfRangeException
NotSupportedException
-
getRepeatDirection
public RepeatDirection getRepeatDirection() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setRepeatDirection
public void setRepeatDirection(RepeatDirection RepeatDirection) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getRepeatLayout
public RepeatLayout getRepeatLayout() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setRepeatLayout
public void setRepeatLayout(RepeatLayout RepeatLayout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getAlternatingItemStyle
public TableItemStyle getAlternatingItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getEditItemStyle
public TableItemStyle getEditItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getFooterStyle
public TableItemStyle getFooterStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getHeaderStyle
public TableItemStyle getHeaderStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getItemStyle
public TableItemStyle getItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getSelectedItemStyle
public TableItemStyle getSelectedItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getSeparatorStyle
public TableItemStyle getSeparatorStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
addCancelCommand
public void addCancelCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCancelCommand
public void removeCancelCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDeleteCommand
public void addDeleteCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeleteCommand
public void removeDeleteCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addEditCommand
public void addEditCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeEditCommand
public void removeEditCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemCommand
public void addItemCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemCommand
public void removeItemCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUpdateCommand
public void addUpdateCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdateCommand
public void removeUpdateCommand(DataListCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemCreated
public void addItemCreated(DataListItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemCreated
public void removeItemCreated(DataListItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemDataBound
public void addItemDataBound(DataListItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemDataBound
public void removeItemDataBound(DataListItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-