Package system.windows.data
Class MultiBinding
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.markup.MarkupExtension
-
- system.windows.data.BindingBase
-
- system.windows.data.MultiBinding
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IAddChild
public class MultiBinding extends BindingBase implements IAddChild
The base .NET class managing System.Windows.Data.MultiBinding, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.MultiBinding
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: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Data.MultiBindingstatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description MultiBinding()
MultiBinding(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MultiBinding
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoMultiBinding
, a cast assert is made to check if types are compatible.IMultiValueConverter
getConverter()
CultureInfo
getConverterCulture()
NetObject
getConverterParameter()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class TypeBindingMode
getMode()
boolean
getNotifyOnSourceUpdated()
boolean
getNotifyOnTargetUpdated()
boolean
getNotifyOnValidationError()
UpdateSourceExceptionFilterCallback
getUpdateSourceExceptionFilter()
UpdateSourceTrigger
getUpdateSourceTrigger()
boolean
getValidatesOnDataErrors()
boolean
getValidatesOnExceptions()
boolean
getValidatesOnNotifyDataErrors()
void
setConverter(IMultiValueConverter Converter)
void
setConverterCulture(CultureInfo ConverterCulture)
void
setConverterParameter(NetObject ConverterParameter)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
void
setMode(BindingMode Mode)
void
setNotifyOnSourceUpdated(boolean NotifyOnSourceUpdated)
void
setNotifyOnTargetUpdated(boolean NotifyOnTargetUpdated)
void
setNotifyOnValidationError(boolean NotifyOnValidationError)
void
setUpdateSourceExceptionFilter(UpdateSourceExceptionFilterCallback UpdateSourceExceptionFilter)
void
setUpdateSourceTrigger(UpdateSourceTrigger UpdateSourceTrigger)
void
setValidatesOnDataErrors(boolean ValidatesOnDataErrors)
void
setValidatesOnExceptions(boolean ValidatesOnExceptions)
void
setValidatesOnNotifyDataErrors(boolean ValidatesOnNotifyDataErrors)
boolean
ShouldSerializeBindings()
boolean
ShouldSerializeValidationRules()
-
Methods inherited from class system.windows.data.BindingBase
getBindingGroupName, getDelay, getFallbackValue, getStringFormat, getTargetNullValue, ProvideValue, setBindingGroupName, setDelay, setFallbackValue, setStringFormat, setTargetNullValue, ShouldSerializeFallbackValue, ShouldSerializeTargetNullValue
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Data.MultiBinding- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Constructor Detail
-
MultiBinding
public MultiBinding(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
MultiBinding
public MultiBinding() throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
NotSupportedException
MissingMethodException
SecurityException
ArgumentOutOfRangeException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIAddChild
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classBindingBase
- 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 interfaceIAddChild
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classBindingBase
- 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 interfaceIAddChild
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classBindingBase
- 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 interfaceIAddChild
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classBindingBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classBindingBase
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIAddChild
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classBindingBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static MultiBinding cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoMultiBinding
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
MultiBinding
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ShouldSerializeBindings
public boolean ShouldSerializeBindings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ShouldSerializeValidationRules
public boolean ShouldSerializeValidationRules() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNotifyOnSourceUpdated
public boolean getNotifyOnSourceUpdated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNotifyOnSourceUpdated
public void setNotifyOnSourceUpdated(boolean NotifyOnSourceUpdated) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getNotifyOnTargetUpdated
public boolean getNotifyOnTargetUpdated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNotifyOnTargetUpdated
public void setNotifyOnTargetUpdated(boolean NotifyOnTargetUpdated) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getNotifyOnValidationError
public boolean getNotifyOnValidationError() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNotifyOnValidationError
public void setNotifyOnValidationError(boolean NotifyOnValidationError) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getValidatesOnDataErrors
public boolean getValidatesOnDataErrors() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidatesOnDataErrors
public void setValidatesOnDataErrors(boolean ValidatesOnDataErrors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getValidatesOnExceptions
public boolean getValidatesOnExceptions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidatesOnExceptions
public void setValidatesOnExceptions(boolean ValidatesOnExceptions) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getValidatesOnNotifyDataErrors
public boolean getValidatesOnNotifyDataErrors() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidatesOnNotifyDataErrors
public void setValidatesOnNotifyDataErrors(boolean ValidatesOnNotifyDataErrors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getConverterCulture
public CultureInfo getConverterCulture() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverterCulture
public void setConverterCulture(CultureInfo ConverterCulture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getConverterParameter
public NetObject getConverterParameter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverterParameter
public void setConverterParameter(NetObject ConverterParameter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getMode
public BindingMode getMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMode
public void setMode(BindingMode Mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getConverter
public IMultiValueConverter getConverter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverter
public void setConverter(IMultiValueConverter Converter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getUpdateSourceExceptionFilter
public UpdateSourceExceptionFilterCallback getUpdateSourceExceptionFilter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUpdateSourceExceptionFilter
public void setUpdateSourceExceptionFilter(UpdateSourceExceptionFilterCallback UpdateSourceExceptionFilter) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUpdateSourceTrigger
public UpdateSourceTrigger getUpdateSourceTrigger() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUpdateSourceTrigger
public void setUpdateSourceTrigger(UpdateSourceTrigger UpdateSourceTrigger) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
-