|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.intermine.web.struts.ChangeTableSizeForm
public class ChangeTableSizeForm
Form bean for changing the page size.
| 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 |
|---|
protected java.lang.String pageSize
| Constructor Detail |
|---|
public ChangeTableSizeForm()
| Method Detail |
|---|
public void initialise()
public void setPageSize(java.lang.String pageSize)
pageSize - the page size to displaypublic java.lang.String getPageSize()
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormmapping - the mappingrequest - the request
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||