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=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.BindingSource
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=6.0.2.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
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=6.0.2.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, NotSupportedException, ArgumentException, ArgumentNullException, MulticastNotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, InvalidCastException, FormatException, CultureNotFoundException, PlatformNotSupportedException
-
BindingSource
public BindingSource(IContainer container) throws Throwable, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException
-
BindingSource
public BindingSource(NetObject dataSource, String dataMember) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, MulticastNotSupportedException, IndexOutOfRangeException, 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, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
Add
public int Add(NetObject value) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
Find
public int Find(PropertyDescriptor prop, NetObject key) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
-
Find
public int Find(String propertyName, NetObject key) throws Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException, CultureNotFoundException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
FormatException
CultureNotFoundException
OutOfMemoryException
ExternalException
-
IndexOf
public int IndexOf(NetObject value) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
GetItemProperties
public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
IndexOutOfRangeException
OutOfMemoryException
ExternalException
MulticastNotSupportedException
-
AddNew
public NetObject AddNew() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException
-
GetListName
public String GetListName(PropertyDescriptor[] listAccessors) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
GetRelatedCurrencyManager
public CurrencyManager GetRelatedCurrencyManager(String dataMember) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MulticastNotSupportedException, KeyNotFoundException, FormatException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ArgumentOutOfRangeException
CultureNotFoundException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MulticastNotSupportedException
KeyNotFoundException
FormatException
-
ApplySort
public void ApplySort(ListSortDescriptionCollection sorts) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
ApplySort
public void ApplySort(PropertyDescriptor property, ListSortDirection sort) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
-
Clear
public void Clear() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, FormatException, MissingMethodException, TargetInvocationException, CultureNotFoundException, MulticastNotSupportedException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
FormatException
MissingMethodException
TargetInvocationException
CultureNotFoundException
MulticastNotSupportedException
-
CopyTo
public void CopyTo(Array arr, int index) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
Insert
public void Insert(int index, NetObject value) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
MoveLast
public void MoveLast() throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException
-
Remove
public void Remove(NetObject value) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
RemoveAt
public void RemoveAt(int index) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
RemoveCurrent
public void RemoveCurrent() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException
-
RemoveFilter
public void RemoveFilter() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
RemoveSort
public void RemoveSort() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
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, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getAllowNew
public boolean getAllowNew() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException
-
setAllowNew
public void setAllowNew(boolean AllowNew) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException
-
getAllowRemove
public boolean getAllowRemove() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getIsFixedSize
public boolean getIsFixedSize() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getIsReadOnly
public boolean getIsReadOnly() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getIsSorted
public boolean getIsSorted() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getIsSynchronized
public boolean getIsSynchronized() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
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, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getSupportsChangeNotification
public boolean getSupportsChangeNotification() throws Throwable
- Throws:
Throwable
-
getSupportsFiltering
public boolean getSupportsFiltering() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getSupportsSearching
public boolean getSupportsSearching() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getSupportsSorting
public boolean getSupportsSorting() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getCount
public int getCount() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
-
getList
public IList getList() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MulticastNotSupportedException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ArgumentOutOfRangeException
CultureNotFoundException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MulticastNotSupportedException
-
getSortDescriptions
public ListSortDescriptionCollection getSortDescriptions() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getSortDirection
public ListSortDirection getSortDirection() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
getSortProperty
public PropertyDescriptor getSortProperty() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
setDataSource
public void setDataSource(NetObject DataSource) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, MulticastNotSupportedException, InvalidCastException, FormatException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
MulticastNotSupportedException
InvalidCastException
FormatException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
RankException
ArrayTypeMismatchException
-
getSyncRoot
public NetObject getSyncRoot() throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
-
setDataMember
public void setDataMember(String DataMember) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, ExternalException, CultureNotFoundException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
ExternalException
CultureNotFoundException
IndexOutOfRangeException
MulticastNotSupportedException
-
setFilter
public void setFilter(String Filter) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, FormatException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
setSort
public void setSort(String Sort) throws Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException, FormatException, IndexOutOfRangeException, ArgumentOutOfRangeException, PlatformNotSupportedException, RankException, ArrayTypeMismatchException, 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
-
-