Uses of Interface
com.storedobject.core.EditableList
Packages that use EditableList
-
Uses of EditableList in com.storedobject.core
Subinterfaces of EditableList in com.storedobject.coreClasses in com.storedobject.core that implement EditableList -
Uses of EditableList in com.storedobject.ui
Subinterfaces of EditableList in com.storedobject.uiMethods in com.storedobject.ui that return EditableListModifier and TypeMethodDescriptionprotected EditableList
<T> AbstractEditableGrid.createEditableList()
protected final EditableList
<T> DetailLinkGrid.createEditableList()
protected final EditableList
<T> ReferenceLinkGrid.createEditableList()
final EditableList
<T> AbstractEditableGrid.getEditableList()
Get the editable list maintained by this grid.Method parameters in com.storedobject.ui with type arguments of type EditableListModifier and TypeMethodDescriptionvoid
ListEditor.setSaver
(Function<EditableList<T>, Boolean> saver) Set a saver so that theListEditor.save()
method can be customized.void
ObjectListEditor.setSaver
(Function<EditableList<T>, Boolean> saver) Set a saver so that theObjectListEditor.save()
method can be customized. -
Uses of EditableList in com.storedobject.ui.util
Classes in com.storedobject.ui.util that implement EditableList