|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ds.fw.types.FwSimpleObject
|
+--com.ds.fw.dv.list.FwDVActionsLink
This class contains the data for a link in the edit table.
| 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 |
public java.lang.String name
public java.lang.String link
public java.lang.String p1
public java.lang.String p2
public java.lang.String p3
public java.lang.String p4
public int type
| Constructor Detail |
public FwDVActionsLink()
| Method Detail |
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||