Uses of Interface
net.officefloor.gef.configurer.internal.ValueRendererFactory
-
Packages that use ValueRendererFactory Package Description net.officefloor.gef.configurer.internal net.officefloor.gef.configurer.internal.inputs -
-
Uses of ValueRendererFactory in net.officefloor.gef.configurer.internal
Classes in net.officefloor.gef.configurer.internal that implement ValueRendererFactory Modifier and Type Class Description class
AbstractBuilder<M,V,I extends ValueInput,B extends Builder<M,V,B>>
AbstractValueRenderer
.Methods in net.officefloor.gef.configurer.internal that return ValueRendererFactory Modifier and Type Method Description ValueRendererFactory<M,? extends ValueInput>[]
AbstractConfigurationBuilder. getValueRendererFactories()
Obtain the list ofValueRendererFactory
instances. -
Uses of ValueRendererFactory in net.officefloor.gef.configurer.internal.inputs
Classes in net.officefloor.gef.configurer.internal.inputs that implement ValueRendererFactory Modifier and Type Class Description class
ChoiceBuilderImpl<M>
ChoiceBuilder
implementation.class
ClassBuilderImpl<M>
ClassBuilder
implementation.class
FlagBuilderImpl<M>
TextBuilder
implementation.class
ListBuilderImpl<M,I>
ListBuilder
implementation.class
MappingBuilderImpl<M>
MappingBuilder
implementation.class
MultipleBuilderImpl<M,V>
MultipleBuilder
implementation.class
OptionalBuilderImpl<M>
OptionalBuilder
implementation.class
PropertiesBuilderImpl<M>
PropertiesBuilder
implementation.class
ResourceBuilderImpl<M>
ResourceBuilder
implementation.class
SelectBuilderImpl<M,I>
SelectBuilder
implementation.class
TextBuilderImpl<M>
TextBuilder
implementation.
-