Uses of Enum Class
com.vaadin.copilot.ide.IdeNotification.Type
Packages that use IdeNotification.Type
-
Uses of IdeNotification.Type in com.vaadin.copilot.ide
Methods in com.vaadin.copilot.ide that return IdeNotification.TypeModifier and TypeMethodDescriptionIdeNotification.type()Returns the value of thetyperecord component.static IdeNotification.TypeReturns the enum constant of this class with the specified name.static IdeNotification.Type[]IdeNotification.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.copilot.ide with parameters of type IdeNotification.TypeModifierConstructorDescriptionIdeNotification(String message, IdeNotification.Type type, String dismissId) Creates an instance of aIdeNotificationrecord class.