Uses of Interface
net.officefloor.gef.configurer.ListBuilder
-
Packages that use ListBuilder Package Description net.officefloor.gef.configurer net.officefloor.gef.configurer.internal net.officefloor.gef.configurer.internal.inputs -
-
Uses of ListBuilder in net.officefloor.gef.configurer
Methods in net.officefloor.gef.configurer that return ListBuilder Modifier and Type Method Description ListBuilder<M,I>
ListBuilder. addItem(java.util.function.Supplier<I> itemFactory)
Provides means to add an item to the list.ListBuilder<M,I>
ListBuilder. deleteItem()
Allows for deleting an item from the list.<I> ListBuilder<M,I>
InputBuilder. list(java.lang.String label, java.lang.Class<I> itemType)
Configures creating a list of items. -
Uses of ListBuilder in net.officefloor.gef.configurer.internal
Methods in net.officefloor.gef.configurer.internal that return ListBuilder Modifier and Type Method Description <I> ListBuilder<M,I>
AbstractConfigurationBuilder. list(java.lang.String label, java.lang.Class<I> itemType)
-
Uses of ListBuilder in net.officefloor.gef.configurer.internal.inputs
Classes in net.officefloor.gef.configurer.internal.inputs that implement ListBuilder Modifier and Type Class Description class
ListBuilderImpl<M,I>
ListBuilder
implementation.Methods in net.officefloor.gef.configurer.internal.inputs that return ListBuilder Modifier and Type Method Description ListBuilder<M,I>
ListBuilderImpl. addItem(java.util.function.Supplier<I> itemFactory)
ListBuilder<M,I>
ListBuilderImpl. deleteItem()
<I> ListBuilder<V,I>
MultipleBuilderImpl. list(java.lang.String label, java.lang.Class<I> itemType)
<I> ListBuilder<M,I>
OptionalBuilderImpl. list(java.lang.String label, java.lang.Class<I> itemType)
-