@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class PropertyValueFactoryBuilder<S,T,B extends PropertyValueFactoryBuilder<S,T,B>> extends java.lang.Object implements Builder<PropertyValueFactory<S,T>>
PropertyValueFactory| Modifier | Constructor and Description |
|---|---|
protected |
PropertyValueFactoryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueFactory<S,T> |
build()
Make an instance of
PropertyValueFactory based on the properties set on this builder. |
static <S,T> PropertyValueFactoryBuilder<S,T,?> |
create()
Creates a new instance of PropertyValueFactoryBuilder.
|
B |
property(java.lang.String x)
Set the value of the
property property for the instance constructed by this builder. |
public static <S,T> PropertyValueFactoryBuilder<S,T,?> create()
public B property(java.lang.String x)
property property for the instance constructed by this builder.public PropertyValueFactory<S,T> build()
PropertyValueFactory based on the properties set on this builder.build in interface Builder<PropertyValueFactory<S,T>>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.