Annotation Type FieldBuilder.CheckBox

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<? extends CheckBox> type
      Get the CheckBox type that will edit the property.
    • Element Detail

      • type

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