public class Binding extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.Binding
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=9.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.Binding
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Binding() |
Binding(java.lang.Object instance)
Internal constructor.
|
Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember) |
Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled) |
Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled,
DataSourceUpdateMode dataSourceUpdateMode) |
Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled,
DataSourceUpdateMode dataSourceUpdateMode,
NetObject nullValue) |
Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled,
DataSourceUpdateMode dataSourceUpdateMode,
NetObject nullValue,
java.lang.String formatString) |
Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled,
DataSourceUpdateMode dataSourceUpdateMode,
NetObject nullValue,
java.lang.String formatString,
IFormatProvider formatInfo) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Binding()
throws java.lang.Throwable
java.lang.Throwablepublic Binding(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
MissingMethodException,
TargetInvocationException,
MissingMemberException,
ArgumentNullException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
MulticastNotSupportedException,
TypeLoadException,
FileLoadException,
FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionMulticastNotSupportedExceptionTypeLoadExceptionFileLoadExceptionFormatExceptionpublic Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
MissingMethodException,
TargetInvocationException,
MissingMemberException,
ArgumentNullException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
MulticastNotSupportedException,
TypeLoadException,
FileLoadException,
FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionMulticastNotSupportedExceptionTypeLoadExceptionFileLoadExceptionFormatExceptionpublic Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled,
DataSourceUpdateMode dataSourceUpdateMode)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
MissingMethodException,
TargetInvocationException,
MissingMemberException,
ArgumentNullException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
MulticastNotSupportedException,
TypeLoadException,
FileLoadException,
FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionMulticastNotSupportedExceptionTypeLoadExceptionFileLoadExceptionFormatExceptionpublic Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled,
DataSourceUpdateMode dataSourceUpdateMode,
NetObject nullValue)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
MissingMethodException,
TargetInvocationException,
MissingMemberException,
ArgumentNullException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
MulticastNotSupportedException,
TypeLoadException,
FileLoadException,
FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionMulticastNotSupportedExceptionTypeLoadExceptionFileLoadExceptionFormatExceptionpublic Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled,
DataSourceUpdateMode dataSourceUpdateMode,
NetObject nullValue,
java.lang.String formatString)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
MissingMethodException,
TargetInvocationException,
MissingMemberException,
ArgumentNullException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
MulticastNotSupportedException,
TypeLoadException,
FileLoadException,
FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionMulticastNotSupportedExceptionTypeLoadExceptionFileLoadExceptionFormatExceptionpublic Binding(java.lang.String propertyName,
NetObject dataSource,
java.lang.String dataMember,
boolean formattingEnabled,
DataSourceUpdateMode dataSourceUpdateMode,
NetObject nullValue,
java.lang.String formatString,
IFormatProvider formatInfo)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
MissingMethodException,
TargetInvocationException,
NullReferenceException,
MissingMemberException,
ArgumentNullException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException,
CultureNotFoundException,
MulticastNotSupportedException,
KeyNotFoundException,
TypeLoadException,
FileLoadException,
InvalidCastException,
FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionNullReferenceExceptionMissingMemberExceptionArgumentNullExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionTypeLoadExceptionFileLoadExceptionInvalidCastExceptionFormatExceptionpublic void addBindingComplete(BindingCompleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addFormat(ConvertEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addParse(ConvertEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static Binding cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Binding, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBinding instancejava.lang.Throwable - in case of error during cast operationpublic IBindableComponent getBindableComponent() throws java.lang.Throwable
java.lang.Throwablepublic BindingManagerBase getBindingManagerBase() throws java.lang.Throwable
java.lang.Throwablepublic BindingMemberInfo getBindingMemberInfo() throws java.lang.Throwable
java.lang.Throwablepublic Control getControl() throws java.lang.Throwable
java.lang.Throwablepublic ControlUpdateMode getControlUpdateMode() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getDataSource() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getDataSourceNullValue() throws java.lang.Throwable
java.lang.Throwablepublic DataSourceUpdateMode getDataSourceUpdateMode() throws java.lang.Throwable
java.lang.Throwablepublic IFormatProvider getFormatInfo() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFormatString()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getFormattingEnabled()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getIsBinding()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject getNullValue() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPropertyName()
throws java.lang.Throwable
java.lang.Throwablepublic void ReadValue()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
NullReferenceException,
InvalidCastException,
TypeLoadException,
FileLoadException,
MissingMethodException,
NotImplementedException,
FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionNullReferenceExceptionInvalidCastExceptionTypeLoadExceptionFileLoadExceptionMissingMethodExceptionNotImplementedExceptionFormatExceptionpublic void removeBindingComplete(BindingCompleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeFormat(ConvertEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeParse(ConvertEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setBindableComponent(IBindableComponent BindableComponent) throws java.lang.Throwable
java.lang.Throwablepublic void setBindingManagerBase(BindingManagerBase BindingManagerBase) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingMemberException, ArgumentException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, MulticastNotSupportedException, TypeLoadException, FileLoadException, FormatException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingMemberExceptionArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionMulticastNotSupportedExceptionTypeLoadExceptionFileLoadExceptionFormatExceptionpublic void setControlUpdateMode(ControlUpdateMode ControlUpdateMode) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, NullReferenceException, NotSupportedException, InvalidCastException, TypeLoadException, NotImplementedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionNullReferenceExceptionNotSupportedExceptionInvalidCastExceptionTypeLoadExceptionNotImplementedExceptionpublic void setDataSourceNullValue(NetObject DataSourceNullValue) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, NullReferenceException, InvalidCastException, TypeLoadException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionInvalidCastExceptionTypeLoadExceptionNotImplementedExceptionpublic void setDataSourceUpdateMode(DataSourceUpdateMode DataSourceUpdateMode) throws java.lang.Throwable
java.lang.Throwablepublic void setFormatInfo(IFormatProvider FormatInfo) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, NullReferenceException, NotSupportedException, InvalidCastException, TypeLoadException, NotImplementedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionNullReferenceExceptionNotSupportedExceptionInvalidCastExceptionTypeLoadExceptionNotImplementedExceptionpublic void setFormatString(java.lang.String FormatString)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
NullReferenceException,
InvalidCastException,
TypeLoadException,
NotImplementedException
public void setFormattingEnabled(boolean FormattingEnabled)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
NullReferenceException,
InvalidCastException,
TypeLoadException,
NotImplementedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionInvalidCastExceptionTypeLoadExceptionNotImplementedExceptionpublic void setIsBinding(boolean IsBinding)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setNullValue(NetObject NullValue) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, NullReferenceException, InvalidCastException, TypeLoadException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionInvalidCastExceptionTypeLoadExceptionNotImplementedExceptionpublic void WriteValue()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
NullReferenceException,
InvalidCastException,
TypeLoadException,
FileLoadException,
MissingMethodException,
FormatException,
NotImplementedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionNullReferenceExceptionInvalidCastExceptionTypeLoadExceptionFileLoadExceptionMissingMethodExceptionFormatExceptionNotImplementedException