Uses of Interface
com.vaadin.flow.signals.function.CommandValidator
Packages that use CommandValidator
-
Uses of CommandValidator in com.vaadin.flow.signals.function
Fields in com.vaadin.flow.signals.function declared as CommandValidatorModifier and TypeFieldDescriptionstatic final CommandValidatorCommandValidator.ACCEPT_ALLA validator that accepts all commands without restriction.static final CommandValidatorCommandValidator.REJECT_ALLA validator that rejects all commands, making the signal readonly.Methods in com.vaadin.flow.signals.function that return CommandValidatorModifier and TypeMethodDescriptiondefault CommandValidatorCommandValidator.and(CommandValidator other) Returns a composed validator that represents a logical AND of this validator and another.Methods in com.vaadin.flow.signals.function with parameters of type CommandValidatorModifier and TypeMethodDescriptiondefault CommandValidatorCommandValidator.and(CommandValidator other) Returns a composed validator that represents a logical AND of this validator and another.