Creates a Dynamic List through a data bean.
Method Summary | |
---|---|
java.lang.String |
getCheckBoxName(int i) Returns the name of the check box in each row. |
java.lang.String[] |
getColumns(int i) Returns the content of row i |
java.lang.String |
getDefaultAction(int i) This method returns the first column hyper-link. |
java.lang.String[][] |
getHeadings() This method returns the headings of the table. |
int |
getListSize() This method returns the size of your result. |
java.lang.String |
getParm(java.lang.String para) This method returns the given parameter's value. |
java.lang.String |
getUserJSfnc(java.util.Hashtable NLSfile) Returns the user defined JavaScript function. |
void |
setParm(java.lang.String para, java.lang.String value) This method sets the given parameter para equal to value
value . |
Method Detail |
---|
public java.lang.String getCheckBoxName(int i)
i
- The for which you want the name of the check box.public java.lang.String[] getColumns(int i)
i
- The row for which you want to return the contents.public java.lang.String getDefaultAction(int i)
i
- The row for which you want the first column
hyper-link.public java.lang.String[][] getHeadings()
The first column is the national language entry name used to locate the national language character in your property file. The second is the variable name of this column which is used for sorting purposes.
If you do not want this column to be sorted, put "null" for the variable name of this column.
public int getListSize()
public java.lang.String getParm(java.lang.String para)
public java.lang.String getUserJSfnc(java.util.Hashtable NLSfile)
jsFile
tag in your XML file to include the JavaScript file.
NLSfile
- The JavaScript file which contains national language
characters.public void setParm(java.lang.String para, java.lang.String value)
para
equal to value
value
.
para
- The parameter to recieve the value.value
- The value to be set.