public class BindingSource extends Component implements ICancelAddNew, ISupportInitialize
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.BindingSource
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BindingSource() |
BindingSource(IContainer container) |
BindingSource(NetObject dataSource,
java.lang.String dataMember) |
BindingSource(java.lang.Object instance)
Internal constructor.
|
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringCancelNew, EndNew, ToICancelAddNewBeginInit, EndInit, ToISupportInitializepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BindingSource()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
MulticastNotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidCastException,
FormatException,
CultureNotFoundException
public BindingSource(IContainer container) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, MulticastNotSupportedException, IndexOutOfRangeException, InvalidOperationException, FormatException, ArgumentOutOfRangeException, CultureNotFoundException
public BindingSource(NetObject dataSource, java.lang.String dataMember) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, MulticastNotSupportedException, IndexOutOfRangeException, MissingMemberException, InvalidCastException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionMissingMemberExceptionInvalidCastExceptionFormatExceptionpublic BindingSource(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic int Add(NetObject value) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, MissingMethodException, NotSupportedException, TargetInvocationException, CultureNotFoundException
public void addAddingNew(AddingNewEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBindingComplete(BindingCompleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCurrentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCurrentItemChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDataError(BindingManagerDataErrorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDataMemberChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDataSourceChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic NetObject AddNew() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException
public void addPositionChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ApplySort(ListSortDescriptionCollection sorts) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, MissingMethodException, NotSupportedException, TargetInvocationException, CultureNotFoundException
public void ApplySort(PropertyDescriptor property, ListSortDirection sort) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, CultureNotFoundException
public void CancelEdit()
throws java.lang.Throwable
java.lang.Throwablepublic static BindingSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BindingSource, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBindingSource instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
MissingMethodException,
TargetInvocationException,
NullReferenceException,
MissingMemberException,
InvalidOperationException,
CultureNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionNullReferenceExceptionMissingMemberExceptionInvalidOperationExceptionCultureNotFoundExceptionpublic boolean Contains(NetObject value) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, MissingMethodException, NotSupportedException, TargetInvocationException, CultureNotFoundException
public void CopyTo(Array arr, int index) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, MissingMethodException, NotSupportedException, TargetInvocationException, CultureNotFoundException
public void EndEdit()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public int Find(PropertyDescriptor prop, NetObject key) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, CultureNotFoundException
public int Find(java.lang.String propertyName,
NetObject key)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionpublic boolean getAllowEdit()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
public boolean getAllowNew()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
CultureNotFoundException
public boolean getAllowRemove()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
public int getCount()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
public CurrencyManager getCurrencyManager() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getCurrent() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDataMember()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getDataSource() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFilter()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsBindingSuspended()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsFixedSize()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
MissingMethodException,
NotSupportedException,
TargetInvocationException,
CultureNotFoundException
public boolean getIsReadOnly()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
MissingMethodException,
NotSupportedException,
TargetInvocationException,
CultureNotFoundException
public boolean getIsSorted()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
public boolean getIsSynchronized()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
MissingMethodException,
NotSupportedException,
TargetInvocationException,
CultureNotFoundException
public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, NotSupportedException, TargetInvocationException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionMissingMethodExceptionNotSupportedExceptionTargetInvocationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICancelAddNewgetJCOAssemblyName in interface ISupportInitializegetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICancelAddNewgetJCOClassName in interface ISupportInitializegetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICancelAddNewgetJCOInstance in interface ISupportInitializegetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICancelAddNewgetJCOObjectName in interface ISupportInitializegetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICancelAddNewgetJCOType in interface ISupportInitializegetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic IList getList() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, RankException, ArrayTypeMismatchException, MissingMemberException, MulticastNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionRankExceptionArrayTypeMismatchExceptionMissingMemberExceptionMulticastNotSupportedExceptionpublic java.lang.String GetListName(PropertyDescriptor[] listAccessors) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, MissingMethodException, NotSupportedException, TargetInvocationException, CultureNotFoundException
public int getPosition()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRaiseListChangedEvents()
throws java.lang.Throwable
java.lang.Throwablepublic CurrencyManager GetRelatedCurrencyManager(java.lang.String dataMember) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, RankException, ArrayTypeMismatchException, MissingMemberException, MulticastNotSupportedException, KeyNotFoundException, FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionRankExceptionArrayTypeMismatchExceptionMissingMemberExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionFormatExceptionpublic java.lang.String getSort()
throws java.lang.Throwable
java.lang.Throwablepublic ListSortDescriptionCollection getSortDescriptions() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, MissingMethodException, NotSupportedException, TargetInvocationException, CultureNotFoundException
public ListSortDirection getSortDirection() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, CultureNotFoundException
public PropertyDescriptor getSortProperty() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, CultureNotFoundException
public boolean getSupportsAdvancedSorting()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
MissingMethodException,
NotSupportedException,
TargetInvocationException,
CultureNotFoundException
public boolean getSupportsChangeNotification()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSupportsFiltering()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
MissingMethodException,
NotSupportedException,
TargetInvocationException,
CultureNotFoundException
public boolean getSupportsSearching()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
public boolean getSupportsSorting()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
public NetObject getSyncRoot() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, MissingMethodException, NotSupportedException, TargetInvocationException, CultureNotFoundException
public int IndexOf(NetObject value) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, MissingMethodException, NotSupportedException, TargetInvocationException, CultureNotFoundException
public void Insert(int index,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
MissingMethodException,
NotSupportedException,
TargetInvocationException,
CultureNotFoundException
public void MoveFirst()
throws java.lang.Throwable
java.lang.Throwablepublic void MoveLast()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
CultureNotFoundException
public void MoveNext()
throws java.lang.Throwable
java.lang.Throwablepublic void MovePrevious()
throws java.lang.Throwable
java.lang.Throwablepublic void Remove(NetObject value) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, MissingMethodException, NotSupportedException, TargetInvocationException, CultureNotFoundException
public void removeAddingNew(AddingNewEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveAt(int index)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException,
NotSupportedException,
CultureNotFoundException
public void removeBindingComplete(BindingCompleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveCurrent()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public void removeCurrentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCurrentItemChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDataError(BindingManagerDataErrorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDataMemberChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDataSourceChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveFilter()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
MissingMethodException,
NotSupportedException,
TargetInvocationException,
CultureNotFoundException
public void removeListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePositionChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveSort()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
public void ResetAllowNew()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public void ResetBindings(boolean metadataChanged)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public void ResetCurrentItem()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public void ResetItem(int itemIndex)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public void ResumeBinding()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowNew(boolean AllowNew)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
CultureNotFoundException
public void setDataMember(java.lang.String DataMember)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
CultureNotFoundException,
MissingMemberException,
MulticastNotSupportedException,
ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionMissingMemberExceptionMulticastNotSupportedExceptionArgumentNullExceptionpublic void setDataSource(NetObject DataSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, MulticastNotSupportedException, InvalidCastException, FormatException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, RankException, ArrayTypeMismatchException, MissingMemberException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionMulticastNotSupportedExceptionInvalidCastExceptionFormatExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArrayTypeMismatchExceptionMissingMemberExceptionpublic void setFilter(java.lang.String Filter)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setPosition(int Position)
throws java.lang.Throwable
java.lang.Throwablepublic void setRaiseListChangedEvents(boolean RaiseListChangedEvents)
throws java.lang.Throwable
java.lang.Throwablepublic void setSort(java.lang.String Sort)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
OutOfMemoryException
public void SuspendBinding()
throws java.lang.Throwable
java.lang.Throwable