|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
|
+--uk.ac.ebi.intact.application.search2.struts.view.details.DetailsViewBean
Class allowing to handle the view for a collection of AnnotatedObject.
| Field Summary |
| Fields inherited from class uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean |
logger |
| Constructor Summary | |
DetailsViewBean(java.util.Collection objects,
java.lang.String link,
java.lang.String contextPath)
Constructs an instance of this class from given collection. |
|
| Method Summary | |
java.lang.String |
getHelpSection()
Returns the help section. |
void |
getHTML(java.io.Writer writer)
Build a copy the Experiment object - don't copy the interactions. |
java.util.Collection |
getWrappedObjects()
Typically subclasses will return a more 'interesting' instance than Object |
void |
initHighlightMap()
|
protected void |
setWrappedObjects(java.util.Collection wrappedObjects)
|
boolean |
showGraphButtons()
Graph buttons are shown. |
| 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 |
public DetailsViewBean(java.util.Collection objects,
java.lang.String link,
java.lang.String contextPath)
objects - a collection of objects to display.link - the link to the help page.
pre: forall(obj:objects -> obj instanceof AnnotatedObject)
| Method Detail |
public java.util.Collection getWrappedObjects()
protected void setWrappedObjects(java.util.Collection wrappedObjects)
public void initHighlightMap()
initHighlightMap in class AbstractViewBeanpublic void getHTML(java.io.Writer writer)
getHTML in class AbstractViewBeanpublic boolean showGraphButtons()
showGraphButtons in class AbstractViewBeanpublic java.lang.String getHelpSection()
AbstractViewBean
getHelpSection in class AbstractViewBean
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||