Uses of Class
com.storedobject.core.AbstractCheckList
Packages that use AbstractCheckList
-
Uses of AbstractCheckList in com.storedobject.core
Subclasses of AbstractCheckList in com.storedobject.coreModifier and TypeClassDescriptionclass
final class
final class
Methods in com.storedobject.core with type parameters of type AbstractCheckListModifier and TypeMethodDescriptionstatic <T extends AbstractCheckList>
voidAbstractCheckList.populate
(T checkList, CheckListTemplate template, TransactionManager tm) static <T extends AbstractCheckList>
voidAbstractCheckList.populate
(T checkList, CheckListTemplate template, TransactionManager tm, Consumer<T> setValues) static <T extends AbstractCheckList,
IT extends AbstractCheckListItem>
voidAbstractCheckList.populate
(T checkList, CheckListTemplate template, TransactionManager tm, Consumer<T> setValues, BiConsumer<IT, T> setItemValues) Methods in com.storedobject.core that return AbstractCheckListModifier and TypeMethodDescriptionAbstractCheckList.getCheckList()
AbstractCheckList.getCheckList
(Transaction transaction) -
Uses of AbstractCheckList in com.storedobject.ui.common
Classes in com.storedobject.ui.common with type parameters of type AbstractCheckListModifier and TypeClassDescriptionclass
AbstractCheckListForestBrowser<T extends AbstractCheckList>
Methods in com.storedobject.ui.common with parameters of type AbstractCheckListModifier and TypeMethodDescriptionprotected void
AbstractCheckListForestBrowser.populate
(AbstractCheckListItem checkListItem, AbstractCheckList parent) Constructors in com.storedobject.ui.common with parameters of type AbstractCheckList