Interface InputDialogBuilder.ComponentStep

Enclosing interface:
InputDialogBuilder<T>

public static interface InputDialogBuilder.ComponentStep
Provides an InputDialogBuilder instance
  • Method Details

    • component

      <T> InputDialogBuilder<T> component(ComponentBuilder<T,?,?> componentBuilder)
      Type Parameters:
      T - the value type
      Parameters:
      componentBuilder - the builder which component to display
      Returns:
      a builder for an input dialog
    • component

      <T> InputDialogBuilder<T> component(ComponentValue<T,?> componentValue)
      Type Parameters:
      T - the value type
      Parameters:
      componentValue - the value which component to display
      Returns:
      a builder for an input dialog