uk.ac.ebi.intact.application.hierarchView.struts.view
Class ClickBehaviourForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--uk.ac.ebi.intact.application.hierarchView.struts.framework.IntactBaseForm
              |
              +--uk.ac.ebi.intact.application.hierarchView.struts.view.ClickBehaviourForm
All Implemented Interfaces:
java.io.Serializable

public class ClickBehaviourForm
extends IntactBaseForm

This form captures the user action of the sideBarClickBehaviour.jsp.

Version:
$Id: ClickBehaviourForm.java,v 1.1 2003/04/14 10:56:45 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class uk.ac.ebi.intact.application.hierarchView.struts.framework.IntactBaseForm
INTACT_ERROR, INTACT_MESSAGE, logger
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ClickBehaviourForm()
           
 
Method Summary
 boolean addSelected()
          True if add radio button is selected.
 boolean centerSelected()
          True if center radio button is selected.
 java.lang.String getAction()
           
 void setAction(java.lang.String action)
          Sets the action.
 
Methods inherited from class uk.ac.ebi.intact.application.hierarchView.struts.framework.IntactBaseForm
addError, addError, addMessage, addMessage, getErrors, getMessages, isErrorsEmpty, isMessagesEmpty, saveMessages
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClickBehaviourForm

public ClickBehaviourForm()
Method Detail

setAction

public void setAction(java.lang.String action)
Sets the action.

Parameters:
action - the action for the form.

getAction

public java.lang.String getAction()

centerSelected

public boolean centerSelected()
True if center radio button is selected.


addSelected

public boolean addSelected()
True if add radio button is selected.



IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk