public class DataTrigger extends TriggerBase implements IAddChild
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.DataTrigger
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: PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.DataTrigger
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataTrigger() |
DataTrigger(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataTrigger |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataTrigger, a cast assert is made to check if types are compatible. |
BindingBase |
getBinding() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
SetterBaseCollection |
getSetters() |
NetObject |
getValue() |
static void |
ReceiveMarkupExtension(NetObject targetObject,
XamlSetMarkupExtensionEventArgs eventArgs) |
void |
setBinding(BindingBase Binding) |
void |
setJCOInstance(JCObject instance) |
void |
setValue(NetObject Value) |
getEnterActions, getExitActionsClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValueCheckAccess, getDispatcher, VerifyAccessEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringAddChild, AddText, ToIAddChildpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataTrigger()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public DataTrigger(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DataTrigger cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataTrigger, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataTrigger instancejava.lang.Throwable - in case of error during cast operationpublic BindingBase getBinding() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAddChildgetJCOAssemblyName in class TriggerBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IAddChildgetJCOClassName in class TriggerBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IAddChildgetJCOInstance in class TriggerBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IAddChildgetJCOObjectName in class TriggerBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IAddChildgetJCOType in class TriggerBaseJCType representing the CLR Type of the instantiated Classpublic SetterBaseCollection getSetters() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic NetObject getValue() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic static void ReceiveMarkupExtension(NetObject targetObject, XamlSetMarkupExtensionEventArgs eventArgs) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void setBinding(BindingBase Binding) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArrayTypeMismatchException, ArgumentOutOfRangeException, NotSupportedException, FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class TriggerBasepublic void setValue(NetObject Value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArrayTypeMismatchException, ArgumentOutOfRangeException, NotSupportedException, FormatException