Uses of Record Class
com.vaadin.flow.signals.shared.SharedListSignal.ListPosition
Packages that use SharedListSignal.ListPosition
-
Uses of SharedListSignal.ListPosition in com.vaadin.flow.signals
Methods in com.vaadin.flow.signals that return SharedListSignal.ListPositionModifier and TypeMethodDescriptionSignalCommand.AdoptAtCommand.position()Returns the value of thepositionrecord component.SignalCommand.InsertCommand.position()Returns the value of thepositionrecord component.SignalCommand.PositionCondition.position()Returns the value of thepositionrecord component.Constructors in com.vaadin.flow.signals with parameters of type SharedListSignal.ListPositionModifierConstructorDescriptionAdoptAtCommand(Id commandId, Id targetNodeId, Id childId, SharedListSignal.ListPosition position) Creates an instance of aAdoptAtCommandrecord class.InsertCommand(Id commandId, Id targetNodeId, @Nullable Id scopeOwner, @Nullable tools.jackson.databind.JsonNode value, SharedListSignal.ListPosition position) Creates an instance of aInsertCommandrecord class.PositionCondition(Id commandId, Id targetNodeId, Id childId, SharedListSignal.ListPosition position) Creates an instance of aPositionConditionrecord class.