Uses of Interface
com.vaadin.signals.function.CommandValidator
Packages that use CommandValidator
-
Uses of CommandValidator in com.vaadin.signals
Fields in com.vaadin.signals declared as CommandValidatorModifier and TypeFieldDescriptionprotected static final CommandValidatorAbstractSignal.ANYTHING_GOESSignal validator that accepts anything.Methods in com.vaadin.signals that return CommandValidatorModifier and TypeMethodDescriptionprotected CommandValidatorAbstractSignal.mergeValidators(CommandValidator validator) Merges the validator used by this signal with the given validator.protected CommandValidatorAbstractSignal.validator()Gets the validator used by this signal instance.Methods in com.vaadin.signals with parameters of type CommandValidatorModifier and TypeMethodDescriptionprotected CommandValidatorAbstractSignal.mergeValidators(CommandValidator validator) Merges the validator used by this signal with the given validator.ListSignal.withValidator(CommandValidator validator) Wraps this signal with a validator.MapSignal.withValidator(CommandValidator validator) Wraps this signal with a validator.NodeSignal.withValidator(CommandValidator validator) Wraps this signal with a validator.NumberSignal.withValidator(CommandValidator validator) Wraps this signal with a validator.ValueSignal.withValidator(CommandValidator validator) Wraps this signal with a validator.Constructors in com.vaadin.signals with parameters of type CommandValidatorModifierConstructorDescriptionprotectedAbstractSignal(SignalTree tree, Id id, CommandValidator validator) Creates a new signal instance with the given id and validator for the given signal tree.protectedListSignal(SignalTree tree, Id id, CommandValidator validator, Class<T> elementType) Creates a new list signal instance with the given id and validator for the given signal tree with the given element type.protectedMapSignal(SignalTree tree, Id id, CommandValidator validator, Class<T> elementType) Creates a new map signal instance with the given id and validator for the given signal tree with the given element type.protectedNodeSignal(SignalTree tree, Id id, CommandValidator validator) Creates a new node signal based on the given tree, node id and validator.protectedNumberSignal(SignalTree tree, Id id, CommandValidator validator) Creates a new number signal instance with the given id and validator for the given signal tree.protectedValueSignal(SignalTree tree, Id id, CommandValidator validator, Class<T> valueType) Creates a new value signal instance with the given id and validator for the given signal tree with the given value type. -
Uses of CommandValidator in com.vaadin.signals.function
Fields in com.vaadin.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.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.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.