All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.validation.ValidationMessage.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






ValidationMessage (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.validation

Interface ValidationMessage

    • Method Detail

      • getValidationLevel

        ValidationLevel getValidationLevel()
        The validation level of thr message : ERROR, WARNING or SUCCESS.
      • isWarning

        boolean isWarning()
        Returns true if the message level is WARNING.
      • isSuccess

        boolean isSuccess()
        Returns true if the message level is SUCCESS.
      • isError

        boolean isError()
        Returns true if the message level is ERROR.
      • getCode

        String getCode()
        The validation code.
      • getText

        String getText()
        The text of the message.
      • getHtmlEscapeType

        ValidationHtmlEscapeType getHtmlEscapeType()
        How should the text be escaped when displayed in HTML?

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy