Uses of Interface
net.officefloor.gef.configurer.SelectBuilder
-
Packages that use SelectBuilder Package Description net.officefloor.gef.configurer net.officefloor.gef.configurer.internal net.officefloor.gef.configurer.internal.inputs net.officefloor.gef.item -
-
Uses of SelectBuilder in net.officefloor.gef.configurer
Methods in net.officefloor.gef.configurer that return SelectBuilder Modifier and Type Method Description SelectBuilder<M,I>
SelectBuilder. itemLabel(java.util.function.Function<I,java.lang.String> getLabel)
Configure obtaining label from item.<I> SelectBuilder<M,I>
InputBuilder. select(java.lang.String label, java.util.function.Function<M,javafx.collections.ObservableList<I>> getItems)
Configures selecting from a list of items. -
Uses of SelectBuilder in net.officefloor.gef.configurer.internal
Methods in net.officefloor.gef.configurer.internal that return SelectBuilder Modifier and Type Method Description <I> SelectBuilder<M,I>
AbstractConfigurationBuilder. select(java.lang.String label, java.util.function.Function<M,javafx.collections.ObservableList<I>> getItems)
-
Uses of SelectBuilder in net.officefloor.gef.configurer.internal.inputs
Classes in net.officefloor.gef.configurer.internal.inputs that implement SelectBuilder Modifier and Type Class Description class
SelectBuilderImpl<M,I>
SelectBuilder
implementation.Methods in net.officefloor.gef.configurer.internal.inputs that return SelectBuilder Modifier and Type Method Description SelectBuilder<M,I>
SelectBuilderImpl. itemLabel(java.util.function.Function<I,java.lang.String> getLabel)
<I> SelectBuilder<V,I>
MultipleBuilderImpl. select(java.lang.String label, java.util.function.Function<V,javafx.collections.ObservableList<I>> getItems)
<I> SelectBuilder<M,I>
OptionalBuilderImpl. select(java.lang.String label, java.util.function.Function<M,javafx.collections.ObservableList<I>> getItems)
-
Uses of SelectBuilder in net.officefloor.gef.item
Methods in net.officefloor.gef.item with parameters of type SelectBuilder Modifier and Type Method Description static <R extends Model,RE extends java.lang.Enum<RE>,O,M extends Model,E extends java.lang.Enum<E>,I extends AbstractProcedureItem<R,RE,O,M,E,I>>
voidAbstractProcedureItem. loadProcedures(ValueValidator.ValueValidatorContext<? extends I,java.lang.String> validatorContext, SelectBuilder<I,Procedure> selectProcedures, EnvironmentBridge envBridge)
Loads the availableProcedure
instances.
-