Package org.intermine.web.struts
Class ChangeTableAction
- java.lang.Object
-
- org.apache.struts.action.Action
-
- org.apache.struts.actions.BaseAction
-
- org.apache.struts.actions.DispatchAction
-
- org.intermine.web.struts.InterMineDispatchAction
-
- org.intermine.web.struts.ChangeTableAction
-
public class ChangeTableAction extends InterMineDispatchAction
Implementation of DispatchAction. Changes the view of the results in some way.- Author:
- Andrew Varley, Thomas Riley
-
-
Constructor Summary
Constructors Constructor Description ChangeTableAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.struts.action.ActionForward
hideColumn(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't hide columns any moreorg.apache.struts.action.ActionForward
last(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Change to the last results pageprotected org.apache.struts.action.ActionForward
makeForward(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request, PagedTable pt)
Create a forward with parameters setting start item and page size.org.apache.struts.action.ActionForward
moveColumnLeft(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't move columns any moreorg.apache.struts.action.ActionForward
moveColumnRight(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't move columns any moreorg.apache.struts.action.ActionForward
showColumn(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't hide columns any moreorg.apache.struts.action.ActionForward
swapColumns(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't move columns any more-
Methods inherited from class org.intermine.web.struts.InterMineDispatchAction
recordError, recordError, recordError, recordMessage
-
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, dispatchMethod, execute, getMethod, getMethodName, getParameter, unspecified
-
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
-
-
-
Method Detail
-
last
public org.apache.struts.action.ActionForward last(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Change to the last results page- Parameters:
mapping
- The ActionMapping used to select this instanceform
- The optional ActionForm bean for this request (if any)request
- The HTTP request we are processingresponse
- The HTTP response we are creating- Returns:
- an ActionForward object defining where control goes next
-
hideColumn
@Deprecated public org.apache.struts.action.ActionForward hideColumn(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't hide columns any moreHide a column.- Parameters:
mapping
- The ActionMapping used to select this instanceform
- The optional ActionForm bean for this request (if any)request
- The HTTP request we are processingresponse
- The HTTP response we are creating- Returns:
- an ActionForward object defining where control goes next
-
showColumn
@Deprecated public org.apache.struts.action.ActionForward showColumn(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't hide columns any moreShow a column- Parameters:
mapping
- The ActionMapping used to select this instanceform
- The optional ActionForm bean for this request (if any)request
- The HTTP request we are processingresponse
- The HTTP response we are creating- Returns:
- an ActionForward object defining where control goes next
-
moveColumnLeft
@Deprecated public org.apache.struts.action.ActionForward moveColumnLeft(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't move columns any moreMove a column left- Parameters:
mapping
- The ActionMapping used to select this instanceform
- The optional ActionForm bean for this request (if any)request
- The HTTP request we are processingresponse
- The HTTP response we are creating- Returns:
- an ActionForward object defining where control goes next
-
moveColumnRight
@Deprecated public org.apache.struts.action.ActionForward moveColumnRight(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't move columns any moreMove a column right- Parameters:
mapping
- The ActionMapping used to select this instanceform
- The optional ActionForm bean for this request (if any)request
- The HTTP request we are processingresponse
- The HTTP response we are creating- Returns:
- an ActionForward object defining where control goes next
-
swapColumns
@Deprecated public org.apache.struts.action.ActionForward swapColumns(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.as we don't move columns any moreSwap two columns- Parameters:
mapping
- The ActionMapping used to select this instanceform
- The optional ActionForm bean for this request (if any)request
- The HTTP request we are processingresponse
- The HTTP response we are creating- Returns:
- an ActionForward object defining where control goes next
-
makeForward
protected org.apache.struts.action.ActionForward makeForward(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request, PagedTable pt)
Create a forward with parameters setting start item and page size.- Parameters:
mapping
- TODOrequest
- the current HttpServletRequestpt
- PagedTable- Returns:
- an ActionForward with parameters
-
-