Package com.hp.lft.sdk.mobile
Class EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.mobile.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.mobile.EditFieldDescription.Init<T>
- Direct Known Subclasses:
EditFieldDescription.Builder
- Enclosing class:
- EditFieldDescription
protected abstract static class EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for EditFieldDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
hint
(StringProperty hint) Initializes the hint property of the mobile control.Initializes the hint property of the mobile control.Methods inherited from class com.hp.lft.sdk.mobile.UiObjectBaseDescription.Init
accessibilityId, accessibilityId, checkable, checked, className, clickable, container, enabled, focusable, focused, mobileCenterIndex, nativeClass, nativeClass, objectProperties, resourceId, resourceId, self, text, text, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
-
hint
Initializes the hint property of the mobile control.- Parameters:
hint
- a StringProperty (or RegExpProperty) representing the hint property of the mobile control.- Returns:
- the description instance with the updated state (builder pattern).
-
hint
Initializes the hint property of the mobile control.- Parameters:
hint
- the hint property of the mobile control.- Returns:
- the description instance with the updated state (builder pattern).
-