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 SummaryConstructors
- 
Method SummaryModifier 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.InitabsoluteLocation, absoluteLocation, absoluteLocation, id, id, location, location, location, name, name, size, size, size, typeMethods inherited from class com.hp.lft.sdk.DescriptionBase.Initindex, objectProperties, self, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- ElementDescription.Init<T extends EditFieldDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
attachedTextInitializes static text that is attached to the edit field.- Parameters:
- attachedText- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
attachedTextInitializes static text that is attached to the edit field.- Parameters:
- attachedText- the static text.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
enabledInitializes whether the object can accept user input.- Parameters:
- enabled- true to set as enabled.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
highlightedInitializes whether the edit box is highlighted.- Parameters:
- highlighted- true to set as highlighted.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
iconNameInitializes the name of the icon used in the edit box.- Parameters:
- iconName- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
iconNameInitializes 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).
 
- 
maxLengthInitializes 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).
 
- 
numericalInitializes 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).
 
- 
requiredInitializes whether the edit box is required.- Parameters:
- required- true to set as required.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
textInitializes text string value of the object.- Parameters:
- text- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
textInitializes text string value of the object.- Parameters:
- text- the text.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-