public interface SCOList<T,E> extends SCOCollection<T,E>
| Modifier and Type | Method and Description |
|---|---|
E |
set(int index,
E element,
boolean allowDependentField)
Overload the basic List set() method to allow turning off of the dependent-field
deletion process.
|
remove, updateEmbeddedElementisLoaded, load, setValueattachCopy, clone, detachCopy, getFieldName, getOwner, getValue, initialise, initialise, initialise, unsetOwnerE set(int index, E element, boolean allowDependentField)
index - The index to set the element atelement - The elementallowDependentField - Whether to allow dependent-field deletesCopyright © 2020. All rights reserved.