Uses of Enum Class
com.hp.lft.sdk.sap.gui.ComponentType
Packages that use ComponentType
-
Uses of ComponentType in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return ComponentTypeModifier and TypeMethodDescriptionElement.getType()
Returns the GUI component type of this element.ElementDescription.getType()
Returns the GUI component type.GuiSession.getType()
Returns the identification of the GUI component type.static ComponentType
Returns the enum constant of this class with the specified name.static ComponentType[]
ComponentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.sap.gui with parameters of type ComponentTypeModifier and TypeMethodDescriptionvoid
ElementDescription.setType
(ComponentType type) Sets the GUI component type.ElementDescription.Init.type
(ComponentType type) Initializes the GUI component type.