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.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Data.MultiBindingstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description MultiBinding()MultiBinding(java.lang.Object instance)Internal constructor.
-
Method Summary
-
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
-
-
Constructor Detail
-
MultiBinding
public MultiBinding(java.lang.Object instance) throws java.lang.ThrowableInternal 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.ThrowableArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIAddChild- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classBindingBase- 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 interfaceIAddChild- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classBindingBase- 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 interfaceIAddChild- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classBindingBase- 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 interfaceIAddChild- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classBindingBase- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classBindingBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIAddChild- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classBindingBase- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static MultiBinding cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoMultiBinding, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
MultiBindinginstance- 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
-
-