JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Record Class
com.vaadin.flow.signals.shared.impl.CommandResult.Reject
Packages that use
CommandResult.Reject
Package
Description
com.vaadin.flow.signals.shared.impl
Uses of
CommandResult.Reject
in
com.vaadin.flow.signals.shared.impl
Methods in
com.vaadin.flow.signals.shared.impl
that return
CommandResult.Reject
Modifier and Type
Method
Description
static
CommandResult.Reject
CommandResult.
fail
(
String
reason)
Creates a new rejected result with the given reason.