Uses of Record Class
com.vaadin.signals.ListSignal.ListPosition
Packages that use ListSignal.ListPosition
-
Uses of ListSignal.ListPosition in com.vaadin.signals
Methods in com.vaadin.signals that return ListSignal.ListPositionModifier and TypeMethodDescriptionstatic ListSignal.ListPositionListSignal.ListPosition.first()Gets the insertion position that corresponds to the beginning of the list.static ListSignal.ListPositionListSignal.ListPosition.last()Gets the insertion position that corresponds to the end of the list.SignalCommand.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.signals with parameters of type ListSignal.ListPositionModifierConstructorDescriptionAdoptAtCommand(Id commandId, Id targetNodeId, Id childId, ListSignal.ListPosition position) Creates an instance of aAdoptAtCommandrecord class.InsertCommand(Id commandId, Id targetNodeId, Id scopeOwner, com.fasterxml.jackson.databind.JsonNode value, ListSignal.ListPosition position) Creates an instance of aInsertCommandrecord class.PositionCondition(Id commandId, Id targetNodeId, Id childId, ListSignal.ListPosition position) Creates an instance of aPositionConditionrecord class.