Package com.hp.lft.sdk.sap.gui
Class TableBaseDescription.Init<T extends TableBaseDescription.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.TableBaseDescription.Init<T>
- Direct Known Subclasses:
- APOGridDescription.Init,- GridDescription.Init,- TableDescription.Init
- Enclosing class:
- TableBaseDescription
protected abstract static class TableBaseDescription.Init<T extends TableBaseDescription.Init<T>>
extends ElementDescription.Init<T>
Helper class for TableBaseDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).Initializes whether the object can accept user input.title(StringProperty title) Initializes the title value of the object.Initializes the title 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 TableBaseDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
titleInitializes the title value of the object.- Parameters:
- title- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
titleInitializes the title value of the object.- Parameters:
- title- the title.
- 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).
 
 
-