userInterface.interfaceUtility
Class Filter

java.lang.Object
  extended by userInterface.interfaceUtility.Format
      extended by userInterface.interfaceUtility.Filter

public class Filter
extends Format

Generate the filter form.

Author:
Chow

Constructor Summary
Filter()
           
 
Method Summary
static java.lang.StringBuffer genFilter(Form[] formData, int formSize, int formStart)
          Generate the filters with the form data provided.
 
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

Filter

public Filter()
Method Detail

genFilter

public static java.lang.StringBuffer genFilter(Form[] formData,
                                               int formSize,
                                               int formStart)
Generate the filters with the form data provided. Note, buttons are expected only at the end of the form.

Parameters:
formData - - the form data used to generate the form
formSize - - the number of elements to use
formStart - - the starting element of the form
Returns: