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 SummaryConstructors Constructor Description ChangeTableAction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.struts.action.ActionForwardhideColumn(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.ActionForwardlast(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.ActionForwardmakeForward(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.ActionForwardmoveColumnLeft(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.ActionForwardmoveColumnRight(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.ActionForwardshowColumn(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.ActionForwardswapColumns(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.InterMineDispatchActionrecordError, recordError, recordError, recordMessage
 - 
Methods inherited from class org.apache.struts.actions.DispatchActioncancelled, dispatchMethod, execute, getMethod, getMethodName, getParameter, unspecified
 - 
Methods inherited from class org.apache.struts.action.ActionaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
- 
 
- 
- 
- 
Method Detail- 
lastpublic 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 instance
- form- The optional ActionForm bean for this request (if any)
- request- The HTTP request we are processing
- response- 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 instance
- form- The optional ActionForm bean for this request (if any)
- request- The HTTP request we are processing
- response- 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 instance
- form- The optional ActionForm bean for this request (if any)
- request- The HTTP request we are processing
- response- 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 instance
- form- The optional ActionForm bean for this request (if any)
- request- The HTTP request we are processing
- response- 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 instance
- form- The optional ActionForm bean for this request (if any)
- request- The HTTP request we are processing
- response- 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 instance
- form- The optional ActionForm bean for this request (if any)
- request- The HTTP request we are processing
- response- The HTTP response we are creating
- Returns:
- an ActionForward object defining where control goes next
 
 - 
makeForwardprotected 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- TODO
- request- the current HttpServletRequest
- pt- PagedTable
- Returns:
- an ActionForward with parameters
 
 
- 
 
-