public interface ICollectionView extends IJCOBridgeReflected, IEnumerable, INotifyCollectionChanged
.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=10.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
|
GetEnumerator, ToIEnumerableaddCollectionChanged, removeCollectionChanged, ToINotifyCollectionChangedstatic final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
void addCurrentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid addCurrentChanging(CurrentChangingEventHandler handler) throws java.lang.Throwable
java.lang.Throwableboolean Contains(NetObject item) throws java.lang.Throwable
java.lang.ThrowableIDisposable DeferRefresh() throws java.lang.Throwable
java.lang.Throwableboolean getCanFilter()
throws java.lang.Throwable
java.lang.Throwableboolean getCanGroup()
throws java.lang.Throwable
java.lang.Throwableboolean getCanSort()
throws java.lang.Throwable
java.lang.ThrowableCultureInfo getCulture() throws java.lang.Throwable
java.lang.ThrowableNetObject getCurrentItem() throws java.lang.Throwable
java.lang.Throwableint getCurrentPosition()
throws java.lang.Throwable
java.lang.Throwableboolean getIsCurrentAfterLast()
throws java.lang.Throwable
java.lang.Throwableboolean getIsCurrentBeforeFirst()
throws java.lang.Throwable
java.lang.Throwableboolean getIsEmpty()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface INotifyCollectionChangedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface INotifyCollectionChangedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface INotifyCollectionChangedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface INotifyCollectionChangedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedgetJCOType in interface INotifyCollectionChangedJCType representing the Type of the instantiated ClassSortDescriptionCollection getSortDescriptions() throws java.lang.Throwable
java.lang.ThrowableIEnumerable getSourceCollection() throws java.lang.Throwable
java.lang.Throwableboolean MoveCurrentTo(NetObject item) throws java.lang.Throwable
java.lang.Throwableboolean MoveCurrentToFirst()
throws java.lang.Throwable
java.lang.Throwableboolean MoveCurrentToLast()
throws java.lang.Throwable
java.lang.Throwableboolean MoveCurrentToNext()
throws java.lang.Throwable
java.lang.Throwableboolean MoveCurrentToPosition(int position)
throws java.lang.Throwable
java.lang.Throwableboolean MoveCurrentToPrevious()
throws java.lang.Throwable
java.lang.Throwablevoid Refresh()
throws java.lang.Throwable
java.lang.Throwablevoid removeCurrentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid removeCurrentChanging(CurrentChangingEventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid setCulture(CultureInfo Culture) throws java.lang.Throwable
java.lang.Throwablestatic ICollectionView ToICollectionView(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ICollectionView, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedICollectionView instancejava.lang.Throwable - in case of error during cast operation