Interface CheckboxSeparatorBuilder

All Known Implementing Classes:
DefaultCheckboxSeparatorBuilder

public interface CheckboxSeparatorBuilder
Builder interface for checkbox separators.
  • Method Summary

    Modifier and Type
    Method
    Description
    add()
    Add the separator to the checkbox prompt and return to the checkbox builder.
    text(String text)
    Set the separator text.
  • Method Details

    • text

      Set the separator text.
      Parameters:
      text - the separator text
      Returns:
      this builder
    • add

      Add the separator to the checkbox prompt and return to the checkbox builder.
      Returns:
      the checkbox builder