Uses of Class
org.openforis.collect.metamodel.view.CodeListItemView
-
Packages that use CodeListItemView Package Description org.openforis.collect.metamodel.view org.openforis.collect.web.controller -
-
Uses of CodeListItemView in org.openforis.collect.metamodel.view
Methods in org.openforis.collect.metamodel.view that return types with arguments of type CodeListItemView Modifier and Type Method Description List<CodeListItemView>CodeListItemView. getItems()List<CodeListItemView>CodeListView. getItems()Methods in org.openforis.collect.metamodel.view with parameters of type CodeListItemView Modifier and Type Method Description voidCodeListView. addItem(CodeListItemView item)Method parameters in org.openforis.collect.metamodel.view with type arguments of type CodeListItemView Modifier and Type Method Description voidCodeListItemView. setItems(List<CodeListItemView> items)voidCodeListView. setItems(List<CodeListItemView> items) -
Uses of CodeListItemView in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller that return CodeListItemView Modifier and Type Method Description CodeListItemViewCodeListController. loadItem(int surveyId, int codeListId, CodeListController.SearchParameters params)Methods in org.openforis.collect.web.controller that return types with arguments of type CodeListItemView Modifier and Type Method Description List<CodeListItemView>CodeListController. findAvailableItems(int surveyId, int codeListId, CodeListController.SearchParameters params)List<CodeListItemView>CodeListController. loadAvailableItems(int surveyId, int codeListId, CodeListController.SearchParameters params)
-