Uses of Interface
net.officefloor.gef.configurer.internal.ValueInput
-
Packages that use ValueInput Package Description net.officefloor.gef.configurer.internal net.officefloor.gef.configurer.internal.inputs -
-
Uses of ValueInput in net.officefloor.gef.configurer.internal
Classes in net.officefloor.gef.configurer.internal with type parameters of type ValueInput Modifier and Type Class Description class
AbstractBuilder<M,V,I extends ValueInput,B extends Builder<M,V,B>>
AbstractValueRenderer
.interface
ValueRenderer<M,I extends ValueInput>
Renders the values.interface
ValueRendererFactory<M,I extends ValueInput>
Factory for theValueRenderer
.Subinterfaces of ValueInput in net.officefloor.gef.configurer.internal Modifier and Type Interface Description interface
ChoiceValueInput<M>
ValueInput
allowing for rendering choice of followingValueInput
instances.interface
OptionalValueInput<M>
ValueInput
allowing for optionally rendering followingValueInput
instances.Methods in net.officefloor.gef.configurer.internal that return types with arguments of type ValueInput Modifier and Type Method Description ValueRendererFactory<M,? extends ValueInput>[]
AbstractConfigurationBuilder. getValueRendererFactories()
Obtain the list ofValueRendererFactory
instances. -
Uses of ValueInput in net.officefloor.gef.configurer.internal.inputs
Classes in net.officefloor.gef.configurer.internal.inputs that implement ValueInput Modifier and Type Class Description static class
ClassBuilderImpl.ClassValueInput
Class
ValueInput
.static class
ResourceBuilderImpl.ResourceValueInput
ResourceValueInput
.Methods in net.officefloor.gef.configurer.internal.inputs that return ValueInput Modifier and Type Method Description 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 ValueInput
SelectBuilderImpl. createInput(ValueInputContext<M,I> context)
protected ValueInput
TextBuilderImpl. createInput(ValueInputContext<M,java.lang.String> context)
Methods in net.officefloor.gef.configurer.internal.inputs that return types with arguments of type ValueInput Modifier and Type Method Description ValueRenderer<M,ValueInput>
PropertiesBuilderImpl. createValueRenderer(ValueRendererContext<M> context)
-