Interface TextFieldBuilder.ValueClassStep

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

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

    • valueClass

      <T, C extends JTextField, B extends TextFieldBuilder<C, T, B>> TextFieldBuilder<C,T,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