Package net.officefloor.gef.configurer
Interface ChoiceBuilder<M>
-
- All Superinterfaces:
Builder<M,java.lang.Integer,ChoiceBuilder<M>>
- All Known Implementing Classes:
ChoiceBuilderImpl
public interface ChoiceBuilder<M> extends Builder<M,java.lang.Integer,ChoiceBuilder<M>>
Builder of choices.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationBuilder<M>
choice(java.lang.String label)
Configures the choice.
-
-
-
Method Detail
-
choice
ConfigurationBuilder<M> choice(java.lang.String label)
Configures the choice.- Parameters:
label
- Label for the choice.- Returns:
ConfigurationBuilder
to configure the choice.
-
-