Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      void setValue​(java.lang.Integer value)  
      void setValue​(java.lang.String value)  
      javafx.beans.property.StringProperty valueProperty()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DynamicTextTableCell

        public DynamicTextTableCell()
    • Method Detail

      • valueProperty

        public javafx.beans.property.StringProperty valueProperty()
      • setValue

        public void setValue​(java.lang.String value)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.Integer value)