Class DataTable.NullRowsDisabler

java.lang.Object
xyz.cofe.data.table.DataTable.NullRowsDisabler
All Implemented Interfaces:
xyz.cofe.fn.Consumer3<java.lang.Integer,​DataRow,​DataRow>, xyz.cofe.fn.TripleConsumer<java.lang.Integer,​DataRow,​DataRow>
Enclosing class:
DataTable

public class DataTable.NullRowsDisabler
extends java.lang.Object
implements xyz.cofe.fn.TripleConsumer<java.lang.Integer,​DataRow,​DataRow>
Запрещает вставлять null ссылки в качестве строк
  • Constructor Summary

    Constructors 
    Constructor Description
    NullRowsDisabler()  
  • Method Summary

    Modifier and Type Method Description
    void accept​(java.lang.Integer idx, DataRow old, DataRow cur)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • accept

      public void accept​(java.lang.Integer idx, DataRow old, DataRow cur)
      Specified by:
      accept in interface xyz.cofe.fn.Consumer3<java.lang.Integer,​DataRow,​DataRow>