Class DataGrid

    • Constructor Detail

      • DataGrid

        public DataGrid()
    • Method Detail

      • getRows

        public java.util.List<DataGridRow> getRows()
      • setRows

        public void setRows​(java.util.List<DataGridRow> rows)
      • clone

        public DataGrid clone()
        Overrides:
        clone in class java.lang.Object
      • setValues

        public void setValues​(DataGrid otherGrid)