Package com.hp.lft.sdk.oracle
Class TableDescription.Init<T extends TableDescription.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.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 Summary
Constructors -
Method Summary
Modifier 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.Indicates whether the object is enable.objectName(StringProperty objectName) Initializes the table's objectName.objectName(String objectName) Initializes the table's objectName.Initializes the number of rows in a table.Methods inherited from class com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, location, location, location, objectType, objectType, size, size, sizeMethods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
buildin classDescriptionBase.Init<T extends TableDescription.Init<T>>- Returns:
- The built description instance (builder pattern).
-
enabled
Indicates whether the object is enable.- Parameters:
enabled- true to set as enabled.- Returns:
- the description instance with the update state (builder pattern).
-
objectName
Initializes the table's objectName.- Parameters:
objectName- the name of the object supplied by the server.- Returns:
- the description instance with the update state (builder pattern).
-
objectName
Initializes the table's objectName.- Parameters:
objectName- the name of the object supplied by the server.- Returns:
- the description instance with the update state (builder pattern).
-
rowsCount
Initializes 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).
-
columnsCount
Initializes 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).
-
columnHeaders
Initializes 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).
-