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

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.ProteinSingleViewBean
All Implemented Interfaces:
java.io.Serializable

public class ProteinSingleViewBean
extends SingleViewBean

View bean responsible for the display of a single protein.

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

Field Summary
 
Fields inherited from class uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
logger
 
Constructor Summary
ProteinSingleViewBean(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

ProteinSingleViewBean

public ProteinSingleViewBean(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