Package system.windows.data
Class BindingListCollectionView
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.data.CollectionView
-
- system.windows.data.BindingListCollectionView
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IComparer
public class BindingListCollectionView extends CollectionView implements IComparer
The base .NET class managing System.Windows.Data.BindingListCollectionView, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.BindingListCollectionView
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.BindingListCollectionViewstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BindingListCollectionView()
BindingListCollectionView(java.lang.Object instance)
Internal constructor.BindingListCollectionView(IBindingList list)
-
Method Summary
-
Methods inherited from class system.windows.data.CollectionView
addCurrentChanged, addCurrentChanging, DeferRefresh, 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.BindingListCollectionView- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BindingListCollectionView
public BindingListCollectionView(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
BindingListCollectionView
public BindingListCollectionView() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BindingListCollectionView
public BindingListCollectionView(IBindingList list) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, TypeLoadException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
TypeLoadException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
-
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 BindingListCollectionView cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoBindingListCollectionView
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
BindingListCollectionView
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, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException
- Overrides:
PassesFilter
in classCollectionView
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
-
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, OverflowException, NotSupportedException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
OverflowException
NotSupportedException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
-
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, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OverflowException
NotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
Win32Exception
-
CommitEdit
public void CommitEdit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OverflowException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OverflowException
NotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
Win32Exception
-
CommitNew
public void CommitNew() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OverflowException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OverflowException
NotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
Win32Exception
-
DetachFromSourceCollection
public void DetachFromSourceCollection() throws java.lang.Throwable, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, RankException, ArrayTypeMismatchException, OverflowException
- Overrides:
DetachFromSourceCollection
in classCollectionView
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
IndexOutOfRangeException
PlatformNotSupportedException
RankException
ArrayTypeMismatchException
OverflowException
-
EditItem
public void EditItem(NetObject item) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OverflowException, NotSupportedException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
OverflowException
NotSupportedException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
-
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
- 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
-
getCanCustomFilter
public boolean getCanCustomFilter() 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
-
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, NotSupportedException
-
getCurrentAddItem
public NetObject getCurrentAddItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentEditItem
public NetObject getCurrentEditItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCustomFilter
public java.lang.String getCustomFilter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCustomFilter
public void setCustomFilter(java.lang.String CustomFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException
-
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
-
-