Uses of Class
de.xima.fc.user_portal.view_model.FormCardModel
-
Packages that use FormCardModel Package Description de.xima.fc.user_portal.bean.pages de.xima.fc.user_portal.view_model -
-
Uses of FormCardModel in de.xima.fc.user_portal.bean.pages
Methods in de.xima.fc.user_portal.bean.pages that return FormCardModel Modifier and Type Method Description FormCardModel
UserPortalFormsPageBean. getSelectedFormDetails()
Methods in de.xima.fc.user_portal.bean.pages that return types with arguments of type FormCardModel Modifier and Type Method Description org.primefaces.model.LazyDataModel<FormCardModel>
UserPortalFormsPageBean. getForms()
Methods in de.xima.fc.user_portal.bean.pages with parameters of type FormCardModel Modifier and Type Method Description void
UserPortalFormsPageBean. setSelectedFormDetails(FormCardModel selectedFormDetails)
void
UserPortalFormsPageBean. showFormDetails(FormCardModel form)
-
Uses of FormCardModel in de.xima.fc.user_portal.view_model
Methods in de.xima.fc.user_portal.view_model that return FormCardModel Modifier and Type Method Description FormCardModel
FormCardModel.Builder. build()
FormCardModel
LazyFormCardsViewModel. getRowData(String rowKey)
Methods in de.xima.fc.user_portal.view_model that return types with arguments of type FormCardModel Modifier and Type Method Description List<FormCardModel>
LazyFormCardsViewModel. getFormCards()
List<FormCardModel>
LazyFormCardsViewModel. load(int offset, int pageSize, Map<String,org.primefaces.model.SortMeta> sortBy, Map<String,org.primefaces.model.FilterMeta> filterBy)
Methods in de.xima.fc.user_portal.view_model with parameters of type FormCardModel Modifier and Type Method Description String
LazyFormCardsViewModel. getRowKey(FormCardModel formCard)
Constructor parameters in de.xima.fc.user_portal.view_model with type arguments of type FormCardModel Constructor Description LazyFormCardsViewModel(List<FormCardModel> formCards)
-