Annotation Type FieldBuilder.EnumComboBox

    • Optional Element Summary

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

      • type

        Class<? extends EnumComboBox> type
        Get the EnumComboBox type that will edit the property.

        The type may have either a no-arg constructor or a single-arg constructor taking the Enum type.

        Returns:
        field type
        Default:
        org.dellroad.stuff.vaadin8.EnumComboBox.class