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 SummaryNested 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.ElementDescriptionElementDescription.Builder
- 
Field SummaryFields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBaseproperties
- 
Constructor SummaryConstructorsModifierConstructorDescriptionInitializes a new instance of the TableBaseDescription class.protectedInitializes a new instance of the TableBaseDescription class using the Builder pattern.
- 
Method SummaryModifier 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.ElementDescriptiongetAbsoluteLocation, 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.DescriptionBasecloneTo, getIndex, getIndexType, getObjectProperties, getVRI, setIndex, setIndexType, setObjectProperties, setVRI, setVRIMethods inherited from class com.hp.lft.sdk.PropertiesDescriptioncloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBasegetValueAs, getValueAsStringProperty, insertValueMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hp.lft.sdk.CloneableObjectclone
- 
Constructor Details- 
TableBaseDescriptionpublic TableBaseDescription()Initializes a new instance of the TableBaseDescription class.
- 
TableBaseDescriptionInitializes a new instance of the TableBaseDescription class using the Builder pattern.- Parameters:
- init- the Builder pattern.
 
 
- 
- 
Method Details- 
setTitleSets the title of the object.- Parameters:
- title- a- StringPropertyor- RegExpProperty.
 
- 
setTitleSets the title of the object.- Parameters:
- title- the title.
 
- 
getTitleReturns the title of the object.- Returns:
- the title.
 
- 
setEnabledSets whether the object can accept user input.- Parameters:
- isEnabled- true to enable.
 
- 
isEnabledIndicates whether the object can accept user input.- Returns:
- true if enabled.
 
 
-