Class ToStringColumnGenerator

  • All Implemented Interfaces:
    com.vaadin.v7.ui.Table.ColumnGenerator, java.io.Serializable

    public class ToStringColumnGenerator
    extends java.lang.Object
    implements com.vaadin.v7.ui.Table.ColumnGenerator
    This Table.ColumnGenerator emulates the default behavior of Vaadin when it populates a column just by calling value.toString().
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object generateCell​(com.vaadin.v7.ui.Table source, java.lang.Object itemId, java.lang.Object columnId)  
      • Methods inherited from class java.lang.Object

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

      • ToStringColumnGenerator

        public ToStringColumnGenerator()
    • Method Detail

      • generateCell

        public java.lang.Object generateCell​(com.vaadin.v7.ui.Table source,
                                             java.lang.Object itemId,
                                             java.lang.Object columnId)
        Specified by:
        generateCell in interface com.vaadin.v7.ui.Table.ColumnGenerator