Class AddRemoveListItem<T>

  • Type Parameters:
    T - the row type

    public class AddRemoveListItem<T>
    extends java.lang.Object
    An object that represents and add, remove or change operation for one row of a table
    • Method Detail

      • isAdd

        public boolean isAdd()
      • isRemove

        public boolean isRemove()
      • isChange

        public boolean isChange()
      • getValue

        public T getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object