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 classAbstractBuilder<M,V,I extends ValueInput,B extends Builder<M,V,B>>AbstractValueRenderer.interfaceValueRenderer<M,I extends ValueInput>Renders the values.interfaceValueRendererFactory<M,I extends ValueInput>Factory for theValueRenderer.Subinterfaces of ValueInput in net.officefloor.gef.configurer.internal Modifier and Type Interface Description interfaceChoiceValueInput<M>ValueInputallowing for rendering choice of followingValueInputinstances.interfaceOptionalValueInput<M>ValueInputallowing for optionally rendering followingValueInputinstances.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 ofValueRendererFactoryinstances. -
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 classClassBuilderImpl.ClassValueInputClassValueInput.static classResourceBuilderImpl.ResourceValueInputResourceValueInput.Methods in net.officefloor.gef.configurer.internal.inputs that return ValueInput Modifier and Type Method Description 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 ValueInputSelectBuilderImpl. createInput(ValueInputContext<M,I> context)protected ValueInputTextBuilderImpl. 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)
-