Uses of Enum Class
com.hp.lft.sdk.sap.gui.StatusBarMessageType
Packages that use StatusBarMessageType
-
Uses of StatusBarMessageType in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return StatusBarMessageTypeModifier and TypeMethodDescriptionStatusBar.getMessageType()
Returns the type of message.StatusBarDescription.getMessageType()
Returns the type of message.static StatusBarMessageType
Returns the enum constant of this class with the specified name.static StatusBarMessageType[]
StatusBarMessageType.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 StatusBarMessageTypeModifier and TypeMethodDescriptionStatusBarDescription.Init.messageType
(StatusBarMessageType messageType) Initializes the type of message.void
StatusBarDescription.setMessageType
(StatusBarMessageType type) Sets the type of message.