public static interface TableModelEditor.DialogItemEditor<T> extends CollectionItemEditor<T>
Modifier and Type | Method and Description |
---|---|
void |
applyEdited(T oldItem,
T newItem) |
void |
edit(T item,
Function<T,T> mutator,
boolean isAdd) |
default boolean |
isEditable(T item) |
default boolean |
isUseDialogToAdd() |
clone, getItemClass, isEmpty, isRemovable