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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

StringgetProperty()
Returns the property name provided in the constructor.