Package com.hp.lft.sdk.winforms
Class EditorDescription.Init<T extends EditorDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.winforms.UiObjectDescriptionBase.Init<T>
com.hp.lft.sdk.winforms.EditorDescription.Init<T>
- Direct Known Subclasses:
- EditorDescription.Builder
- Enclosing class:
- EditorDescription
protected abstract static class EditorDescription.Init<T extends EditorDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).selectedText(StringProperty selectedText) Initializes the the selected text in the control.selectedText(String selectedText) Initializes the the selected text in the control.Methods inherited from class com.hp.lft.sdk.winforms.UiObjectDescriptionBase.InitabsoluteLocation, absoluteLocation, absoluteLocation, childWindow, enabled, focused, fullNamePath, fullNamePath, fullType, fullType, location, location, location, nativeClass, nativeClass, objectName, objectName, ownedWindow, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowId, windowTitleRegExp, windowTitleRegExpMethods 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- DescriptionBase.Init<T extends EditorDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
selectedTextInitializes the the selected text in the control.- Parameters:
- selectedText- a- StringPropertyor- RegExpProperty
- Returns:
- the description instance with the update state (builder pattern)
 
- 
selectedTextInitializes the the selected text in the control.- Parameters:
- selectedText- the selected text
- Returns:
- the description instance with the update state (builder pattern)
 
 
-