Uses of Class
jetbrains.buildServer.controllers.popupDialogs.checkLists.CheckListForm
-
Packages that use CheckListForm Package Description jetbrains.buildServer.controllers.popupDialogs.checkLists jetbrains.buildServer.controllers.popupDialogs.checkLists.actions -
-
Uses of CheckListForm in jetbrains.buildServer.controllers.popupDialogs.checkLists
Methods in jetbrains.buildServer.controllers.popupDialogs.checkLists that return CheckListForm Modifier and Type Method Description CheckListForm<Item_T,Context_T,CustomOptionsBean_T>CheckListPopupDialogType. createForm(javax.servlet.http.HttpServletRequest request)Methods in jetbrains.buildServer.controllers.popupDialogs.checkLists with parameters of type CheckListForm Modifier and Type Method Description voidCheckListPopupDialogType. fillModel(Map<String,Object> model, CheckListForm form) -
Uses of CheckListForm in jetbrains.buildServer.controllers.popupDialogs.checkLists.actions
Methods in jetbrains.buildServer.controllers.popupDialogs.checkLists.actions with parameters of type CheckListForm Modifier and Type Method Description booleanApplyAction. process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.jdom.Element ajaxResponse, CheckListForm form)booleanUpdateFilterAction. process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.jdom.Element ajaxResponse, CheckListForm form)booleanUpdateStateAction. process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.jdom.Element ajaxResponse, CheckListForm form)
-