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 classTableBaseDescription.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.protectedInitializes 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.voidsetEnabled(Boolean isEnabled) Sets whether the object can accept user input.voidsetTitle(StringProperty title) Sets the title of the object.voidSets 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, setTypeMethods inherited from class com.hp.lft.sdk.DescriptionBase
cloneTo, getIndex, getIndexType, getObjectProperties, getVRI, setIndex, setIndexType, setObjectProperties, setVRI, setVRIMethods inherited from class com.hp.lft.sdk.PropertiesDescription
cloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
getValueAs, getValueAsStringProperty, insertValueMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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- aStringPropertyorRegExpProperty.
-
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.
-