public interface CollectionItemEditor<T>
Modifier and Type | Method and Description |
---|---|
T |
clone(T item,
boolean forInPlaceEditing)
Used for "copy" and "in place edit" actions.
|
java.lang.Class<? extends T> |
getItemClass()
Class must have an empty constructor.
|
default boolean |
isEmpty(T item) |
default boolean |
isRemovable(T item) |
java.lang.Class<? extends T> getItemClass()
T clone(T item, boolean forInPlaceEditing)
default boolean isRemovable(T item)
default boolean isEmpty(T item)