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 IAbstractBuilder. createInput(ValueInputContext<M,V> context)Creates the inputValueInputfor 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.ClassValueInputClassBuilderImpl. createInput(ValueInputContext<M,java.lang.String> context)protected ValueInputFlagBuilderImpl. createInput(ValueInputContext<M,java.lang.Boolean> context)ValueInputListBuilderImpl. createInput(ValueInputContext<M,java.util.List<I>> context)protected ValueInputMappingBuilderImpl. createInput(ValueInputContext<M,java.util.Map<java.lang.String,java.lang.String>> context)protected ValueInputMultipleBuilderImpl. createInput(ValueInputContext<M,java.util.List<V>> context)protected OptionalValueInput<M>OptionalBuilderImpl. createInput(ValueInputContext<M,M> context)protected ResourceBuilderImpl.ResourceValueInputResourceBuilderImpl. createInput(ValueInputContext<M,java.lang.String> context)protected ValueInputSelectBuilderImpl. createInput(ValueInputContext<M,I> context)protected ValueInputTextBuilderImpl. createInput(ValueInputContext<M,java.lang.String> context)
-