Annotation Type Table


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Table
    This field is displayed as a table. The field must have collection type. Each element in that collection is displayed as a row in the table.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Table.Style value  
    • Element Detail

      • value

        Table.Style value
        Returns:
        table style. Header labels are composed from collection item field names
        Default:
        eu.miltema.uiannot.component.Table.Style.DEFAULT