Uses of Class
com.vaadin.signals.impl.TreeRevision
Packages that use TreeRevision
-
Uses of TreeRevision in com.vaadin.signals
Methods in com.vaadin.signals with parameters of type TreeRevisionModifier and TypeMethodDescriptionprotected Node.DataSignal.data(TreeRevision revision) Gets the data node for this signal in the given tree revision. -
Uses of TreeRevision in com.vaadin.signals.impl
Subclasses of TreeRevision in com.vaadin.signals.implModifier and TypeClassDescriptionclassA tree revision that can be mutated by applying signal commands.classAn immutable tree revision.Methods in com.vaadin.signals.impl that return TreeRevisionModifier and TypeMethodDescriptionStagedTransaction.read(SignalTree tree) abstract TreeRevisionTransaction.read(SignalTree tree) Gets a revision for reading from the given tree in the context of this transaction.Constructors in com.vaadin.signals.impl with parameters of type TreeRevisionModifierConstructorDescriptionCreates a new mutable tree revision as a copy of the provided base revision.