uk.ac.ebi.intact.application.search2.struts.view.single.chunked
Class ExperimentChunkedSingleViewBean
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.chunked.ChunkedSingleViewBean
|
+--uk.ac.ebi.intact.application.search2.struts.view.single.chunked.ExperimentChunkedSingleViewBean
- All Implemented Interfaces:
- java.io.Serializable
- public class ExperimentChunkedSingleViewBean
- extends ChunkedSingleViewBean
View bean responsible for the chunked display of a single experiment.
Only a sub part of its Interactions are displayed.
- Version:
- $Id: ExperimentChunkedSingleViewBean.java,v 1.1 2004/01/31 13:17:58 skerrien Exp $
- Author:
- Samuel Kerrien (skerrien@ebi.ac.uk)
- See Also:
Experiment,
Serialized Form
|
Constructor Summary |
ExperimentChunkedSingleViewBean(AnnotatedObject object,
java.lang.String link,
java.lang.String contextPath,
java.lang.Integer maxChunk,
java.lang.Integer selectedChunk)
THe Integer parameter are needed to be able to access the constructor by reflexion. |
|
Method Summary |
java.lang.String |
getHelpSection()
Returns the help section. |
void |
getHTML(java.io.Writer writer)
Instructs the bean to create an HTML content for the object that it wraps. |
boolean |
showGraphButtons()
Graph buttons are shown. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExperimentChunkedSingleViewBean
public ExperimentChunkedSingleViewBean(AnnotatedObject object,
java.lang.String link,
java.lang.String contextPath,
java.lang.Integer maxChunk,
java.lang.Integer selectedChunk)
- THe Integer parameter are needed to be able to access the constructor by reflexion.
- Parameters:
object - link - contextPath - maxChunk - selectedChunk -
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
getHTML
public void getHTML(java.io.Writer writer)
- Description copied from class:
AbstractViewBean
- Instructs the bean to create an HTML content for the object that it wraps.
- Overrides:
getHTML in class SingleViewBean
IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk