Package system.web.ui.webcontrols
Class Repeater
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- system.web.ui.webcontrols.Repeater
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,INamingContainer
,IParserAccessor
public class Repeater extends Control implements INamingContainer
The base .NET class managing System.Web.UI.WebControls.Repeater, 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.Repeater
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.Repeaterstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
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.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.Repeater- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceINamingContainer
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- Overrides:
getJCOAssemblyName
in classControl
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceINamingContainer
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- Overrides:
getJCOClassName
in classControl
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceINamingContainer
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- Overrides:
getJCOObjectName
in classControl
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceINamingContainer
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- Overrides:
getJCOInstance
in classControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceINamingContainer
- Specified by:
getJCOType
in interfaceIParserAccessor
- Overrides:
getJCOType
in classControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Repeater cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoRepeater
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Repeater
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
DataBind
public void DataBind() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
- Overrides:
DataBind
in classControl
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
-
getDataSource
public NetObject getDataSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDataSource
public void setDataSource(NetObject DataSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
HttpException
-
getDataMember
public java.lang.String getDataMember() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDataMember
public void setDataMember(java.lang.String DataMember) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException
-
getDataSourceID
public java.lang.String getDataSourceID() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDataSourceID
public void setDataSourceID(java.lang.String DataSourceID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException
-
getItemType
public java.lang.String getItemType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setItemType
public void setItemType(java.lang.String ItemType) throws java.lang.Throwable, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, HttpException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
NotImplementedException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
HttpException
-
getSelectMethod
public java.lang.String getSelectMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectMethod
public void setSelectMethod(java.lang.String SelectMethod) throws java.lang.Throwable, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, HttpException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
NotImplementedException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
HttpException
-
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
-
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
-
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
-
getItems
public RepeaterItemCollection 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
-
addCallingDataMethods
public void addCallingDataMethods(CallingDataMethodsEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCallingDataMethods
public void removeCallingDataMethods(CallingDataMethodsEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCreatingModelDataSource
public void addCreatingModelDataSource(CreatingModelDataSourceEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCreatingModelDataSource
public void removeCreatingModelDataSource(CreatingModelDataSourceEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemCommand
public void addItemCommand(RepeaterCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemCommand
public void removeItemCommand(RepeaterCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemCreated
public void addItemCreated(RepeaterItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemCreated
public void removeItemCreated(RepeaterItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemDataBound
public void addItemDataBound(RepeaterItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemDataBound
public void removeItemDataBound(RepeaterItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-