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=4.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.StringassemblyFullNameFully assembly qualified name: WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: WindowsBasestatic java.lang.StringclassNameQualified 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=4.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 theIJCOBridgeReflectedinstance intoICollectionView, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ICollectionViewinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getJCOAssemblyName
java.lang.String getJCOAssemblyName()
Returns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceINotifyCollectionChanged- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
java.lang.String getJCOClassName()
Returns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceINotifyCollectionChanged- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
java.lang.String getJCOObjectName()
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceINotifyCollectionChanged- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
java.lang.Object getJCOInstance()
Returns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceINotifyCollectionChanged- Returns:
- An
Objectrepresenting the instance of the instantiated Class
-
getJCOType
JCType getJCOType()
Returns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceINotifyCollectionChanged- Returns:
- A
JCTyperepresenting 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
-
-