Interface BroadleafBindStatus


public interface BroadleafBindStatus
Author:
Jeff Fischer
  • Method Details

    • getPath

      String getPath()
    • getExpression

      String getExpression()
    • getValue

      Object getValue()
    • getValueType

      Class<?> getValueType()
    • getActualValue

      Object getActualValue()
    • getDisplayValue

      String getDisplayValue()
    • isError

      boolean isError()
    • getErrorCodes

      String[] getErrorCodes()
    • getErrorCode

      String getErrorCode()
    • getErrorMessages

      String[] getErrorMessages()
    • getErrorMessage

      String getErrorMessage()
    • getErrorMessagesAsString

      String getErrorMessagesAsString(String delimiter)
    • getErrors

      org.springframework.validation.Errors getErrors()