Uses of Interface
com.vaadin.hilla.signals.core.event.ListStateEvent.ListEntry
Packages that use ListStateEvent.ListEntry
Package
Description
-
Uses of ListStateEvent.ListEntry in com.vaadin.hilla.signals
Methods in com.vaadin.hilla.signals that return ListStateEvent.ListEntry -
Uses of ListStateEvent.ListEntry in com.vaadin.hilla.signals.core.event
Methods in com.vaadin.hilla.signals.core.event that return ListStateEvent.ListEntryModifier and TypeMethodDescriptionMethods in com.vaadin.hilla.signals.core.event that return types with arguments of type ListStateEvent.ListEntryConstructor parameters in com.vaadin.hilla.signals.core.event with type arguments of type ListStateEvent.ListEntryModifierConstructorDescriptionListStateEvent(String id, ListStateEvent.EventType eventType, Collection<ListStateEvent.ListEntry<T>> entries) -
Uses of ListStateEvent.ListEntry in com.vaadin.hilla.signals.operation
Methods in com.vaadin.hilla.signals.operation that return ListStateEvent.ListEntryModifier and TypeMethodDescriptionListRemoveOperation.entryToRemove()Returns the value of theentryToRemoverecord component.Constructors in com.vaadin.hilla.signals.operation with parameters of type ListStateEvent.ListEntryModifierConstructorDescriptionListRemoveOperation(String operationId, ListStateEvent.ListEntry<T> entryToRemove) Creates an instance of aListRemoveOperationrecord class.