Uses of Class
io.github.sosuisen.jfxbuilder.controls.PropertyValueFactoryBuilder
Packages that use PropertyValueFactoryBuilder
-
Uses of PropertyValueFactoryBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return PropertyValueFactoryBuilderModifier and TypeMethodDescriptionPropertyValueFactoryBuilder.apply
(Consumer<PropertyValueFactory<S, T>> func) Applies a function to the PropertyValueFactory instance being constructed.static <S,
T> PropertyValueFactoryBuilder <S, T> Accepts the constructor arguments ofPropertyValueFactory(String)
and returns an instance ofPropertyValueFactoryBuilder<S, T>
.PropertyValueFactoryBuilder.getPropertyApply
(Consumer<String> op) Applies a function to thegetProperty
of the instance being constructed.