Uses of Enum Class
com.vaadin.hilla.signals.core.event.ListStateEvent.InsertPosition
Packages that use ListStateEvent.InsertPosition
-
Uses of ListStateEvent.InsertPosition in com.vaadin.hilla.signals.core.event
Methods in com.vaadin.hilla.signals.core.event that return ListStateEvent.InsertPositionModifier and TypeMethodDescriptionListStateEvent.getPosition()Returns the enum constant of this class with the specified name.static ListStateEvent.InsertPosition[]ListStateEvent.InsertPosition.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.InsertPositionModifierConstructorDescriptionListStateEvent(String id, ListStateEvent.EventType eventType, T value, ListStateEvent.InsertPosition insertPosition) -
Uses of ListStateEvent.InsertPosition in com.vaadin.hilla.signals.operation
Methods in com.vaadin.hilla.signals.operation that return ListStateEvent.InsertPositionModifier and TypeMethodDescriptionListInsertOperation.position()Returns the value of thepositionrecord component.Constructors in com.vaadin.hilla.signals.operation with parameters of type ListStateEvent.InsertPositionModifierConstructorDescriptionListInsertOperation(String operationId, ListStateEvent.InsertPosition position, T value) Creates an instance of aListInsertOperationrecord class.