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 void
CheckListPopupDialogType. 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 boolean
ApplyAction. process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.jdom.Element ajaxResponse, CheckListForm form)
boolean
UpdateFilterAction. process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.jdom.Element ajaxResponse, CheckListForm form)
boolean
UpdateStateAction. process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.jdom.Element ajaxResponse, CheckListForm form)
-