Package com.vaadin.signals.shared
Class SignalUtils
java.lang.Object
com.vaadin.signals.shared.SignalUtils
Utility class for accessing/using signals internal API.
Note: This is internal API for Vaadin platform's internal usages. It is not intended for public use and may change or be removed in future releases.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisValid(AbstractSignal<?> signal, SignalCommand command) Checks whether the given command is considered valid by the validator instance of the provided signal.static SignalTreetreeOf(AbstractSignal<?> signal) Returns the underlyingSignalTreeinstance of the given signal.
-
Method Details