Class AddRemoveListItem<T>
java.lang.Object
docking.widgets.table.AddRemoveListItem<T>
- Type Parameters:
T- the row type
An object that represents and add, remove or change operation for one row of a table
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AddRemoveListItem
-
-
Method Details
-
isAdd
public boolean isAdd() -
isRemove
public boolean isRemove() -
isChange
public boolean isChange() -
getType
-
getValue
-
toString
-