Class ChangeTableSizeForm

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChangeTableSizeForm
    extends org.apache.struts.action.ActionForm
    Form bean for changing the page size.
    Author:
    Andrew Varley, Thomas Riley
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String pageSize  
      • Fields inherited from class org.apache.struts.action.ActionForm

        multipartRequestHandler, servlet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPageSize()
      Get the page size
      void initialise()
      Initialiser
      void reset​(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Reset the form to the initial state
      void setPageSize​(java.lang.String pageSize)
      Set the page size
      • Methods inherited from class org.apache.struts.action.ActionForm

        getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pageSize

        protected java.lang.String pageSize
    • Constructor Detail

      • ChangeTableSizeForm

        public ChangeTableSizeForm()
        Constructor
    • Method Detail

      • initialise

        public void initialise()
        Initialiser
      • setPageSize

        public void setPageSize​(java.lang.String pageSize)
        Set the page size
        Parameters:
        pageSize - the page size to display
      • getPageSize

        public java.lang.String getPageSize()
        Get the page size
        Returns:
        the page size
      • reset

        public void reset​(org.apache.struts.action.ActionMapping mapping,
                          javax.servlet.http.HttpServletRequest request)
        Reset the form to the initial state
        Overrides:
        reset in class org.apache.struts.action.ActionForm
        Parameters:
        mapping - the mapping
        request - the request