Annotation Type ExcelBoxMessage


@Retention(RUNTIME) public @interface ExcelBoxMessage
The Interface ExcelBoxMessage.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Box style.
    Message.
    Title.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Show.
  • Element Details

    • show

      boolean show
      Show.
      Returns:
      true, if successful
      Default:
      true
    • boxStyle

      BoxStyle boxStyle
      Box style.
      Returns:
      the box style
    • title

      String title
      Title.
      Returns:
      the string
    • message

      String message
      Message.
      Returns:
      the string