Package com.hp.lft.sdk.sap.gui
Class ButtonDescription.Init<T extends ButtonDescription.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.ButtonDescription.Init<T>
- Direct Known Subclasses:
- ButtonDescription.Builder
- Enclosing class:
- ButtonDescription
protected abstract static class ButtonDescription.Init<T extends ButtonDescription.Init<T>>
extends ElementDescription.Init<T>
Helper class for ButtonDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).containerName(StringProperty containerName) Initializes name of the parent object.containerName(String containerName) Initializes name of the parent object.Initializes whether the object can accept user input.text(StringProperty text) Initializes text associated with the object.Initializes text associated with the object.tooltip(StringProperty tooltip) Initializes value of the object's tooltip.Initializes value of the object's tooltip.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 ButtonDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
tooltipInitializes value of the object's tooltip.- Parameters:
- tooltip- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
tooltipInitializes value of the object's tooltip.- Parameters:
- tooltip- the value of the object's tooltip.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
containerNameInitializes name of the parent object.- Parameters:
- containerName- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
containerNameInitializes name of the parent object.- Parameters:
- containerName- the name of the parent object.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
textInitializes text associated with the object.- Parameters:
- text- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
textInitializes 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 to set as enabled.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-