Uses of Class
com.vaadin.signals.impl.Transaction
Packages that use Transaction
-
Uses of Transaction in com.vaadin.signals
Methods in com.vaadin.signals with parameters of type TransactionModifier and TypeMethodDescriptionprotected UsageTracker.Usage
Signal.createUsage
(Transaction transaction) Creates a usage instance based on the current state of this signal.protected Node.Data
Signal.data
(Transaction transaction) Gets the data node for this signal in the given transaction. -
Uses of Transaction in com.vaadin.signals.impl
Subclasses of Transaction in com.vaadin.signals.implModifier and TypeClassDescriptionclass
A conventional read-write transaction that stages commands to be submitted as a single commit.Methods in com.vaadin.signals.impl that return TransactionModifier and TypeMethodDescriptionstatic Transaction
Transaction.getCurrent()
Gets the current transaction handler.Methods in com.vaadin.signals.impl with parameters of type TransactionModifier and TypeMethodDescriptionprotected UsageTracker.Usage
ComputedSignal.createUsage
(Transaction transaction) Creates a usage instance based on the current state of this signal.Constructors in com.vaadin.signals.impl with parameters of type TransactionModifierConstructorDescriptionStagedTransaction
(Transaction outer) Creates a new staged transaction for the given outer transaction.