Annotation Type FieldBuilder.ListSelect

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int rows
      Get the number of rows in the editor.
      Class<? extends ListSelect> type
      Get the ListSelect type that will edit the property.
    • Element Detail

      • type

        Class<? extends ListSelect> type
        Get the ListSelect type that will edit the property. Type must have a no-arg constructor.
        Returns:
        field type
        Default:
        com.vaadin.ui.ListSelect.class
      • rows

        int rows
        Get the number of rows in the editor.
        Returns:
        number of rows, or -1 for none
        See Also:
        ListSelect.setRows(int)
        Default:
        -1