Uses of Enum Class
io.github.palexdev.materialfx.validation.Severity
Packages that use Severity
-
Uses of Severity in io.github.palexdev.materialfx.validation
Methods in io.github.palexdev.materialfx.validation that return SeverityModifier and TypeMethodDescriptionConstraint.getSeverity()static SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.palexdev.materialfx.validation with parameters of type SeverityModifier and TypeMethodDescriptionMFXValidator.constraint(Severity severity, String message, BooleanExpression condition) Creates aConstraintwith the given parameters, then callsMFXValidator.constraint(Constraint).static ConstraintConstraint.of(Severity severity, String message, BooleanExpression condition) Constraint.Builder.setSeverity(Severity severity) protected voidConstraint.setSeverity(Severity severity) Sets the severity of the condition.Constructors in io.github.palexdev.materialfx.validation with parameters of type SeverityModifierConstructorDescriptionConstraint(Severity severity, String message, BooleanExpression condition)