Uses of Enum Class
com.vaadin.signals.impl.SignalTree.Type
Packages that use SignalTree.Type
-
Uses of SignalTree.Type in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl that return SignalTree.TypeModifier and TypeMethodDescriptionSignalTree.type()Gets the type of this signal tree.static SignalTree.TypeReturns the enum constant of this class with the specified name.static SignalTree.Type[]SignalTree.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.signals.impl with parameters of type SignalTree.TypeModifierConstructorDescriptionprotectedSignalTree(SignalTree.Type type) Creates a new signal tree with the given type.