public class TableUtil
extends java.lang.Object
TableView with TableColumn| Constructor and Description |
|---|
TableUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <S> void |
setupColumn(javafx.scene.control.TableColumn<S,S> column,
IValueProperty property)
Setup a table column using the property for the cell text
|
static <S> void |
setupColumn(javafx.scene.control.TableColumn<S,S> column,
java.lang.String template,
IValueProperty... property)
Setup a table column using the properties and the template for the cell
text using
MessageFormat |
public static <S> void setupColumn(javafx.scene.control.TableColumn<S,S> column,
IValueProperty property)
S - row and cell typecolumn - the columnproperty - the propertyPropertyTableCellFactory.textFactory(IValueProperty)public static <S> void setupColumn(javafx.scene.control.TableColumn<S,S> column,
java.lang.String template,
IValueProperty... property)
MessageFormatS - row and cell typecolumn - the columntemplate - the templateproperty - the propertiesPropertyTableCellFactory.textFactory(String, IValueProperty...)