public static class IUIAElement.UIAElementContext
extends java.lang.Object
The context object encapsulates the functionality to fire property changes and events.
Modifier and Type | Field and Description |
---|---|
IProperty<java.lang.String> |
AutomationId |
IProperty<javafx.geometry.Bounds> |
BoundingRectangle |
IProperty<ControlType> |
ControlType |
Constructor and Description |
---|
UIAElementContext(IInitContext init,
IUIAElement element) |
public final IProperty<java.lang.String> AutomationId
public final IProperty<ControlType> ControlType
public final IProperty<javafx.geometry.Bounds> BoundingRectangle
public UIAElementContext(IInitContext init, IUIAElement element)