Package com.hp.lft.sdk.sap.ui5
Interface MessageNotifier
public interface MessageNotifier
A message notifier from an SAPUI5 notification bar.
- 
Method SummaryModifier and TypeMethodDescriptionReturns all of the messages in the message notifier.voidselect(int messageIndex) Selects the specified notification in the notifier.
- 
Method Details- 
selectSelects the specified notification in the notifier.- Parameters:
- messageIndex- index of the notification to select (1-based).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getMessagesReturns all of the messages in the message notifier.- Returns:
- all of the messages in the message notifier.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-