Uses of Enum Class
com.vaadin.hilla.signals.core.event.ListStateEvent.EventType
Packages that use ListStateEvent.EventType
-
Uses of ListStateEvent.EventType in com.vaadin.hilla.signals.core.event
Methods in com.vaadin.hilla.signals.core.event that return ListStateEvent.EventTypeModifier and TypeMethodDescriptionListStateEvent.getEventType()static ListStateEvent.EventTypestatic ListStateEvent.EventTypeReturns the enum constant of this class with the specified name.static ListStateEvent.EventType[]ListStateEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.hilla.signals.core.event with parameters of type ListStateEvent.EventTypeModifierConstructorDescriptionListStateEvent(String id, ListStateEvent.EventType eventType, Collection<ListStateEvent.ListEntry<T>> entries) ListStateEvent(String id, ListStateEvent.EventType eventType, T value, ListStateEvent.InsertPosition insertPosition)