Class ColumnD2Bool

    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnD2Bool​(D2SD<?,​?> struct, int columnIndex, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCellChangeListener​(int row, IValueChangeListenerBool listener)  
      void addColumnChangeListener​(IValueChangeListenerBool listener)  
      void fill​(boolean value)
      Fills column with given value
      void fill​(boolean value, int fromRow, int toRow)
      Fills column in rows fromRow ..
      void fill​(D2Bool value)
      Fills column with given value
      void fill​(D2Bool value, int fromRow, int toRow)
      Fills column in rows fromRow ..
      void fill​(sk.ipesoft.d2000.base.VBool value)
      Fills column with given value
      void fill​(sk.ipesoft.d2000.base.VBool value, int fromRow, int toRow)
      Fills column in rows fromRow ..
      sk.ipesoft.d2000.datatable.BoolColumn<?,​?,​?> getDataColumn()  
      void replace​(boolean toFind, boolean toReplace)
      Replaces values toFind by value toReplace
      void replace​(boolean toFind, boolean toReplace, int fromRow, int toRow)
      Replaces values toFind by value toReplace searching rows fromRow ..
      void replace​(D2Bool toFind, D2Bool toReplace)
      Replaces values toFind by value toReplace
      void replace​(D2Bool toFind, D2Bool toReplace, int fromRow, int toRow)
      Replaces values toFind by value toReplace searching rows fromRow ..
      void replace​(sk.ipesoft.d2000.base.VBool toFind, sk.ipesoft.d2000.base.VBool toReplace)
      Replaces values toFind by value toReplace
      void replace​(sk.ipesoft.d2000.base.VBool toFind, sk.ipesoft.d2000.base.VBool toReplace, int fromRow, int toRow)
      Replaces values toFind by value toReplace searching rows fromRow ..
      • Methods inherited from class java.lang.Object

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

      • ColumnD2Bool

        public ColumnD2Bool​(D2SD<?,​?> struct,
                            int columnIndex,
                            java.lang.String name)
    • Method Detail

      • fill

        public void fill​(boolean value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(boolean value)
        Fills column with given value
        Parameters:
        value -
      • fill

        public void fill​(D2Bool value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(D2Bool value)
        Fills column with given value
        Parameters:
        value -
      • fill

        public void fill​(sk.ipesoft.d2000.base.VBool value)
        Fills column with given value
        Parameters:
        value -
      • fill

        public void fill​(sk.ipesoft.d2000.base.VBool value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • getDataColumn

        public final sk.ipesoft.d2000.datatable.BoolColumn<?,​?,​?> getDataColumn()
      • replace

        public void replace​(boolean toFind,
                            boolean toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(boolean toFind,
                            boolean toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -
      • replace

        public void replace​(sk.ipesoft.d2000.base.VBool toFind,
                            sk.ipesoft.d2000.base.VBool toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(sk.ipesoft.d2000.base.VBool toFind,
                            sk.ipesoft.d2000.base.VBool toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -
      • replace

        public void replace​(D2Bool toFind,
                            D2Bool toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(D2Bool toFind,
                            D2Bool toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -