Package system.componentmodel
Interface ICollectionView
-
- All Superinterfaces:
IEnumerable
,IJCOBridgeReflected
,INotifyCollectionChanged
,java.lang.Iterable<NetObject>
- All Known Implementing Classes:
ICollectionViewImplementation
public interface ICollectionView extends IJCOBridgeReflected, IEnumerable, INotifyCollectionChanged
The base .NET class managing System.ComponentModel.ICollectionView, WindowsBase, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.ICollectionView
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: WindowsBase, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: WindowsBasestatic java.lang.String
className
Qualified class name: System.ComponentModel.ICollectionView
-
Method Summary
-
Methods inherited from interface org.mases.jcobridge.netreflection.IEnumerable
GetEnumerator
-
Methods inherited from interface system.collections.specialized.INotifyCollectionChanged
addCollectionChanged, removeCollectionChanged
-
-
-
-
Field Detail
-
assemblyFullName
static final java.lang.String assemblyFullName
Fully assembly qualified name: WindowsBase, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
static final java.lang.String assemblyShortName
Assembly name: WindowsBase- See Also:
- Constant Field Values
-
className
static final java.lang.String className
Qualified class name: System.ComponentModel.ICollectionView- See Also:
- Constant Field Values
-
-
Method Detail
-
ToICollectionView
static ICollectionView ToICollectionView(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoICollectionView
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ICollectionView
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getJCOAssemblyName
java.lang.String getJCOAssemblyName()
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceINotifyCollectionChanged
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
java.lang.String getJCOClassName()
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceINotifyCollectionChanged
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
java.lang.String getJCOObjectName()
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceINotifyCollectionChanged
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
java.lang.Object getJCOInstance()
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceINotifyCollectionChanged
- Returns:
- An
Object
representing the instance of the instantiated Class
-
getJCOType
JCType getJCOType()
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceINotifyCollectionChanged
- Returns:
- A
JCType
representing the Type of the instantiated Class
-
Contains
boolean Contains(NetObject item) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveCurrentTo
boolean MoveCurrentTo(NetObject item) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveCurrentToFirst
boolean MoveCurrentToFirst() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveCurrentToLast
boolean MoveCurrentToLast() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveCurrentToNext
boolean MoveCurrentToNext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveCurrentToPosition
boolean MoveCurrentToPosition(int position) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveCurrentToPrevious
boolean MoveCurrentToPrevious() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DeferRefresh
IDisposable DeferRefresh() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Refresh
void Refresh() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanFilter
boolean getCanFilter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanGroup
boolean getCanGroup() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanSort
boolean getCanSort() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsCurrentAfterLast
boolean getIsCurrentAfterLast() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsCurrentBeforeFirst
boolean getIsCurrentBeforeFirst() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsEmpty
boolean getIsEmpty() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentPosition
int getCurrentPosition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSourceCollection
IEnumerable getSourceCollection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSortDescriptions
SortDescriptionCollection getSortDescriptions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCulture
CultureInfo getCulture() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCulture
void setCulture(CultureInfo Culture) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentItem
NetObject getCurrentItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCurrentChanging
void addCurrentChanging(CurrentChangingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCurrentChanging
void removeCurrentChanging(CurrentChangingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCurrentChanged
void addCurrentChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCurrentChanged
void removeCurrentChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-