public class ICollectionViewImplementation extends IEnumerableImplementation implements ICollectionView
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.ICollectionView
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: WindowsBase
|
static java.lang.String |
className
Qualified class name: System.ComponentModel.ICollectionView
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ICollectionViewImplementation(java.lang.Object instance)
Internal constructor.
|
GetEnumerator, iterator, ToIEnumerablecast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringGetEnumerator, ToIEnumerableToINotifyCollectionChangedpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ICollectionViewImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addCollectionChanged(NotifyCollectionChangedEventHandler handler) throws java.lang.Throwable
addCollectionChanged in interface INotifyCollectionChangedjava.lang.Throwablepublic void addCurrentChanged(EventHandler handler) throws java.lang.Throwable
addCurrentChanged in interface ICollectionViewjava.lang.Throwablepublic void addCurrentChanging(CurrentChangingEventHandler handler) throws java.lang.Throwable
addCurrentChanging in interface ICollectionViewjava.lang.Throwablepublic boolean Contains(NetObject item) throws java.lang.Throwable
Contains in interface ICollectionViewjava.lang.Throwablepublic IDisposable DeferRefresh() throws java.lang.Throwable
DeferRefresh in interface ICollectionViewjava.lang.Throwablepublic boolean getCanFilter()
throws java.lang.Throwable
getCanFilter in interface ICollectionViewjava.lang.Throwablepublic boolean getCanGroup()
throws java.lang.Throwable
getCanGroup in interface ICollectionViewjava.lang.Throwablepublic boolean getCanSort()
throws java.lang.Throwable
getCanSort in interface ICollectionViewjava.lang.Throwablepublic CultureInfo getCulture() throws java.lang.Throwable
getCulture in interface ICollectionViewjava.lang.Throwablepublic NetObject getCurrentItem() throws java.lang.Throwable
getCurrentItem in interface ICollectionViewjava.lang.Throwablepublic int getCurrentPosition()
throws java.lang.Throwable
getCurrentPosition in interface ICollectionViewjava.lang.Throwablepublic boolean getIsCurrentAfterLast()
throws java.lang.Throwable
getIsCurrentAfterLast in interface ICollectionViewjava.lang.Throwablepublic boolean getIsCurrentBeforeFirst()
throws java.lang.Throwable
getIsCurrentBeforeFirst in interface ICollectionViewjava.lang.Throwablepublic boolean getIsEmpty()
throws java.lang.Throwable
getIsEmpty in interface ICollectionViewjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface INotifyCollectionChangedgetJCOAssemblyName in interface ICollectionViewgetJCOAssemblyName in class IEnumerableImplementationString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface INotifyCollectionChangedgetJCOClassName in interface ICollectionViewgetJCOClassName in class IEnumerableImplementationString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface INotifyCollectionChangedgetJCOInstance in interface ICollectionViewgetJCOInstance in class IEnumerableImplementationObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface INotifyCollectionChangedgetJCOObjectName in interface ICollectionViewgetJCOObjectName in class IEnumerableImplementationString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface INotifyCollectionChangedgetJCOType in interface ICollectionViewgetJCOType in class IEnumerableImplementationJCType representing the CLR Type of the instantiated Classpublic SortDescriptionCollection getSortDescriptions() throws java.lang.Throwable
getSortDescriptions in interface ICollectionViewjava.lang.Throwablepublic IEnumerable getSourceCollection() throws java.lang.Throwable
getSourceCollection in interface ICollectionViewjava.lang.Throwablepublic boolean MoveCurrentTo(NetObject item) throws java.lang.Throwable
MoveCurrentTo in interface ICollectionViewjava.lang.Throwablepublic boolean MoveCurrentToFirst()
throws java.lang.Throwable
MoveCurrentToFirst in interface ICollectionViewjava.lang.Throwablepublic boolean MoveCurrentToLast()
throws java.lang.Throwable
MoveCurrentToLast in interface ICollectionViewjava.lang.Throwablepublic boolean MoveCurrentToNext()
throws java.lang.Throwable
MoveCurrentToNext in interface ICollectionViewjava.lang.Throwablepublic boolean MoveCurrentToPosition(int position)
throws java.lang.Throwable
MoveCurrentToPosition in interface ICollectionViewjava.lang.Throwablepublic boolean MoveCurrentToPrevious()
throws java.lang.Throwable
MoveCurrentToPrevious in interface ICollectionViewjava.lang.Throwablepublic void Refresh()
throws java.lang.Throwable
Refresh in interface ICollectionViewjava.lang.Throwablepublic void removeCollectionChanged(NotifyCollectionChangedEventHandler handler) throws java.lang.Throwable
removeCollectionChanged in interface INotifyCollectionChangedjava.lang.Throwablepublic void removeCurrentChanged(EventHandler handler) throws java.lang.Throwable
removeCurrentChanged in interface ICollectionViewjava.lang.Throwablepublic void removeCurrentChanging(CurrentChangingEventHandler handler) throws java.lang.Throwable
removeCurrentChanging in interface ICollectionViewjava.lang.Throwablepublic void setCulture(CultureInfo Culture) throws java.lang.Throwable
setCulture in interface ICollectionViewjava.lang.Throwablepublic static ICollectionView ToICollectionView(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ICollectionView, a cast assert is made to check if types are compatible.ToICollectionView in interface ICollectionViewfrom - IJCOBridgeReflected instance to be castedICollectionView instancejava.lang.Throwable - in case of error during cast operation