Interface TextFieldBuilder.ValueClassBuilder

Enclosing interface:
TextFieldBuilder<T,C extends JTextField,B extends TextFieldBuilder<T,C,B>>

public static interface TextFieldBuilder.ValueClassBuilder
Provides a TextFieldBuilder
  • Method Details

    • valueClass

      <T, C extends JTextField, B extends TextFieldBuilder<T, C, B>> TextFieldBuilder<T,C,B> valueClass(Class<T> valueClass)
      Type Parameters:
      T - the value type
      C - the text field type
      B - the builder type
      Parameters:
      valueClass - the value class
      Returns:
      a builder for a text field