Annotation Interface ColumnWidth


@Target({FIELD,TYPE}) @Retention(RUNTIME) @Inherited public @interface ColumnWidth
Set the width of the table
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    int
    Column width
  • 元素详细资料

    • value

      int value
      Column width

      -1 means the default column width is used

      返回:
      Column width
      默认值:
      -1