Class DynamicTextTableCell
- java.lang.Object
-
- ch.sahits.game.openpatrician.javafx.model.DynamicTextTableCell
-
- All Implemented Interfaces:
ITableCell
public class DynamicTextTableCell extends java.lang.Object implements ITableCell
Table vell containing a dynamic text that needs to be bound.- Author:
- Andi Hotz, (c) Sahits GmbH, 2013 Created on Nov 16, 2013
-
-
Constructor Summary
Constructors Constructor Description DynamicTextTableCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()voidsetValue(java.lang.Integer value)voidsetValue(java.lang.String value)javafx.beans.property.StringPropertyvalueProperty()
-