uk.ac.ebi.intact.application.editor.struts.view.experiment
Class IntDisplayWrapper

java.lang.Object
  |
  +--org.apache.taglibs.display.Decorator
        |
        +--org.apache.taglibs.display.TableDecorator
              |
              +--uk.ac.ebi.intact.application.editor.struts.view.experiment.AbstractIntDisplayWrapper
                    |
                    +--uk.ac.ebi.intact.application.editor.struts.view.experiment.IntDisplayWrapper

public class IntDisplayWrapper
extends AbstractIntDisplayWrapper

This class is a decorator of the Interaction objects that we keep in our List. This class provides a number of methods for formatting data, creating dynamic links, and exercising some aspects of the display:table API functionality

Version:
$Id: IntDisplayWrapper.java,v 1.2 2004/03/05 15:53:29 smudali Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)

Constructor Summary
IntDisplayWrapper()
           
 
Method Summary
 java.lang.String getAction()
          Subclasses must provide the implementation for this method.
 
Methods inherited from class uk.ac.ebi.intact.application.editor.struts.view.experiment.AbstractIntDisplayWrapper
getAc, getShortLabel
 
Methods inherited from class org.apache.taglibs.display.Decorator
finish, finishRow, getCollection, getList, getListIndex, getObject, getPageContext, getViewIndex, init, initRow, startRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntDisplayWrapper

public IntDisplayWrapper()
Method Detail

getAction

public java.lang.String getAction()
Description copied from class: AbstractIntDisplayWrapper
Subclasses must provide the implementation for this method.

Specified by:
getAction in class AbstractIntDisplayWrapper
Returns:
The action string for buttons.


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