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=8.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.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.BindingSourcestatic JCType
classType
The 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
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=8.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.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
BindingSource
public BindingSource() throws java.lang.Throwable, NotSupportedException, ArgumentException, MulticastNotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, InvalidCastException, FormatException, CultureNotFoundException, PlatformNotSupportedException
-
BindingSource
public BindingSource(IContainer container) throws java.lang.Throwable, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException
-
BindingSource
public BindingSource(NetObject dataSource, java.lang.String dataMember) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentNullException, MissingMemberException, InvalidCastException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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:
java.lang.Throwable
- in case of error during cast operation
-
Contains
public boolean Contains(NetObject value) throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
Add
public int Add(NetObject value) throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
Find
public int Find(PropertyDescriptor prop, NetObject key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException
-
Find
public int Find(java.lang.String propertyName, NetObject key) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
ExternalException
-
IndexOf
public int IndexOf(NetObject value) throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
GetItemProperties
public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, ArgumentNullException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
ExternalException
ArgumentNullException
-
AddNew
public NetObject AddNew() throws java.lang.Throwable, InvalidOperationException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException
-
GetListName
public java.lang.String GetListName(PropertyDescriptor[] listAccessors) throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
GetRelatedCurrencyManager
public CurrencyManager GetRelatedCurrencyManager(java.lang.String dataMember) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMemberException, ArgumentNullException, MulticastNotSupportedException, KeyNotFoundException, FormatException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ArgumentOutOfRangeException
CultureNotFoundException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMemberException
ArgumentNullException
MulticastNotSupportedException
KeyNotFoundException
FormatException
-
ApplySort
public void ApplySort(ListSortDescriptionCollection sorts) throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
ApplySort
public void ApplySort(PropertyDescriptor property, ListSortDirection sort) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException
-
CancelEdit
public void CancelEdit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, RankException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, MissingMemberException, CultureNotFoundException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
RankException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
MissingMemberException
CultureNotFoundException
FormatException
-
CopyTo
public void CopyTo(Array arr, int index) throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
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, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
MoveFirst
public void MoveFirst() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveLast
public void MoveLast() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException
-
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, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
RemoveAt
public void RemoveAt(int index) throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
RemoveCurrent
public void RemoveCurrent() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException
-
RemoveFilter
public void RemoveFilter() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
RemoveSort
public void RemoveSort() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
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, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getAllowNew
public boolean getAllowNew() throws java.lang.Throwable, InvalidOperationException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException
-
setAllowNew
public void setAllowNew(boolean AllowNew) throws java.lang.Throwable, InvalidOperationException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException
-
getAllowRemove
public boolean getAllowRemove() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getIsBindingSuspended
public boolean getIsBindingSuspended() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsFixedSize
public boolean getIsFixedSize() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getIsSorted
public boolean getIsSorted() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getIsSynchronized
public boolean getIsSynchronized() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
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, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getSupportsChangeNotification
public boolean getSupportsChangeNotification() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSupportsFiltering
public boolean getSupportsFiltering() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getSupportsSearching
public boolean getSupportsSearching() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getSupportsSorting
public boolean getSupportsSorting() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getCount
public int getCount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, MissingMethodException, TargetInvocationException, NotSupportedException, IndexOutOfRangeException
-
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, NotSupportedException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMemberException, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ArgumentOutOfRangeException
CultureNotFoundException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMemberException
ArgumentNullException
MulticastNotSupportedException
-
getSortDescriptions
public ListSortDescriptionCollection getSortDescriptions() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getSortDirection
public ListSortDirection getSortDirection() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
getSortProperty
public PropertyDescriptor getSortProperty() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
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, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, MulticastNotSupportedException, InvalidCastException, FormatException, IndexOutOfRangeException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArrayTypeMismatchException, MissingMemberException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
MulticastNotSupportedException
InvalidCastException
FormatException
IndexOutOfRangeException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
RankException
ArrayTypeMismatchException
MissingMemberException
-
getSyncRoot
public NetObject getSyncRoot() throws java.lang.Throwable, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
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, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, CultureNotFoundException, MissingMemberException, MulticastNotSupportedException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
IndexOutOfRangeException
OutOfMemoryException
ExternalException
CultureNotFoundException
MissingMemberException
MulticastNotSupportedException
ArgumentNullException
-
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, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
InvalidOperationException
NotSupportedException
ArgumentException
PlatformNotSupportedException
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, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentNullException, RankException, ArrayTypeMismatchException, 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
-
-