Interface BaseInputSpec<T extends BaseInputSpec<T>>

All Known Subinterfaces:
ConfirmationInputSpec, MultiItemSelectorSpec, PathInputSpec, SingleItemSelectorSpec, StringInputSpec
All Known Implementing Classes:
BaseConfirmationInput, BaseInput, BaseMultiItemSelector, BasePathInput, BaseSingleItemSelector, BaseStringInput, DefaultConfirmationInputSpec, DefaultMultiInputSpec, DefaultPathInputSpec, DefaultSingleInputSpec, DefaultStringInputSpec

public interface BaseInputSpec<T extends BaseInputSpec<T>>
Base spec for other specs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Usual this trick to get typed child.
    order(int order)
    Sets order of this component.
  • Method Details

    • order

      T order(int order)
      Sets order of this component.
      Parameters:
      order - the order
      Returns:
      a builder
    • getThis

      T getThis()
      Usual this trick to get typed child.
      Returns:
      a builder