Annotation Interface TextAreaEditor


@Inherited @Retention(RUNTIME) @Target(FIELD) public @interface TextAreaEditor
Annotated property value will be edited with multi line editor instead of one line editor.

extended() if true value works as HTML editor. Default - false

Can be applied to property value with String class.

Author:
Tim Urmancheev
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • extended

      String extended
      Default:
      "false"