public class CollectionViewSource extends DependencyObject implements ISupportInitialize, IWeakEventListener
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.CollectionViewSource
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: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Data.CollectionViewSource
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CollectionViewSource() |
CollectionViewSource(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(FilterEventHandler handler) |
static CollectionViewSource |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into CollectionViewSource, a cast assert is made to check if types are compatible. |
IDisposable |
DeferRefresh() |
boolean |
getCanChangeLiveFiltering() |
boolean |
getCanChangeLiveGrouping() |
boolean |
getCanChangeLiveSorting() |
NetType |
getCollectionViewType() |
CultureInfo |
getCulture() |
static ICollectionView |
GetDefaultView(NetObject source) |
boolean |
getIsLiveFilteringRequested() |
boolean |
getIsLiveGroupingRequested() |
boolean |
getIsLiveSortingRequested() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
SortDescriptionCollection |
getSortDescriptions() |
NetObject |
getSource() |
ICollectionView |
getView() |
static boolean |
IsDefaultView(ICollectionView view) |
void |
removeFilter(FilterEventHandler handler) |
void |
setCanChangeLiveFiltering(boolean CanChangeLiveFiltering) |
void |
setCanChangeLiveGrouping(boolean CanChangeLiveGrouping) |
void |
setCanChangeLiveSorting(boolean CanChangeLiveSorting) |
void |
setCollectionViewType(NetType CollectionViewType) |
void |
setCulture(CultureInfo Culture) |
void |
setIsLiveFilteringRequested(boolean IsLiveFilteringRequested) |
void |
setIsLiveGroupingRequested(boolean IsLiveGroupingRequested) |
void |
setIsLiveSortingRequested(boolean IsLiveSortingRequested) |
void |
setJCOInstance(JCObject instance) |
void |
setSource(NetObject Source) |
ClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValueCheckAccess, getDispatcher, VerifyAccessEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringBeginInit, EndInit, ToISupportInitializeReceiveWeakEvent, ToIWeakEventListenerpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CollectionViewSource()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
FormatException,
NotSupportedException,
MissingMethodException
public CollectionViewSource(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addFilter(FilterEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static CollectionViewSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CollectionViewSource, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCollectionViewSource instancejava.lang.Throwable - in case of error during cast operationpublic IDisposable DeferRefresh() throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanChangeLiveFiltering()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getCanChangeLiveGrouping()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getCanChangeLiveSorting()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public NetType getCollectionViewType() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public CultureInfo getCulture() throws java.lang.Throwable
java.lang.Throwablepublic static ICollectionView GetDefaultView(NetObject source) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, InvalidOperationException, MulticastNotSupportedException, NotSupportedException, SecurityException, NotImplementedException, IndexOutOfRangeException
public boolean getIsLiveFilteringRequested()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getIsLiveGroupingRequested()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getIsLiveSortingRequested()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISupportInitializegetJCOAssemblyName in interface IWeakEventListenergetJCOAssemblyName in class DependencyObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISupportInitializegetJCOClassName in interface IWeakEventListenergetJCOClassName in class DependencyObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISupportInitializegetJCOInstance in interface IWeakEventListenergetJCOInstance in class DependencyObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISupportInitializegetJCOObjectName in interface IWeakEventListenergetJCOObjectName in class DependencyObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISupportInitializegetJCOType in interface IWeakEventListenergetJCOType in class DependencyObjectJCType representing the CLR Type of the instantiated Classpublic SortDescriptionCollection getSortDescriptions() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getSource() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public ICollectionView getView() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionpublic static boolean IsDefaultView(ICollectionView view) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, Win32Exception, InvalidOperationException, OverflowException, NotImplementedException, NotSupportedException, MissingMethodException, TargetInvocationException
public void removeFilter(FilterEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setCanChangeLiveFiltering(boolean CanChangeLiveFiltering)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setCanChangeLiveGrouping(boolean CanChangeLiveGrouping)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setCanChangeLiveSorting(boolean CanChangeLiveSorting)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setCollectionViewType(NetType CollectionViewType) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setCulture(CultureInfo Culture) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, OverflowException, InvalidEnumArgumentException, MissingMethodException, TargetInvocationException
public void setIsLiveFilteringRequested(boolean IsLiveFilteringRequested)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setIsLiveGroupingRequested(boolean IsLiveGroupingRequested)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setIsLiveSortingRequested(boolean IsLiveSortingRequested)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DependencyObjectpublic void setSource(NetObject Source) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException