Package org.teamapps.dto
Class UiRootPanel.ShowDialogMessageCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.ShowDialogMessageCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ShowDialogMessageCommand(String icon, String title, String message, List<UiGenericErrorMessageOption> options) -
Method Summary
-
Field Details
-
icon
-
title
-
message
-
options
-
-
Constructor Details
-
ShowDialogMessageCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ShowDialogMessageCommand
public ShowDialogMessageCommand(String icon, String title, String message, List<UiGenericErrorMessageOption> options)
-
-
Method Details
-
toString
-
getIcon
-
getTitle
-
getMessage
-
getOptions
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-