public final class PersonUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PersonUtils.Attrib
Person attribute types.
|
Modifier and Type | Field and Description |
---|---|
static Function<javafx.collections.ObservableList<Person>,Person> |
ACCUMULATOR
There are several ways to setup property binding.
|
static UnaryOperator<Person> |
CLONE_FUNCTION |
static String |
ID_FRIENDLY_NAME |
static String |
ID_KEY |
static Function<Person,Collection<? extends javafx.beans.Observable>> |
PROPERTIES_FUNCTION |
Modifier and Type | Method and Description |
---|---|
static Person |
create(Map<String,Object> pData) |
static Map<String,Object> |
extract(Person pPerson) |
static Map<String,javafx.scene.control.TableColumn<Person,?>> |
makeColumns() |
static Iterator<Person> |
personIterator()
Infinite iterator of person objects.
|
static Iterator<Person> |
personIterator(Random pRandom)
Infinite iterator of person objects.
|
static void |
update(Person pPerson,
Map<String,Object> pData) |
public static final String ID_KEY
public static final String ID_FRIENDLY_NAME
public static final UnaryOperator<Person> CLONE_FUNCTION
public static final Function<javafx.collections.ObservableList<Person>,Person> ACCUMULATOR
public static final Function<Person,Collection<? extends javafx.beans.Observable>> PROPERTIES_FUNCTION
Copyright © 2023. All rights reserved.