- All Known Implementing Classes:
DefaultCheckboxSeparatorBuilder
public interface CheckboxSeparatorBuilder
Builder interface for checkbox separators.
-
Method Summary
Modifier and TypeMethodDescriptionadd()Add the separator to the checkbox prompt and return to the checkbox builder.Set the separator text.
-
Method Details
-
text
Set the separator text.- Parameters:
text- the separator text- Returns:
- this builder
-
add
CheckboxBuilder add()Add the separator to the checkbox prompt and return to the checkbox builder.- Returns:
- the checkbox builder
-