Uses of Class
com.vaadin.signals.shared.impl.SignalTree
Packages that use SignalTree
Package
Description
-
Uses of SignalTree in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl with parameters of type SignalTreeModifier and TypeMethodDescriptionvoidTransaction.include(SignalTree tree, SignalCommand command, CommandsAndHandlers.CommandResultHandler resultHandler) Includes the given command to the given tree in the context of this transaction and sets the command to be applied to the underlying signal tree.abstract voidTransaction.include(SignalTree tree, SignalCommand command, CommandsAndHandlers.CommandResultHandler resultHandler, boolean applyToTree) Includes the given command to the given tree in the context of this transaction and optionally also sets the command to be applied to the underlying signal tree.abstract TreeRevisionTransaction.read(SignalTree tree) Gets a revision for reading from the given tree in the context of this transaction.