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 TypeClassDescriptionclassObjectCacheList<T extends StoredObject>classObjectMemoryList<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) protectedObjectComboField(String label, ObjectList<T> objectCache, boolean allowAdd) ObjectGrid(ObjectList<T> objectList, Iterable<String> columns) protectedObjectListField(String label, ObjectList<T> objectCache) ObjectListGrid(ObjectList<T> objectList, Iterable<String> columns) ObjectListProvider(ObjectList<T> cache)