Package system.web.ui.webcontrols
Class PagedDataSource
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.NetObjectEnumerable
-
- system.web.ui.webcontrols.PagedDataSource
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>
,IEnumerable
,IJCOBridgeReflected
public class PagedDataSource extends NetObjectEnumerable
The base .NET class managing System.Web.UI.WebControls.PagedDataSource, 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.PagedDataSource
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.PagedDataSourcestatic JCType
classType
The type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description PagedDataSource()
PagedDataSource(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PagedDataSource
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoPagedDataSource
, a cast assert is made to check if types are compatible.void
CopyTo(Array array, int index)
boolean
getAllowCustomPaging()
boolean
getAllowPaging()
boolean
getAllowServerPaging()
int
getCount()
int
getCurrentPageIndex()
IEnumerable
getDataSource()
int
getDataSourceCount()
int
getFirstIndexInPage()
boolean
getIsCustomPagingEnabled()
boolean
getIsFirstPage()
boolean
getIsLastPage()
boolean
getIsPagingEnabled()
boolean
getIsReadOnly()
boolean
getIsServerPagingEnabled()
boolean
getIsSynchronized()
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
GetListName(PropertyDescriptor[] listAccessors)
int
getPageCount()
int
getPageSize()
NetObject
getSyncRoot()
int
getVirtualCount()
void
setAllowCustomPaging(boolean AllowCustomPaging)
void
setAllowPaging(boolean AllowPaging)
void
setAllowServerPaging(boolean AllowServerPaging)
void
setCurrentPageIndex(int CurrentPageIndex)
void
setDataSource(IEnumerable DataSource)
void
setJCOInstance(JCObject instance)
void
setPageSize(int PageSize)
void
setVirtualCount(int VirtualCount)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
-
-
-
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.PagedDataSource- 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
- Overrides:
getJCOAssemblyName
in classNetObjectEnumerable
- 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
- Overrides:
getJCOClassName
in classNetObjectEnumerable
- 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
- Overrides:
getJCOObjectName
in classNetObjectEnumerable
- 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
- Overrides:
getJCOInstance
in classNetObjectEnumerable
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObjectEnumerable
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObjectEnumerable
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PagedDataSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPagedDataSource
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PagedDataSource
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetItemProperties
public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetListName
public java.lang.String GetListName(PropertyDescriptor[] listAccessors) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CopyTo
public void CopyTo(Array array, int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
-
getAllowCustomPaging
public boolean getAllowCustomPaging() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowCustomPaging
public void setAllowCustomPaging(boolean AllowCustomPaging) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAllowPaging
public boolean getAllowPaging() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowPaging
public void setAllowPaging(boolean AllowPaging) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAllowServerPaging
public boolean getAllowServerPaging() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowServerPaging
public void setAllowServerPaging(boolean AllowServerPaging) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsCustomPagingEnabled
public boolean getIsCustomPagingEnabled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsFirstPage
public boolean getIsFirstPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsLastPage
public boolean getIsLastPage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
-
getIsPagingEnabled
public boolean getIsPagingEnabled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsServerPagingEnabled
public boolean getIsServerPagingEnabled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsSynchronized
public boolean getIsSynchronized() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCount
public int getCount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
-
getCurrentPageIndex
public int getCurrentPageIndex() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCurrentPageIndex
public void setCurrentPageIndex(int CurrentPageIndex) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataSourceCount
public int getDataSourceCount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getFirstIndexInPage
public int getFirstIndexInPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPageCount
public int getPageCount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
-
getPageSize
public int getPageSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPageSize
public void setPageSize(int PageSize) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVirtualCount
public int getVirtualCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVirtualCount
public void setVirtualCount(int VirtualCount) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataSource
public IEnumerable getDataSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDataSource
public void setDataSource(IEnumerable DataSource) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSyncRoot
public NetObject getSyncRoot() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-