Package com.hp.lft.sdk.java
Class TableDescription.Init<T extends TableDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.java.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.java.TableDescription.Init<T>
- Direct Known Subclasses:
- TableDescription.Builder
- Enclosing class:
- TableDescription
protected abstract static class TableDescription.Init<T extends TableDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for TableDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).columnHeaders(String[] columnHeaders) Initializes the collection of column headers in a table.columnsCount(Integer columnsCount) Initializes the number of columns in a table.Initializes the number of rows in a table.Methods inherited from class com.hp.lft.sdk.java.UiObjectBaseDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, attachedText, attachedText, backgroundColor, backgroundColor, enabled, focused, foregroundColor, foregroundColor, label, label, location, location, location, nativeClass, nativeClass, objectName, objectName, path, path, size, size, size, tagName, tagName, visible, wrappedMethods 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 TableDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
rowsCountInitializes the number of rows in a table.- Parameters:
- rowsCount- the number of rows in a table.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
columnsCountInitializes the number of columns in a table.- Parameters:
- columnsCount- the number of columns in a table.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
columnHeadersInitializes the collection of column headers in a table.- Parameters:
- columnHeaders- the collection of column headers in a table.
- Returns:
- the description instance with the updated state (builder pattern).
 
 
-