Package system.windows.forms
Class BindingSource
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.BindingSource
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
,ICancelAddNew
,ISupportInitialize
public class BindingSource extends Component implements ICancelAddNew, ISupportInitialize
The base .NET class managing System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.See: https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.BindingSource
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: System.Windows.Formsstatic String
className
Qualified class name: System.Windows.Forms.BindingSourcestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BindingSource()
BindingSource(Object instance)
Internal constructor.BindingSource(NetObject dataSource, String dataMember)
BindingSource(IContainer container)
-
Method Summary
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Windows.Forms.BindingSource- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BindingSource
public BindingSource(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
BindingSource
public BindingSource() throws Throwable, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidCastException, FormatException, CultureNotFoundException, NotSupportedException
-
BindingSource
public BindingSource(IContainer container) throws Throwable, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, NotSupportedException, NullReferenceException
-
BindingSource
public BindingSource(NetObject dataSource, String dataMember) throws Throwable, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, NullReferenceException, ObjectDisposedException, ArgumentException, InvalidOperationException, MissingManifestResourceException, InvalidCastException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceICancelAddNew
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceISupportInitialize
- Overrides:
getJCOAssemblyName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceICancelAddNew
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceISupportInitialize
- Overrides:
getJCOClassName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceICancelAddNew
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceISupportInitialize
- Overrides:
getJCOObjectName
in classComponent
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceICancelAddNew
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceISupportInitialize
- Overrides:
getJCOInstance
in classComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceICancelAddNew
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceISupportInitialize
- Overrides:
getJCOType
in classComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static BindingSource cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoBindingSource
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
BindingSource
instance- Throws:
Throwable
- in case of error during cast operation
-
Contains
public boolean Contains(NetObject value) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
Add
public int Add(NetObject value) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
Find
public int Find(PropertyDescriptor prop, NetObject key) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
Find
public int Find(String propertyName, NetObject key) throws Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NullReferenceException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, FormatException
- Throws:
Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
NullReferenceException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
FormatException
-
IndexOf
public int IndexOf(NetObject value) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
GetItemProperties
public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
AddNew
public NetObject AddNew() throws Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, CultureNotFoundException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
GetListName
public String GetListName(PropertyDescriptor[] listAccessors) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
GetRelatedCurrencyManager
public CurrencyManager GetRelatedCurrencyManager(String dataMember) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, NotImplementedException, ArgumentException, MissingMethodException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException, KeyNotFoundException, FormatException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
NotSupportedException
NotImplementedException
ArgumentException
MissingMethodException
MissingManifestResourceException
ObjectDisposedException
ArgumentOutOfRangeException
CultureNotFoundException
NullReferenceException
IndexOutOfRangeException
MulticastNotSupportedException
KeyNotFoundException
FormatException
-
ApplySort
public void ApplySort(ListSortDescriptionCollection sorts) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
ApplySort
public void ApplySort(PropertyDescriptor property, ListSortDirection sort) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
Clear
public void Clear() throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, NullReferenceException, ObjectDisposedException, AbandonedMutexException, FormatException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, CultureNotFoundException, MulticastNotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
RankException
NullReferenceException
ObjectDisposedException
AbandonedMutexException
FormatException
InvalidOperationException
NotSupportedException
MissingManifestResourceException
CultureNotFoundException
MulticastNotSupportedException
-
CopyTo
public void CopyTo(Array arr, int index) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
Insert
public void Insert(int index, NetObject value) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
MoveLast
public void MoveLast() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, NullReferenceException, IndexOutOfRangeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
NullReferenceException
IndexOutOfRangeException
-
Remove
public void Remove(NetObject value) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
RemoveAt
public void RemoveAt(int index) throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
RemoveCurrent
public void RemoveCurrent() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, IndexOutOfRangeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
FormatException
IndexOutOfRangeException
-
RemoveFilter
public void RemoveFilter() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
RemoveSort
public void RemoveSort() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
ResetBindings
public void ResetBindings(boolean metadataChanged) throws Throwable
- Throws:
Throwable
-
AddIndex
@Deprecated public void AddIndex(PropertyDescriptor property) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIBindingList method available in IBindingList to obtain an object with an invocable method- Throws:
Throwable
-
RemoveIndex
@Deprecated public void RemoveIndex(PropertyDescriptor property) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIBindingList method available in IBindingList to obtain an object with an invocable method- Throws:
Throwable
-
CancelNew
@Deprecated public void CancelNew(int itemIndex) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToICancelAddNew method available in ICancelAddNew to obtain an object with an invocable method- Specified by:
CancelNew
in interfaceICancelAddNew
- Throws:
Throwable
-
EndNew
@Deprecated public void EndNew(int itemIndex) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToICancelAddNew method available in ICancelAddNew to obtain an object with an invocable method- Specified by:
EndNew
in interfaceICancelAddNew
- Throws:
Throwable
-
BeginInit
@Deprecated public void BeginInit() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToISupportInitialize method available in ISupportInitialize to obtain an object with an invocable method- Specified by:
BeginInit
in interfaceISupportInitialize
- Throws:
Throwable
-
EndInit
@Deprecated public void EndInit() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToISupportInitialize method available in ISupportInitialize to obtain an object with an invocable method- Specified by:
EndInit
in interfaceISupportInitialize
- Throws:
Throwable
-
getAllowEdit
public boolean getAllowEdit() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getAllowNew
public boolean getAllowNew() throws Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, CultureNotFoundException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setAllowNew
public void setAllowNew(boolean AllowNew) throws Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, CultureNotFoundException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getAllowRemove
public boolean getAllowRemove() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getIsFixedSize
public boolean getIsFixedSize() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getIsReadOnly
public boolean getIsReadOnly() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getIsSorted
public boolean getIsSorted() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getIsSynchronized
public boolean getIsSynchronized() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getRaiseListChangedEvents
public boolean getRaiseListChangedEvents() throws Throwable
- Throws:
Throwable
-
setRaiseListChangedEvents
public void setRaiseListChangedEvents(boolean RaiseListChangedEvents) throws Throwable
- Throws:
Throwable
-
getSupportsAdvancedSorting
public boolean getSupportsAdvancedSorting() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getSupportsChangeNotification
public boolean getSupportsChangeNotification() throws Throwable
- Throws:
Throwable
-
getSupportsFiltering
public boolean getSupportsFiltering() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getSupportsSearching
public boolean getSupportsSearching() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getSupportsSorting
public boolean getSupportsSorting() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getCount
public int getCount() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
FormatException
IndexOutOfRangeException
MulticastNotSupportedException
-
getList
public IList getList() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, NotImplementedException, ArgumentException, MissingMethodException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
NotSupportedException
NotImplementedException
ArgumentException
MissingMethodException
MissingManifestResourceException
ObjectDisposedException
ArgumentOutOfRangeException
CultureNotFoundException
NullReferenceException
IndexOutOfRangeException
MulticastNotSupportedException
-
getSortDescriptions
public ListSortDescriptionCollection getSortDescriptions() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getSortDirection
public ListSortDirection getSortDirection() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
getSortProperty
public PropertyDescriptor getSortProperty() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
setDataSource
public void setDataSource(NetObject DataSource) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, InvalidCastException, NullReferenceException, FormatException, IndexOutOfRangeException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
MulticastNotSupportedException
InvalidCastException
NullReferenceException
FormatException
IndexOutOfRangeException
NotSupportedException
-
getSyncRoot
public NetObject getSyncRoot() throws Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
-
setDataMember
public void setDataMember(String DataMember) throws Throwable, NullReferenceException, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException
-
setFilter
public void setFilter(String Filter) throws Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setSort
public void setSort(String Sort) throws Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException
-
getCurrencyManager
public CurrencyManager getCurrencyManager() throws Throwable
- Throws:
Throwable
-
addAddingNew
public void addAddingNew(AddingNewEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeAddingNew
public void removeAddingNew(AddingNewEventHandler handler) throws Throwable
- Throws:
Throwable
-
addListChanged
public void addListChanged(ListChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeListChanged
public void removeListChanged(ListChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
addCurrentChanged
public void addCurrentChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeCurrentChanged
public void removeCurrentChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addCurrentItemChanged
public void addCurrentItemChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeCurrentItemChanged
public void removeCurrentItemChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addDataMemberChanged
public void addDataMemberChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeDataMemberChanged
public void removeDataMemberChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addDataSourceChanged
public void addDataSourceChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeDataSourceChanged
public void removeDataSourceChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addPositionChanged
public void addPositionChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removePositionChanged
public void removePositionChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addBindingComplete
public void addBindingComplete(BindingCompleteEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeBindingComplete
public void removeBindingComplete(BindingCompleteEventHandler handler) throws Throwable
- Throws:
Throwable
-
addDataError
public void addDataError(BindingManagerDataErrorEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeDataError
public void removeDataError(BindingManagerDataErrorEventHandler handler) throws Throwable
- Throws:
Throwable
-
-