Uses of Interface
net.officefloor.gef.configurer.ValueLoader
-
Packages that use ValueLoader Package Description net.officefloor.gef.configurer net.officefloor.gef.configurer.internal net.officefloor.gef.configurer.internal.inputs -
-
Uses of ValueLoader in net.officefloor.gef.configurer
Methods in net.officefloor.gef.configurer with parameters of type ValueLoader Modifier and Type Method Description B
Builder. setValue(ValueLoader<M,V> valueLoader)
Specifies theValueLoader
to load the value to the model. -
Uses of ValueLoader in net.officefloor.gef.configurer.internal
Methods in net.officefloor.gef.configurer.internal with parameters of type ValueLoader Modifier and Type Method Description B
AbstractBuilder. setValue(ValueLoader<M,V> valueLoader)
-
Uses of ValueLoader in net.officefloor.gef.configurer.internal.inputs
Methods in net.officefloor.gef.configurer.internal.inputs with parameters of type ValueLoader Modifier and Type Method Description PropertiesBuilder<M>
PropertiesBuilderImpl. setValue(ValueLoader<M,PropertyList> valueLoader)
-