userInterface.view
Class Procedure

java.lang.Object
  extended by userInterface.interfaceUtility.Format
      extended by userInterface.view.Procedure

public class Procedure
extends Format

Generate the procedure list page.

Author:
03chowch

Constructor Summary
Procedure()
           
 
Method Summary
static java.lang.StringBuffer genProcedureList(Form[] formData, int sortIndex, boolean ascend, java.lang.String[][] colHeader, java.lang.String[][] tableData, java.lang.String next, java.lang.String previous, java.lang.String error)
          Generate the procedure list page.
 
Methods inherited from class userInterface.interfaceUtility.Format
alignCloseTag, alignOpenTag, alignTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Procedure

public Procedure()
Method Detail

genProcedureList

public static java.lang.StringBuffer genProcedureList(Form[] formData,
                                                      int sortIndex,
                                                      boolean ascend,
                                                      java.lang.String[][] colHeader,
                                                      java.lang.String[][] tableData,
                                                      java.lang.String next,
                                                      java.lang.String previous,
                                                      java.lang.String error)
Generate the procedure list page.

Parameters:
formData - - the filter form data
sortIndex - - sortable data sort index
ascend - - indicator of how data is sorted
colHeader - - the column header data for sortable table
tableData - - the sortable table data
next - - the link to the next set of sortable data to display
previous - - the link to the previous set of sortable data to display
error - - the error message
Returns: