Package at.bestsolution.uia
Interface IPropertySupport
- All Known Subinterfaces:
IInitContext
public interface IPropertySupport
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault IProperty<KeyCombination>default IProperty<KeyCombination>addAccessKeyProperty(Supplier<KeyCombination> getter) addAutomationIdProperty(Supplier<String> getter) addBoundingRectangleProperty(Supplier<Bounds> getter) addClassNameProperty(Supplier<String> getter) addClickablePointProperty(Supplier<Point2D> getter) default IProperty<ControlType>addControlTypeProperty(Supplier<ControlType> getter) addHasKeyboardFocusProperty(Supplier<Boolean> getter) addHelpTextProperty(Supplier<String> getter) addIsContentElementProperty(Supplier<Boolean> getter) addIsControlElementProperty(Supplier<Boolean> getter) addIsEnabledElementProperty(Supplier<Boolean> getter) addIsOffscreenProperty(Supplier<Boolean> getter) addIsPasswordProperty(Supplier<Boolean> getter) addIsRequiredForFormProperty(Supplier<Boolean> getter) addItemStatusProperty(Supplier<String> getter) addItemTypeProperty(Supplier<String> getter) default IProperty<IUIAElement>addLabeledByProperty(Supplier<IUIAElement> getter) addNameProperty(Supplier<String> getter) default IProperty<OrientationType><T> IProperty<T>addProperty(IPropertyId id, Supplier<T> getter, IVariantConverter<T> converter)
-
Method Details
-
addProperty
-
addControlTypeProperty
-
addNameProperty
-
addIsContentElementProperty
-
addIsControlElementProperty
-
addIsEnabledElementProperty
-
addAccessKeyProperty
-
addAcceleratorKeyProperty
-
addHelpTextProperty
-
addLocalizedControlTypeProperty
-
addHasKeyboardFocusProperty
-
addIsKeyboardFocusableProperty
-
addIsPasswordProperty
-
addBoundingRectangleProperty
-
addAutomationIdProperty
-
addClassNameProperty
-
addClickablePointProperty
-
addLabeledByProperty
-
addItemTypeProperty
-
addIsOffscreenProperty
-
addOrientationTypeProperty
-
addIsRequiredForFormProperty
-
addItemStatusProperty
-