Package com.hp.lft.sdk.sap.gui
Class TableBaseDescription
java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
com.hp.lft.sdk.PropertiesDescription
com.hp.lft.sdk.DescriptionBase
com.hp.lft.sdk.sap.gui.ElementDescription
com.hp.lft.sdk.sap.gui.TableBaseDescription
- All Implemented Interfaces:
CloneableObject
,Description
,com.hp.lft.sdk.internal.DescriptionWithVri
,Cloneable
- Direct Known Subclasses:
APOGridDescription
,GridDescription
,TableDescription
Base description for table, grid and APO grid control in SAP GUI for Windows application.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
TableBaseDescription.Init<T extends TableBaseDescription.Init<T>>
Helper class for TableBaseDescription.Builder.Nested classes/interfaces inherited from class com.hp.lft.sdk.sap.gui.ElementDescription
ElementDescription.Builder
-
Field Summary
Fields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
properties
-
Constructor Summary
ConstructorsModifierConstructorDescriptionInitializes a new instance of the TableBaseDescription class.protected
Initializes a new instance of the TableBaseDescription class using the Builder pattern. -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
Returns the title of the object.Indicates whether the object can accept user input.void
setEnabled
(Boolean isEnabled) Sets whether the object can accept user input.void
setTitle
(StringProperty title) Sets the title of the object.void
Sets the title of the object.Methods inherited from class com.hp.lft.sdk.sap.gui.ElementDescription
getAbsoluteLocation, getId, getLocation, getName, getSize, getType, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setId, setId, setLocation, setLocation, setLocation, setName, setName, setSize, setSize, setSize, setType
Methods inherited from class com.hp.lft.sdk.DescriptionBase
cloneTo, getIndex, getIndexType, getObjectProperties, getVRI, setIndex, setIndexType, setObjectProperties, setVRI, setVRI
Methods inherited from class com.hp.lft.sdk.PropertiesDescription
clone
Methods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
getValueAs, getValueAsStringProperty, insertValue
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.hp.lft.sdk.CloneableObject
clone
-
Constructor Details
-
TableBaseDescription
public TableBaseDescription()Initializes a new instance of the TableBaseDescription class. -
TableBaseDescription
Initializes a new instance of the TableBaseDescription class using the Builder pattern.- Parameters:
init
- the Builder pattern.
-
-
Method Details
-
setTitle
Sets the title of the object.- Parameters:
title
- aStringProperty
orRegExpProperty
.
-
setTitle
Sets the title of the object.- Parameters:
title
- the title.
-
getTitle
Returns the title of the object.- Returns:
- the title.
-
setEnabled
Sets whether the object can accept user input.- Parameters:
isEnabled
- true to enable.
-
isEnabled
Indicates whether the object can accept user input.- Returns:
- true if enabled.
-