Class StaticTextTableCell

  • All Implemented Interfaces:
    ITableCell

    public class StaticTextTableCell
    extends java.lang.Object
    implements ITableCell
    Table cell containing a static text value.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Nov 16, 2013
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      StaticTextTableCell​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • value

        private final java.lang.String value
    • Constructor Detail

      • StaticTextTableCell

        public StaticTextTableCell​(java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()