uk.ac.ebi.intact.application.search2.struts.view.single
Class ExperimentSingleViewBean

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
        |
        +--uk.ac.ebi.intact.application.search2.struts.view.single.SingleViewBean
              |
              +--uk.ac.ebi.intact.application.search2.struts.view.single.ExperimentSingleViewBean
All Implemented Interfaces:
java.io.Serializable

public class ExperimentSingleViewBean
extends SingleViewBean

View bean responsible for the display of a single experiment.

Version:
$Id: ExperimentSingleViewBean.java,v 1.5 2003/11/13 15:13:09 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)
See Also:
Experiment, Serialized Form

Field Summary
 
Fields inherited from class uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
logger
 
Constructor Summary
ExperimentSingleViewBean(AnnotatedObject object, java.lang.String link, java.lang.String contextPath)
          Construct an instance of this class for given object.
 
Method Summary
 java.lang.String getHelpSection()
          Returns the help section.
 boolean showGraphButtons()
          Graph buttons are shown.
 
Methods inherited from class uk.ac.ebi.intact.application.search2.struts.view.single.SingleViewBean
getHTML, getWrappedObject, initHighlightMap, setWrappedObject
 
Methods inherited from class uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
getContextPath, getHelpLink, getHighlightMap, setHighlightMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExperimentSingleViewBean

public ExperimentSingleViewBean(AnnotatedObject object,
                                java.lang.String link,
                                java.lang.String contextPath)
Construct an instance of this class for given object.

Parameters:
object - the Protein to construct the view for.
link - the link to the help page.
Throws:
java.lang.NullPointerException - thrown if the object is null.
Method Detail

showGraphButtons

public boolean showGraphButtons()
Graph buttons are shown.

Overrides:
showGraphButtons in class AbstractViewBean
Returns:
whether or not the graph buttons are displayed

getHelpSection

public java.lang.String getHelpSection()
Description copied from class: AbstractViewBean
Returns the help section.

Overrides:
getHelpSection in class SingleViewBean


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