Uses of Class
org.teamapps.dto.UiGenericErrorMessageOption
-
-
Uses of UiGenericErrorMessageOption in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiGenericErrorMessageOption Modifier and Type Field Description protected java.util.List<UiGenericErrorMessageOption>UiRootPanel.ShowDialogMessageCommand. optionsMethods in org.teamapps.dto that return UiGenericErrorMessageOption Modifier and Type Method Description static UiGenericErrorMessageOptionUiGenericErrorMessageOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiGenericErrorMessageOption[]UiGenericErrorMessageOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto that return types with arguments of type UiGenericErrorMessageOption Modifier and Type Method Description java.util.List<UiGenericErrorMessageOption>UiRootPanel.ShowDialogMessageCommand. getOptions()Constructor parameters in org.teamapps.dto with type arguments of type UiGenericErrorMessageOption Constructor Description ShowDialogMessageCommand(java.lang.String icon, java.lang.String title, java.lang.String message, java.util.List<UiGenericErrorMessageOption> options)
-