Interface ColumnDiff


  • public interface ColumnDiff
    Interface to retrieve elements touched in a column.

    This interface is associated with a ColumnObserver and provides an easy access to the elements which value has been modified.

    • Method Detail

      • getTouchedElements

        <K extends ElementElementIterable<K> getTouchedElements()
        Gets all elements which attribute value changed
        Type Parameters:
        K - element class
        Returns:
        an iterable over touched elements