Annotation Interface SearchField


@Target(FIELD) @Retention(SOURCE) public @interface SearchField
search field result definition.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    name of the field that should be added to search result list.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    alternate to gss styling, you can give number columns in the grid.
    array of gss styling entries for ui binder.
  • Element Details

    • field

      String field
      name of the field that should be added to search result list.
      Returns:
      the name of the field that should be added to search result list
    • gridColumns

      int gridColumns
      alternate to gss styling, you can give number columns in the grid.
      Returns:
      number columns of a used grid
      Default:
      0
    • styling

      String[] styling
      array of gss styling entries for ui binder.
      Returns:
      the array of gss styling entries for ui binder
      Default:
      {}