public interface IRowEditorEvent<T,E extends NodeContainer>
| Modifier and Type | Method and Description |
|---|---|
boolean |
onRowChanged(TableModelTableBase<T> tablecomponent,
E editor,
T instance,
boolean isNew)
Called after a row has been edited in an editable table component, when editing is (somehow) marked
as complete.
|
boolean onRowChanged(@Nonnull TableModelTableBase<T> tablecomponent, @Nonnull E editor, @Nonnull T instance, boolean isNew) throws Exception
MetaManager.hasDuplicates(java.util.List, Object, String).tablecomponent - editor - instance - isNew - true when inserting row is changed, false when editing row is changedExceptionCopyright © 2017 etc.to. All rights reserved.