Uses of Interface
com.storedobject.core.ObjectList
Packages that use ObjectList
-
Uses of ObjectList in com.storedobject.core
Classes in com.storedobject.core that implement ObjectListModifier and TypeClassDescriptionclass
ObjectCacheList<T extends StoredObject>
class
ObjectMemoryList<T extends StoredObject>
Constructor parameters in com.storedobject.core with type arguments of type ObjectListModifierConstructorDescriptionObjectForest
(int linkType, Class<T> objectClass, boolean any, Function<Class<T>, ObjectList<T>> listSupplier) ObjectTree
(int linkType, Class<T> objectClass, boolean any, Function<Class<T>, ObjectList<T>> listSupplier) -
Uses of ObjectList in com.storedobject.ui
Methods in com.storedobject.ui that return ObjectListConstructors in com.storedobject.ui with parameters of type ObjectListModifierConstructorDescriptionEditableObjectListProvider
(ObjectList<T> cache) protected
ObjectComboField
(String label, ObjectList<T> objectCache, boolean allowAdd) ObjectGrid
(ObjectList<T> objectList, Iterable<String> columns) protected
ObjectListField
(String label, ObjectList<T> objectCache) ObjectListGrid
(ObjectList<T> objectList, Iterable<String> columns) ObjectListProvider
(ObjectList<T> cache)