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 SummaryConstructors
- 
Method SummaryModifier 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.InitaccessibilityId, accessibilityId, checkable, checked, className, clickable, container, enabled, focusable, focused, mobileCenterIndex, nativeClass, nativeClass, objectProperties, resourceId, resourceId, self, text, text, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
build
- 
hintInitializes 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).
 
- 
hintInitializes 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).
 
 
-