Uses of Class
com.iamsoft.util.ui.javafx.test.Person
-
Packages that use Person Package Description com.iamsoft.util.ui.javafx.test -
-
Uses of Person in com.iamsoft.util.ui.javafx.test
Fields in com.iamsoft.util.ui.javafx.test with type parameters of type Person Modifier and Type Field Description static Function<javafx.collections.ObservableList<Person>,Person>PersonUtils. ACCUMULATORThere are several ways to setup property binding.static Function<javafx.collections.ObservableList<Person>,Person>PersonUtils. ACCUMULATORThere are several ways to setup property binding.static UnaryOperator<Person>PersonUtils. CLONE_FUNCTIONstatic Function<Person,Collection<? extends javafx.beans.Observable>>PersonUtils. PROPERTIES_FUNCTIONMethods in com.iamsoft.util.ui.javafx.test that return Person Modifier and Type Method Description static PersonPersonUtils. create(Map<String,Object> pData)Methods in com.iamsoft.util.ui.javafx.test that return types with arguments of type Person Modifier and Type Method 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.Methods in com.iamsoft.util.ui.javafx.test with parameters of type Person Modifier and Type Method Description static Map<String,Object>PersonUtils. extract(Person pPerson)static voidPersonUtils. update(Person pPerson, Map<String,Object> pData)Method parameters in com.iamsoft.util.ui.javafx.test with type arguments of type Person Modifier and Type Method Description voidPersonUtils.Attrib. configureTableColumn(javafx.scene.control.TableColumn<Person,?> pColumn)Constructors in com.iamsoft.util.ui.javafx.test with parameters of type Person Constructor Description Person(Person pPerson)
-