Class AddRemoveListItem<T>

java.lang.Object
docking.widgets.table.AddRemoveListItem<T>
Type Parameters:
T - the row type

public class AddRemoveListItem<T> extends Object
An object that represents and add, remove or change operation for one row of a table
  • Constructor Details

  • Method Details

    • isAdd

      public boolean isAdd()
    • isRemove

      public boolean isRemove()
    • isChange

      public boolean isChange()
    • getType

      public AddRemoveListItem.Type getType()
    • getValue

      public T getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object