Package com.hp.lft.sdk.sap.gui
Class TableDescription.Init<T extends TableDescription.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>
com.hp.lft.sdk.sap.gui.TableDescription.Init<T>
- Direct Known Subclasses:
TableDescription.Builder
- Enclosing class:
- TableDescription
protected abstract static class TableDescription.Init<T extends TableDescription.Init<T>>
extends TableBaseDescription.Init<T>
Helper class for TableDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).columnSelectionMode
(TableSelectionMode columnSelectionMode) Initializes which selections can be made on the columnsrowSelectionMode
(TableSelectionMode rowSelectionMode) Initializes which selections can be made on the rowsMethods inherited from class com.hp.lft.sdk.sap.gui.TableBaseDescription.Init
enabled, title, title
Methods inherited from class com.hp.lft.sdk.sap.gui.ElementDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, id, id, location, location, location, name, name, size, size, size, type
Methods 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.Init
Returns the built description instance (builder pattern).- Overrides:
build
in classTableBaseDescription.Init<T extends TableDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
columnSelectionMode
Initializes which selections can be made on the columns- Parameters:
columnSelectionMode
- which selections can be made on the columns.- Returns:
- the description instance with the update state (builder pattern)
-
rowSelectionMode
Initializes which selections can be made on the rows- Parameters:
rowSelectionMode
- which selections can be made on the rows.- Returns:
- the description instance with the update state (builder pattern)
-