Class PersonUtils

java.lang.Object
com.iamsoft.util.ui.javafx.test.PersonUtils

public final class PersonUtils extends Object
  • Field Details

    • ID_KEY

      public static final String ID_KEY
      See Also:
    • ID_FRIENDLY_NAME

      public static final String ID_FRIENDLY_NAME
      See Also:
    • CLONE_FUNCTION

      public static final UnaryOperator<Person> CLONE_FUNCTION
    • ACCUMULATOR

      public static final Function<javafx.collections.ObservableList<Person>,Person> 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