java.lang.Object
com.iamsoft.util.ui.javafx.test.PersonUtils
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThere are several ways to setup property binding.static final UnaryOperator<Person>
static final String
static final String
static final Function<Person,
Collection<? extends javafx.beans.Observable>> -
Method Summary
Modifier and TypeMethodDescriptionstatic Person
Infinite iterator of person objects.personIterator
(Random pRandom) Infinite iterator of person objects.static void
-
Field Details
-
ID_KEY
- See Also:
-
ID_FRIENDLY_NAME
- See Also:
-
CLONE_FUNCTION
-
ACCUMULATOR
There are several ways to setup property binding. Generally speaking, code will be more efficient if we listen only to relevant properties and recalculate only when necessary. However, efficiency comes at the cost of more code. Below function demonstrates several ways to monitor properties. In practice, one would just pick a single idiom. -
PROPERTIES_FUNCTION
public static final Function<Person,Collection<? extends javafx.beans.Observable>> PROPERTIES_FUNCTION
-
-
Method Details
-
personIterator
Infinite iterator of person objects. -
personIterator
Infinite iterator of person objects. -
extract
-
create
-
makeColumns
-
update
-