Uses of Interface
net.officefloor.gef.configurer.internal.ValueInputContext
-
Packages that use ValueInputContext Package Description net.officefloor.gef.configurer.internal net.officefloor.gef.configurer.internal.inputs -
-
Uses of ValueInputContext in net.officefloor.gef.configurer.internal
Methods in net.officefloor.gef.configurer.internal with parameters of type ValueInputContext Modifier and Type Method Description protected abstract I
AbstractBuilder. createInput(ValueInputContext<M,V> context)
Creates the inputValueInput
for theObservableValue
. -
Uses of ValueInputContext in net.officefloor.gef.configurer.internal.inputs
Methods in net.officefloor.gef.configurer.internal.inputs with parameters of type ValueInputContext Modifier and Type Method Description ChoiceValueInput<M>
ChoiceBuilderImpl. createInput(ValueInputContext<M,java.lang.Integer> context)
protected ClassBuilderImpl.ClassValueInput
ClassBuilderImpl. createInput(ValueInputContext<M,java.lang.String> context)
protected ValueInput
FlagBuilderImpl. createInput(ValueInputContext<M,java.lang.Boolean> context)
ValueInput
ListBuilderImpl. createInput(ValueInputContext<M,java.util.List<I>> context)
protected ValueInput
MappingBuilderImpl. createInput(ValueInputContext<M,java.util.Map<java.lang.String,java.lang.String>> context)
protected ValueInput
MultipleBuilderImpl. createInput(ValueInputContext<M,java.util.List<V>> context)
protected OptionalValueInput<M>
OptionalBuilderImpl. createInput(ValueInputContext<M,M> context)
protected ResourceBuilderImpl.ResourceValueInput
ResourceBuilderImpl. createInput(ValueInputContext<M,java.lang.String> context)
protected ValueInput
SelectBuilderImpl. createInput(ValueInputContext<M,I> context)
protected ValueInput
TextBuilderImpl. createInput(ValueInputContext<M,java.lang.String> context)
-