Java javafx.scene.control.cell TreeItemPropertyValueFactory fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control.cell TreeItemPropertyValueFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control.cell TreeItemPropertyValueFactory.

The text is from its open source code.

Constructor

TreeItemPropertyValueFactory(@NamedArg("property") String property)
Creates a default PropertyValueFactory to extract the value from a given TableView row item reflectively, using the given property name.