Class InliningRowBuilder


  • public final class InliningRowBuilder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InliningRowBuilder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javafx.scene.control.TableView<IReportRowBean> buildTable​(javafx.collections.ObservableList<IReportRowBean> rows)  
      • Methods inherited from class java.lang.Object

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

      • InliningRowBuilder

        private InliningRowBuilder()
    • Method Detail

      • buildTable

        public static javafx.scene.control.TableView<IReportRowBean> buildTable​(javafx.collections.ObservableList<IReportRowBean> rows)