Uses of Enum Class
org.teamapps.dto.UiGenericErrorMessageOption
-
Uses of UiGenericErrorMessageOption in org.teamapps.dto
Subclasses with type arguments of type UiGenericErrorMessageOption in org.teamapps.dtoFields in org.teamapps.dto with type parameters of type UiGenericErrorMessageOptionModifier and TypeFieldDescriptionprotected List<UiGenericErrorMessageOption> UiRootPanel.ShowDialogMessageCommand.optionsMethods in org.teamapps.dto that return UiGenericErrorMessageOptionModifier and TypeMethodDescriptionstatic UiGenericErrorMessageOptionReturns the enum constant of this class with the specified name.static UiGenericErrorMessageOption[]UiGenericErrorMessageOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto that return types with arguments of type UiGenericErrorMessageOptionConstructor parameters in org.teamapps.dto with type arguments of type UiGenericErrorMessageOptionModifierConstructorDescriptionShowDialogMessageCommand(String icon, String title, String message, List<UiGenericErrorMessageOption> options)