org.intermine.web.struts
Class ChangeTableSizeForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.intermine.web.struts.ChangeTableSizeForm
All Implemented Interfaces:
java.io.Serializable

public class ChangeTableSizeForm
extends org.apache.struts.action.ActionForm

Form bean for changing the page size.

See Also:
Serialized Form

Field Summary
protected  java.lang.String pageSize
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ChangeTableSizeForm()
          Constructor
 
Method Summary
 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