Package com.hp.lft.sdk.sap.gui
Class EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.sap.gui.ElementDescription.Init<T>
com.hp.lft.sdk.sap.gui.EditFieldDescription.Init<T>
- Direct Known Subclasses:
EditFieldDescription.Builder
- Enclosing class:
- EditFieldDescription
protected abstract static class EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>
extends ElementDescription.Init<T>
Helper class for EditFieldDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachedText
(StringProperty attachedText) Initializes static text that is attached to the edit field.attachedText
(String attachedText) Initializes static text that is attached to the edit field.build()
Returns the built description instance (builder pattern).Initializes whether the object can accept user input.highlighted
(Boolean highlighted) Initializes whether the edit box is highlighted.iconName
(StringProperty iconName) Initializes the name of the icon used in the edit box.Initializes the name of the icon used in the edit box.Initializes the maximum number of characters that can be entered in the edit box.Initializes whether the edit box is a numerical fieldInitializes whether the edit box is required.text
(StringProperty text) Initializes text string value of the object.Initializes text string value of the object.Methods inherited from class com.hp.lft.sdk.sap.gui.ElementDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, id, id, location, location, location, name, name, size, size, size, type
Methods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.Init
Returns the built description instance (builder pattern).- Overrides:
build
in classElementDescription.Init<T extends EditFieldDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
attachedText
Initializes static text that is attached to the edit field.- Parameters:
attachedText
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
attachedText
Initializes static text that is attached to the edit field.- Parameters:
attachedText
- the static text.- Returns:
- the description instance with the update state (builder pattern).
-
enabled
Initializes whether the object can accept user input.- Parameters:
enabled
- true to set as enabled.- Returns:
- the description instance with the update state (builder pattern).
-
highlighted
Initializes whether the edit box is highlighted.- Parameters:
highlighted
- true to set as highlighted.- Returns:
- the description instance with the update state (builder pattern).
-
iconName
Initializes the name of the icon used in the edit box.- Parameters:
iconName
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
iconName
Initializes the name of the icon used in the edit box.- Parameters:
iconName
- the name of the icon.- Returns:
- the description instance with the update state (builder pattern).
-
maxLength
Initializes the maximum number of characters that can be entered in the edit box.- Parameters:
maxLength
- the maximum number of characters.- Returns:
- the description instance with the update state (builder pattern).
-
numerical
Initializes whether the edit box is a numerical field- Parameters:
numerical
- true to set as numerical field.- Returns:
- the description instance with the update state (builder pattern).
-
required
Initializes whether the edit box is required.- Parameters:
required
- true to set as required.- Returns:
- the description instance with the update state (builder pattern).
-
text
Initializes text string value of the object.- Parameters:
text
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
text
Initializes text string value of the object.- Parameters:
text
- the text.- Returns:
- the description instance with the update state (builder pattern).
-