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

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

public abstract class AbstractIntDisplayWrapper
extends org.apache.taglibs.display.TableDecorator

This class is the super class for all the decorator classes for Interactions. List. This class provides common methods for formatting data.

Version:
$Id: AbstractIntDisplayWrapper.java,v 1.1 2004/02/25 18:08:59 smudali Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)

Constructor Summary
AbstractIntDisplayWrapper()
           
 
Method Summary
protected  java.lang.String getAc()
           
abstract  java.lang.String getAction()
          Subclasses must provide the implementation for this method.
 java.lang.String getShortLabel()
          Returns the topic with a link to show its contents in a window.
 
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

AbstractIntDisplayWrapper

public AbstractIntDisplayWrapper()
Method Detail

getAction

public abstract java.lang.String getAction()
Subclasses must provide the implementation for this method.

Returns:
The action string for buttons.

getShortLabel

public java.lang.String getShortLabel()
Returns the topic with a link to show its contents in a window.

Returns:
the topic as a browsable link.

getAc

protected java.lang.String getAc()


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