Annotation Type FieldBuilder.TextArea

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int rows
      Set the number of rows.
      Class<? extends TextArea> type
      Get the TextArea type that will edit the property.
      boolean wordWrap
      Set wordwrap mode.
    • Element Detail

      • type

        Class<? extends TextArea> type
        Get the TextArea type that will edit the property.
        Returns:
        field type
        Default:
        com.vaadin.ui.TextArea.class
      • rows

        int rows
        Set the number of rows.
        Returns:
        number of rows, or -1 for none
        See Also:
        TextArea.setRows(int)
        Default:
        -1