S - the row value typeT - the cell value typepublic interface PropertyTableCellFactory<S,T>
extends javafx.util.Callback<javafx.scene.control.TableColumn<S,T>,javafx.scene.control.TableCell<S,T>>
| Modifier and Type | Method and Description |
|---|---|
static <S,T> javafx.scene.control.TableCell<S,T> |
textCell(IValueProperty property)
Create a table cell using the property for the text
|
static <S,T> javafx.scene.control.TableCell<S,T> |
textCell(java.lang.String template,
IValueProperty... property)
Create a table cell using the properties and the template for the text
using
MessageFormat |
static <S,T> PropertyTableCellFactory<S,T> |
textFactory(IValueProperty property)
Create a factory who uses the given property for the text
|
static <S,T> PropertyTableCellFactory<S,T> |
textFactory(java.lang.String template,
IValueProperty... property)
Create a factory who uses the given properties and the template for the
text using
MessageFormat |
static <S,T> PropertyTableCellFactory<S,T> textFactory(IValueProperty property)
S - the row value typeT - the cell value typeproperty - the propertytextCell(IValueProperty)static <S,T> PropertyTableCellFactory<S,T> textFactory(java.lang.String template, IValueProperty... property)
MessageFormatS - the row value typeT - the cell value typetemplate - the templateproperty - the propertytextCell(String, IValueProperty...)static <S,T> javafx.scene.control.TableCell<S,T> textCell(IValueProperty property)
S - the row value typeT - the cell value typeproperty - the propertystatic <S,T> javafx.scene.control.TableCell<S,T> textCell(java.lang.String template,
IValueProperty... property)
MessageFormatS - the row value typeT - the cell value typetemplate - the templateproperty - the property