com.ds.fw.dv.list
Class FwDVActionsLink

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.dv.list.FwDVActionsLink
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwDVActionsLink
extends FwSimpleObject

This class contains the data for a link in the edit table.

See Also:
Serialized Form

Field Summary
 java.lang.String link
          URL to be redirected to
 java.lang.String name
          Name of the link (displayable label)
 java.lang.String p1
          parameter of the link
 java.lang.String p2
          parameter of the link
 java.lang.String p3
          parameter of the link
 java.lang.String p4
          parameter of the link
 int type
          Type of the link.
 
Constructor Summary
FwDVActionsLink()
          Default constructor.
 
Method Summary
 java.lang.String getLink(com.ds.fw.dv.list.FwDVListData data, int row, com.ds.fw.dv.list.FwDVListProperties op, com.ds.fw.dv.params.FwDVParams param)
          Gets the link in normal state.
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Name of the link (displayable label)


link

public java.lang.String link
URL to be redirected to


p1

public java.lang.String p1
parameter of the link


p2

public java.lang.String p2
parameter of the link


p3

public java.lang.String p3
parameter of the link


p4

public java.lang.String p4
parameter of the link


type

public int type
Type of the link. The link could be normal static URL or a meta string which contains parameters that has to be replaced with their values before redirection.

Constructor Detail

FwDVActionsLink

public FwDVActionsLink()
Default constructor.

Method Detail

getLink

public java.lang.String getLink(com.ds.fw.dv.list.FwDVListData data,
                                int row,
                                com.ds.fw.dv.list.FwDVListProperties op,
                                com.ds.fw.dv.params.FwDVParams param)
Gets the link in normal state. If there are some meta simbols in the link they are replaced with their values. All params of this method give information for meta tags replacing.

Returns:
the static normal link