Uses of Enum Class
com.vaadin.flow.internal.FrontendUtils.AnsiColor
Packages that use FrontendUtils.AnsiColor
-
Uses of FrontendUtils.AnsiColor in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return FrontendUtils.AnsiColorModifier and TypeMethodDescriptionstatic FrontendUtils.AnsiColorReturns the enum constant of this class with the specified name.static FrontendUtils.AnsiColor[]FrontendUtils.AnsiColor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.internal with parameters of type FrontendUtils.AnsiColorModifier and TypeMethodDescriptionstatic voidFrontendUtils.console(FrontendUtils.AnsiColor ansiColor, String message) Intentionally send to console instead to log, useful when executing external processes.