Package system.windows.data
Class ListCollectionView
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.data.CollectionView
-
- system.windows.data.ListCollectionView
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IComparer
public class ListCollectionView extends CollectionView implements IComparer
The base .NET class managing System.Windows.Data.ListCollectionView, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.ListCollectionView
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.ListCollectionViewstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ListCollectionView()
ListCollectionView(java.lang.Object instance)
Internal constructor.ListCollectionView(IList list)
-
Method Summary
-
Methods inherited from class system.windows.data.CollectionView
addCurrentChanged, addCurrentChanging, DeferRefresh, DetachFromSourceCollection, getCanFilter, getCanGroup, getCanSort, getComparer, getCount, getCulture, getCurrentItem, getCurrentPosition, getIsCurrentAfterLast, getIsCurrentBeforeFirst, getIsEmpty, getIsInUse, getNeedsRefresh, getNewItemPlaceholder, getSortDescriptions, getSourceCollection, MoveCurrentTo, MoveCurrentToFirst, MoveCurrentToLast, MoveCurrentToNext, MoveCurrentToPrevious, Refresh, removeCurrentChanged, removeCurrentChanging, setCulture
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
-
-
-
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.ListCollectionView- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ListCollectionView
public ListCollectionView(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ListCollectionView
public ListCollectionView() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ListCollectionView
public ListCollectionView(IList list) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIComparer
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classCollectionView
- 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 interfaceIComparer
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classCollectionView
- 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 interfaceIComparer
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classCollectionView
- 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 interfaceIComparer
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classCollectionView
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classCollectionView
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIComparer
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classCollectionView
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ListCollectionView cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoListCollectionView
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ListCollectionView
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Contains
public boolean Contains(NetObject item) throws java.lang.Throwable, ArgumentException, InvalidOperationException
- Overrides:
Contains
in classCollectionView
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
-
MoveCurrentToPosition
public boolean MoveCurrentToPosition(int position) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
- Overrides:
MoveCurrentToPosition
in classCollectionView
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
-
PassesFilter
public boolean PassesFilter(NetObject item) throws java.lang.Throwable
- Overrides:
PassesFilter
in classCollectionView
- Throws:
java.lang.Throwable
-
IndexOf
public int IndexOf(NetObject item) throws java.lang.Throwable, ArgumentException, InvalidOperationException
- Overrides:
IndexOf
in classCollectionView
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
-
AddNew
public NetObject AddNew() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, NotSupportedException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
NotSupportedException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
OverflowException
-
AddNewItem
public NetObject AddNewItem(NetObject newItem) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, NotSupportedException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
NotSupportedException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
OverflowException
-
GetItemAt
public NetObject GetItemAt(int index) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException
- Overrides:
GetItemAt
in classCollectionView
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
-
CancelEdit
public void CancelEdit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
CancelNew
public void CancelNew() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OverflowException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OverflowException
NotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidEnumArgumentException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
-
CommitEdit
public void CommitEdit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, InvalidEnumArgumentException, IndexOutOfRangeException, RankException
-
CommitNew
public void CommitNew() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException
-
EditItem
public void EditItem(NetObject item) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, NotSupportedException, RankException, InvalidEnumArgumentException, ArrayTypeMismatchException
-
Remove
public void Remove(NetObject item) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OverflowException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OverflowException
NotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidEnumArgumentException
-
RemoveAt
public void RemoveAt(int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, SecurityException, IOException, OverflowException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
SecurityException
IOException
OverflowException
NotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
-
getCanAddNew
public boolean getCanAddNew() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, InvalidOperationException, ArgumentNullException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
InvalidOperationException
ArgumentNullException
-
getCanAddNewItem
public boolean getCanAddNewItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanCancelEdit
public boolean getCanCancelEdit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanChangeLiveFiltering
public boolean getCanChangeLiveFiltering() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanChangeLiveGrouping
public boolean getCanChangeLiveGrouping() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanChangeLiveSorting
public boolean getCanChangeLiveSorting() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanRemove
public boolean getCanRemove() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsAddingNew
public boolean getIsAddingNew() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsDataInGroupOrder
public boolean getIsDataInGroupOrder() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsDataInGroupOrder
public void setIsDataInGroupOrder(boolean IsDataInGroupOrder) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsEditingItem
public boolean getIsEditingItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCustomSort
public IComparer getCustomSort() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCustomSort
public void setCustomSort(IComparer CustomSort) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArrayTypeMismatchException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArrayTypeMismatchException
ArgumentOutOfRangeException
FormatException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
-
getNewItemPlaceholderPosition
public NewItemPlaceholderPosition getNewItemPlaceholderPosition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNewItemPlaceholderPosition
public void setNewItemPlaceholderPosition(NewItemPlaceholderPosition NewItemPlaceholderPosition) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, FormatException, RankException, InvalidEnumArgumentException, NotSupportedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
ArrayTypeMismatchException
FormatException
RankException
InvalidEnumArgumentException
NotSupportedException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
getCurrentAddItem
public NetObject getCurrentAddItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentEditItem
public NetObject getCurrentEditItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGroupBySelector
public GroupDescriptionSelectorCallback getGroupBySelector() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGroupBySelector
public void setGroupBySelector(GroupDescriptionSelectorCallback GroupBySelector) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
-