public interface SimpleDynamicListBean
Modifier and Type | Method and Description |
---|---|
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 hyperlink.
|
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.
|
java.lang.String getCheckBoxName(int i)
java.lang.String[] getColumns(int i)
java.lang.String getDefaultAction(int i)
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.
int getListSize()
java.lang.String getParm(java.lang.String para)
java.lang.String getUserJSfnc(java.util.Hashtable NLSfile)
void setParm(java.lang.String para, java.lang.String value)