| Package | Description |
|---|---|
| com.iamsoft.util.ui.javafx.test |
| Modifier and Type | Field and Description |
|---|---|
static Function<javafx.collections.ObservableList<Person>,Person> |
PersonUtils.ACCUMULATOR
There are several ways to setup property binding.
|
static Function<javafx.collections.ObservableList<Person>,Person> |
PersonUtils.ACCUMULATOR
There are several ways to setup property binding.
|
static UnaryOperator<Person> |
PersonUtils.CLONE_FUNCTION |
static Function<Person,Collection<? extends javafx.beans.Observable>> |
PersonUtils.PROPERTIES_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static Person |
PersonUtils.create(Map<String,Object> pData) |
| Modifier and Type | Method and Description |
|---|---|
javafx.util.Callback<javafx.scene.control.TableColumn.CellDataFeatures<Person,?>,javafx.beans.value.ObservableValue<?>> |
PersonUtils.Attrib.getCellValueFactory() |
abstract Function<Person,? extends javafx.beans.property.Property<?>> |
PersonUtils.Attrib.getFunction() |
static Map<String,javafx.scene.control.TableColumn<Person,?>> |
PersonUtils.makeColumns() |
javafx.scene.control.TableColumn<Person,?> |
PersonUtils.Attrib.makeTableColumn() |
static Iterator<Person> |
PersonUtils.personIterator()
Infinite iterator of person objects.
|
static Iterator<Person> |
PersonUtils.personIterator(Random pRandom)
Infinite iterator of person objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
PersonUtils.extract(Person pPerson) |
static void |
PersonUtils.update(Person pPerson,
Map<String,Object> pData) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonUtils.Attrib.configureTableColumn(javafx.scene.control.TableColumn<Person,?> pColumn) |
| Constructor and Description |
|---|
Person(Person pPerson) |
Copyright © 2023. All rights reserved.