Package com.hp.lft.sdk.sap.gui
Class CheckBoxDescription.Init<T extends CheckBoxDescription.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.CheckBoxDescription.Init<T>
- Direct Known Subclasses:
- CheckBoxDescription.Builder
- Enclosing class:
- CheckBoxDescription
protected abstract static class CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>
extends ElementDescription.Init<T>
Helper class for CheckBoxDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionattachedText(StringProperty text) Initializes the text associated with the object.attachedText(String text) Initializes the text associated with the object.build()Returns the built description instance (builder pattern).Initializes whether the object is checked.Initializes whether the object can accept user input.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 CheckBoxDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
attachedTextInitializes the text associated with the object.- Parameters:
- text- a- StringPropertyrepresenting the text associated with the object.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
attachedTextInitializes the text associated with the object.- Parameters:
- text- the text associated with the object.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
enabledInitializes whether the object can accept user input.- Parameters:
- enabled- true if enabled.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
checkedInitializes whether the object is checked.- Parameters:
- checked- true if checked.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-