Package system.windows.data
Class Binding
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.markup.MarkupExtension
-
- system.windows.data.BindingBase
-
- system.windows.data.Binding
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Binding extends BindingBase
The base .NET class managing System.Windows.Data.Binding, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.Binding
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=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Data.Bindingstatic JCType
classType
The type managed from JCOBridge.
-
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=8.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.Binding- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Binding
public Binding(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
Binding
public Binding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Binding
public Binding(java.lang.String path) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, InvalidEnumArgumentException, Win32Exception, TimeoutException, InvalidCastException, CultureNotFoundException, OutOfMemoryException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
IndexOutOfRangeException
InvalidEnumArgumentException
Win32Exception
TimeoutException
InvalidCastException
CultureNotFoundException
OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- 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 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 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classBindingBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classBindingBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classBindingBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Binding cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoBinding
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Binding
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ShouldSerializePath
public boolean ShouldSerializePath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ShouldSerializeSource
public boolean ShouldSerializeSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ShouldSerializeValidationRules
public boolean ShouldSerializeValidationRules() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
GetXmlNamespaceManager
public static XmlNamespaceManager GetXmlNamespaceManager(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
SetXmlNamespaceManager
public static void SetXmlNamespaceManager(DependencyObject target, XmlNamespaceManager value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
getBindsDirectlyToSource
public boolean getBindsDirectlyToSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBindsDirectlyToSource
public void setBindsDirectlyToSource(boolean BindsDirectlyToSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getIsAsync
public boolean getIsAsync() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsAsync
public void setIsAsync(boolean IsAsync) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getNotifyOnSourceUpdated
public boolean getNotifyOnSourceUpdated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNotifyOnSourceUpdated
public void setNotifyOnSourceUpdated(boolean NotifyOnSourceUpdated) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getNotifyOnTargetUpdated
public boolean getNotifyOnTargetUpdated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNotifyOnTargetUpdated
public void setNotifyOnTargetUpdated(boolean NotifyOnTargetUpdated) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getNotifyOnValidationError
public boolean getNotifyOnValidationError() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNotifyOnValidationError
public void setNotifyOnValidationError(boolean NotifyOnValidationError) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getValidatesOnDataErrors
public boolean getValidatesOnDataErrors() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidatesOnDataErrors
public void setValidatesOnDataErrors(boolean ValidatesOnDataErrors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getValidatesOnExceptions
public boolean getValidatesOnExceptions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidatesOnExceptions
public void setValidatesOnExceptions(boolean ValidatesOnExceptions) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getValidatesOnNotifyDataErrors
public boolean getValidatesOnNotifyDataErrors() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidatesOnNotifyDataErrors
public void setValidatesOnNotifyDataErrors(boolean ValidatesOnNotifyDataErrors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getConverterCulture
public CultureInfo getConverterCulture() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverterCulture
public void setConverterCulture(CultureInfo ConverterCulture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getAsyncState
public NetObject getAsyncState() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAsyncState
public void setAsyncState(NetObject AsyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getConverterParameter
public NetObject getConverterParameter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverterParameter
public void setConverterParameter(NetObject ConverterParameter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getSource
public NetObject getSource() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
setSource
public void setSource(NetObject Source) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getElementName
public java.lang.String getElementName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setElementName
public void setElementName(java.lang.String ElementName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getXPath
public java.lang.String getXPath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXPath
public void setXPath(java.lang.String XPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getMode
public BindingMode getMode() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, InvalidOperationException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
InvalidOperationException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
-
setMode
public void setMode(BindingMode Mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException
-
getConverter
public IValueConverter getConverter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverter
public void setConverter(IValueConverter Converter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getRelativeSource
public RelativeSource getRelativeSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRelativeSource
public void setRelativeSource(RelativeSource RelativeSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getUpdateSourceExceptionFilter
public UpdateSourceExceptionFilterCallback getUpdateSourceExceptionFilter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUpdateSourceExceptionFilter
public void setUpdateSourceExceptionFilter(UpdateSourceExceptionFilterCallback UpdateSourceExceptionFilter) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getUpdateSourceTrigger
public UpdateSourceTrigger getUpdateSourceTrigger() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, InvalidOperationException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
InvalidOperationException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
-
setUpdateSourceTrigger
public void setUpdateSourceTrigger(UpdateSourceTrigger UpdateSourceTrigger) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException
-
getPath
public PropertyPath getPath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPath
public void setPath(PropertyPath Path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
-