Package system.windows.data
Class CollectionViewSource
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.DependencyObject
-
- system.windows.data.CollectionViewSource
-
- All Implemented Interfaces:
IJCOBridgeReflected,ISupportInitialize,IWeakEventListener
public class CollectionViewSource extends DependencyObject implements ISupportInitialize, IWeakEventListener
The base .NET class managing System.Windows.Data.CollectionViewSource, PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Data.CollectionViewSourcestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description CollectionViewSource()CollectionViewSource(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFilter(FilterEventHandler handler)static CollectionViewSourcecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCollectionViewSource, a cast assert is made to check if types are compatible.IDisposableDeferRefresh()booleangetCanChangeLiveFiltering()booleangetCanChangeLiveGrouping()booleangetCanChangeLiveSorting()NetTypegetCollectionViewType()CultureInfogetCulture()static ICollectionViewGetDefaultView(NetObject source)booleangetIsLiveFilteringRequested()booleangetIsLiveGroupingRequested()booleangetIsLiveSortingRequested()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeSortDescriptionCollectiongetSortDescriptions()NetObjectgetSource()ICollectionViewgetView()static booleanIsDefaultView(ICollectionView view)voidremoveFilter(FilterEventHandler handler)voidsetCanChangeLiveFiltering(boolean CanChangeLiveFiltering)voidsetCanChangeLiveGrouping(boolean CanChangeLiveGrouping)voidsetCanChangeLiveSorting(boolean CanChangeLiveSorting)voidsetCollectionViewType(NetType CollectionViewType)voidsetCulture(CultureInfo Culture)voidsetIsLiveFilteringRequested(boolean IsLiveFilteringRequested)voidsetIsLiveGroupingRequested(boolean IsLiveGroupingRequested)voidsetIsLiveSortingRequested(boolean IsLiveSortingRequested)voidsetJCOInstance(JCObject instance)voidsetSource(NetObject Source)-
Methods inherited from class system.windows.DependencyObject
ClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValue
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.componentmodel.ISupportInitialize
BeginInit, EndInit
-
Methods inherited from interface system.windows.IWeakEventListener
ReceiveWeakEvent
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Data.CollectionViewSource- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CollectionViewSource
public CollectionViewSource(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
CollectionViewSource
public CollectionViewSource() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, MissingMethodException- Throws:
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionMissingMethodException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceISupportInitialize- Specified by:
getJCOAssemblyNamein interfaceIWeakEventListener- Overrides:
getJCOAssemblyNamein classDependencyObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceISupportInitialize- Specified by:
getJCOClassNamein interfaceIWeakEventListener- Overrides:
getJCOClassNamein classDependencyObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceISupportInitialize- Specified by:
getJCOObjectNamein interfaceIWeakEventListener- Overrides:
getJCOObjectNamein classDependencyObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceISupportInitialize- Specified by:
getJCOInstancein interfaceIWeakEventListener- Overrides:
getJCOInstancein classDependencyObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDependencyObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceISupportInitialize- Specified by:
getJCOTypein interfaceIWeakEventListener- Overrides:
getJCOTypein classDependencyObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static CollectionViewSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCollectionViewSource, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CollectionViewSourceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsDefaultView
public static boolean IsDefaultView(ICollectionView view) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, Win32Exception, NotSupportedException, IndexOutOfRangeException, PlatformNotSupportedException, MissingMethodException, TargetInvocationException
-
GetDefaultView
public static ICollectionView GetDefaultView(NetObject source) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, MulticastNotSupportedException, NotSupportedException, OutOfMemoryException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionPlatformNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionArgumentNullExceptionMulticastNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationException
-
DeferRefresh
public IDisposable DeferRefresh() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanChangeLiveFiltering
public boolean getCanChangeLiveFiltering() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setCanChangeLiveFiltering
public void setCanChangeLiveFiltering(boolean CanChangeLiveFiltering) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
getCanChangeLiveGrouping
public boolean getCanChangeLiveGrouping() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setCanChangeLiveGrouping
public void setCanChangeLiveGrouping(boolean CanChangeLiveGrouping) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
getCanChangeLiveSorting
public boolean getCanChangeLiveSorting() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setCanChangeLiveSorting
public void setCanChangeLiveSorting(boolean CanChangeLiveSorting) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
getIsLiveFilteringRequested
public boolean getIsLiveFilteringRequested() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setIsLiveFilteringRequested
public void setIsLiveFilteringRequested(boolean IsLiveFilteringRequested) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
getIsLiveGroupingRequested
public boolean getIsLiveGroupingRequested() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setIsLiveGroupingRequested
public void setIsLiveGroupingRequested(boolean IsLiveGroupingRequested) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
getIsLiveSortingRequested
public boolean getIsLiveSortingRequested() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setIsLiveSortingRequested
public void setIsLiveSortingRequested(boolean IsLiveSortingRequested) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
getView
public ICollectionView getView() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, OutOfMemoryException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationException
-
getSortDescriptions
public SortDescriptionCollection getSortDescriptions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCulture
public CultureInfo getCulture() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCulture
public void setCulture(CultureInfo Culture) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, PlatformNotSupportedException, InvalidEnumArgumentException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException
-
getSource
public NetObject getSource() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setSource
public void setSource(NetObject Source) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getCollectionViewType
public NetType getCollectionViewType() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setCollectionViewType
public void setCollectionViewType(NetType CollectionViewType) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
addFilter
public void addFilter(FilterEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFilter
public void removeFilter(FilterEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-