|
|||||||||||
| 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.single.SingleViewBean
|
+--uk.ac.ebi.intact.application.search2.struts.view.single.chunked.ChunkedSingleViewBean
Class allowing to handle the chunked view for a single AnnotatedObject.
| Field Summary | |
int |
maxChunk
Max count of chunk we can display out of the wrapped object |
int |
selectedChunk
The chunk we will wisplay |
| Fields inherited from class uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean |
logger |
| Constructor Summary | |
ChunkedSingleViewBean(AnnotatedObject object,
java.lang.String link,
java.lang.String contextPath,
int maxChunk,
int selectedChunk)
Constructs an instance of this class from given AnnotatedObject. |
|
| Method Summary | |
int |
getMaxChunk()
|
int |
getSelectedChunk()
|
| Methods inherited from class uk.ac.ebi.intact.application.search2.struts.view.single.SingleViewBean |
getHelpSection, getHTML, getWrappedObject, initHighlightMap, setWrappedObject |
| Methods inherited from class uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean |
getContextPath, getHelpLink, getHighlightMap, setHighlightMap, showGraphButtons |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int maxChunk
public int selectedChunk
| Constructor Detail |
public ChunkedSingleViewBean(AnnotatedObject object,
java.lang.String link,
java.lang.String contextPath,
int maxChunk,
int selectedChunk)
object - an AnnotatedObject to display.link - the link to the help page.contextPath - the application pathmaxChunk - Max count of chunk we can display out of the wrapped objectselectedChunk - The chunk we will wisplay| Method Detail |
public int getMaxChunk()
public int getSelectedChunk()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||