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:
java.lang.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..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.BindingSourcestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BindingSource()BindingSource(java.lang.Object instance)Internal constructor.BindingSource(NetObject dataSource, java.lang.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, toString, ToString
-
Methods inherited from interface system.componentmodel.ICancelAddNew
CancelNew, EndNew
-
Methods inherited from interface system.componentmodel.ISupportInitialize
BeginInit, EndInit
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.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 java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.BindingSource- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BindingSource
public BindingSource(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
BindingSource
public BindingSource() throws java.lang.Throwable, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidCastException, FormatException, CultureNotFoundException, NotSupportedException
-
BindingSource
public BindingSource(IContainer container) throws java.lang.Throwable, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, NotSupportedException, NullReferenceException
-
BindingSource
public BindingSource(NetObject dataSource, java.lang.String dataMember) throws java.lang.Throwable, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, NullReferenceException, InvalidOperationException, ArgumentException, ObjectDisposedException, MissingManifestResourceException, InvalidCastException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceICancelAddNew- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceISupportInitialize- Overrides:
getJCOAssemblyNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceICancelAddNew- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceISupportInitialize- Overrides:
getJCOClassNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceICancelAddNew- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceISupportInitialize- Overrides:
getJCOObjectNamein classComponent- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceICancelAddNew- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceISupportInitialize- Overrides:
getJCOInstancein classComponent- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceICancelAddNew- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceISupportInitialize- Overrides:
getJCOTypein classComponent- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static BindingSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoBindingSource, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
BindingSourceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Contains
public boolean Contains(NetObject value) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
Add
public int Add(NetObject value) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
Find
public int Find(PropertyDescriptor prop, NetObject key) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
Find
public int Find(java.lang.String propertyName, NetObject key) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NullReferenceException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionFormatException
-
IndexOf
public int IndexOf(NetObject value) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
GetItemProperties
public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
AddNew
public NetObject AddNew() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, CultureNotFoundException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
GetListName
public java.lang.String GetListName(PropertyDescriptor[] listAccessors) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
GetRelatedCurrencyManager
public CurrencyManager GetRelatedCurrencyManager(java.lang.String dataMember) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, NotImplementedException, ArgumentException, MissingMethodException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException, KeyNotFoundException, FormatException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionNotImplementedExceptionArgumentExceptionMissingMethodExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionFormatException
-
ApplySort
public void ApplySort(ListSortDescriptionCollection sorts) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
ApplySort
public void ApplySort(PropertyDescriptor property, ListSortDirection sort) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
CancelEdit
public void CancelEdit() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Clear
public void Clear() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, NullReferenceException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, FormatException, NotSupportedException, MissingManifestResourceException, CultureNotFoundException, MulticastNotSupportedException- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionNullReferenceExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionFormatExceptionNotSupportedExceptionMissingManifestResourceExceptionCultureNotFoundExceptionMulticastNotSupportedException
-
CopyTo
public void CopyTo(Array arr, int index) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
EndEdit
public void EndEdit() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Insert
public void Insert(int index, NetObject value) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
MoveFirst
public void MoveFirst() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MoveLast
public void MoveLast() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, NullReferenceException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionNullReferenceExceptionIndexOutOfRangeException
-
MoveNext
public void MoveNext() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MovePrevious
public void MovePrevious() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Remove
public void Remove(NetObject value) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
RemoveAt
public void RemoveAt(int index) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
RemoveCurrent
public void RemoveCurrent() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionIndexOutOfRangeException
-
RemoveFilter
public void RemoveFilter() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
RemoveSort
public void RemoveSort() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
ResetAllowNew
public void ResetAllowNew() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ResetBindings
public void ResetBindings(boolean metadataChanged) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ResetCurrentItem
public void ResetCurrentItem() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ResetItem
public void ResetItem(int itemIndex) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ResumeBinding
public void ResumeBinding() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SuspendBinding
public void SuspendBinding() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAllowEdit
public boolean getAllowEdit() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getAllowNew
public boolean getAllowNew() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, CultureNotFoundException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setAllowNew
public void setAllowNew(boolean AllowNew) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, CultureNotFoundException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getAllowRemove
public boolean getAllowRemove() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getIsBindingSuspended
public boolean getIsBindingSuspended() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsFixedSize
public boolean getIsFixedSize() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getIsSorted
public boolean getIsSorted() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getIsSynchronized
public boolean getIsSynchronized() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getRaiseListChangedEvents
public boolean getRaiseListChangedEvents() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRaiseListChangedEvents
public void setRaiseListChangedEvents(boolean RaiseListChangedEvents) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSupportsAdvancedSorting
public boolean getSupportsAdvancedSorting() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getSupportsChangeNotification
public boolean getSupportsChangeNotification() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSupportsFiltering
public boolean getSupportsFiltering() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getSupportsSearching
public boolean getSupportsSearching() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getSupportsSorting
public boolean getSupportsSorting() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getCount
public int getCount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getPosition
public int getPosition() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPosition
public void setPosition(int Position) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getList
public IList getList() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, NotImplementedException, ArgumentException, MissingMethodException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionNotImplementedExceptionArgumentExceptionMissingMethodExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getSortDescriptions
public ListSortDescriptionCollection getSortDescriptions() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getSortDirection
public ListSortDirection getSortDirection() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getSortProperty
public PropertyDescriptor getSortProperty() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getCurrent
public NetObject getCurrent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataSource
public NetObject getDataSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDataSource
public void setDataSource(NetObject DataSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, InvalidCastException, NullReferenceException, FormatException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedException
-
getSyncRoot
public NetObject getSyncRoot() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getDataMember
public java.lang.String getDataMember() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDataMember
public void setDataMember(java.lang.String DataMember) throws java.lang.Throwable, NullReferenceException, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException- Throws:
java.lang.ThrowableNullReferenceExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
getFilter
public java.lang.String getFilter() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setFilter
public void setFilter(java.lang.String Filter) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getSort
public java.lang.String getSort() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSort
public void setSort(java.lang.String Sort) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, ArgumentException, NullReferenceException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException
-
getCurrencyManager
public CurrencyManager getCurrencyManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAddingNew
public void addAddingNew(AddingNewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAddingNew
public void removeAddingNew(AddingNewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addListChanged
public void addListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeListChanged
public void removeListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCurrentChanged
public void addCurrentChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCurrentChanged
public void removeCurrentChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCurrentItemChanged
public void addCurrentItemChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCurrentItemChanged
public void removeCurrentItemChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDataMemberChanged
public void addDataMemberChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDataMemberChanged
public void removeDataMemberChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDataSourceChanged
public void addDataSourceChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDataSourceChanged
public void removeDataSourceChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPositionChanged
public void addPositionChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePositionChanged
public void removePositionChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBindingComplete
public void addBindingComplete(BindingCompleteEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBindingComplete
public void removeBindingComplete(BindingCompleteEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDataError
public void addDataError(BindingManagerDataErrorEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDataError
public void removeDataError(BindingManagerDataErrorEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-