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=8.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.String
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Data.CollectionViewSourcestatic JCType
classType
The 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 void
addFilter(FilterEventHandler handler)
static CollectionViewSource
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoCollectionViewSource
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeSortDescriptionCollection
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)
-
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=8.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.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
CollectionViewSource
public CollectionViewSource() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
MissingMethodException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceISupportInitialize
- Specified by:
getJCOAssemblyName
in interfaceIWeakEventListener
- Overrides:
getJCOAssemblyName
in classDependencyObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceISupportInitialize
- Specified by:
getJCOClassName
in interfaceIWeakEventListener
- Overrides:
getJCOClassName
in classDependencyObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceISupportInitialize
- Specified by:
getJCOObjectName
in interfaceIWeakEventListener
- Overrides:
getJCOObjectName
in classDependencyObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceISupportInitialize
- Specified by:
getJCOInstance
in interfaceIWeakEventListener
- Overrides:
getJCOInstance
in classDependencyObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDependencyObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceISupportInitialize
- Specified by:
getJCOType
in interfaceIWeakEventListener
- Overrides:
getJCOType
in classDependencyObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static CollectionViewSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoCollectionViewSource
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
CollectionViewSource
instance- 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, ArgumentNullException, Win32Exception, OverflowException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
Win32Exception
OverflowException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
GetDefaultView
public static ICollectionView GetDefaultView(NetObject source) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, RankException, ArrayTypeMismatchException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, NotSupportedException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
PlatformNotSupportedException
RankException
ArrayTypeMismatchException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
MulticastNotSupportedException
NotSupportedException
OutOfMemoryException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
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, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
RankException
ArrayTypeMismatchException
ArgumentNullException
FormatException
InvalidEnumArgumentException
Win32Exception
MulticastNotSupportedException
OutOfMemoryException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
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, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, 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, FormatException, NotSupportedException, 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, FormatException, NotSupportedException, 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
-
-