Package com.hp.lft.sdk.oracle
Class ButtonDescription.Init<T extends ButtonDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.oracle.ButtonDescription.Init<T>
- Direct Known Subclasses:
- ButtonDescription.Builder
- Enclosing class:
- ButtonDescription
protected abstract static class ButtonDescription.Init<T extends ButtonDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for ButtonDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).classPath(StringProperty classPath) Initializes the button's classPath.Initializes the button's classPath.Indicates whether the object is enable.label(StringProperty label) Initializes the button's label.Initializes the button's label.objectDescription(StringProperty objectDescription) Initializes the button's objectDescription.objectDescription(String objectDescription) Initializes the button's objectDescription.objectName(StringProperty objectName) Initializes the button's objectName.objectName(String objectName) Initializes the button's objectName.tooltipText(StringProperty tooltipText) Initializes the button's tooltipText.tooltipText(String tooltipText) Initializes the button's tooltipText.Methods inherited from class com.hp.lft.sdk.oracle.UiObjectBaseDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, location, location, location, objectType, objectType, size, size, sizeMethods 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 ButtonDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
labelInitializes the button's label.- Parameters:
- label- the text displayed on the object.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
labelInitializes the button's label.- Parameters:
- label- the text displayed on the object.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
classPathInitializes the button's classPath.- Parameters:
- classPath- the hierarchy of the object's Oracle class.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
classPathInitializes the button's classPath.- Parameters:
- classPath- the hierarchy of the object's Oracle class.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
enabledIndicates whether the object is enable.- Parameters:
- enabled- true to set as enabled.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
objectDescriptionInitializes the button's objectDescription.- Parameters:
- objectDescription- the accessibility description of the object as specified by the server.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
objectDescriptionInitializes the button's objectDescription.- Parameters:
- objectDescription- the accessibility description of the object as specified by the server.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
objectNameInitializes the button's objectName.- Parameters:
- objectName- the internal name of the object supplied by the application server.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
objectNameInitializes the button's objectName.- Parameters:
- objectName- the internal name of the object supplied by the application server.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
tooltipTextInitializes the button's tooltipText.- Parameters:
- tooltipText- the text displayed in the object's tooltip.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
tooltipTextInitializes the button's tooltipText.- Parameters:
- tooltipText- the text displayed in the object's tooltip.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-