Uses of Enum Class
com.vaadin.hilla.signals.core.event.StateEvent.EventType
Packages that use StateEvent.EventType
-
Uses of StateEvent.EventType in com.vaadin.hilla.signals.core.event
Methods in com.vaadin.hilla.signals.core.event that return StateEvent.EventTypeModifier and TypeMethodDescriptionstatic StateEvent.EventTypeStateEvent.extractEventType(com.fasterxml.jackson.databind.JsonNode json) StateEvent.getEventType()Returns the type of the event.static StateEvent.EventTypestatic StateEvent.EventTypeReturns the enum constant of this class with the specified name.static StateEvent.EventType[]StateEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.hilla.signals.core.event that return types with arguments of type StateEvent.EventTypeConstructors in com.vaadin.hilla.signals.core.event with parameters of type StateEvent.EventTypeModifierConstructorDescriptionStateEvent(String id, StateEvent.EventType eventType, T value) Creates a new state event using the given parameters.StateEvent(String id, StateEvent.EventType eventType, T value, T expected) Creates a new state event using the given parameters.