All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.andthehorseyourodeinon.utils.FormUtils

java.lang.Object
   |
   +----com.andthehorseyourodeinon.utils.FormUtils

public class FormUtils
extends Object

Constructor Index

 o FormUtils()

Method Index

 o checkBox(String, String, String, boolean)
 o codedCheckArray(String, int[], String[], int, String)
 o codedSelector(String[], int[], int)
 o passwordTextField(String, String, int, int, String)
 o selector(String[], String[], String)
 o textField(String, String, int, int, String)

Constructors

 o FormUtils
 public FormUtils()

Methods

 o selector
 public static String selector(String theNames[],
                               String theValues[],
                               String selName)
 o codedSelector
 public static String codedSelector(String theNames[],
                                    int theValues[],
                                    int selected)
 o textField
 public static String textField(String theName,
                                String prevValue,
                                int theSize,
                                int maxLen,
                                String theAction)
 o passwordTextField
 public static String passwordTextField(String theName,
                                        String prevValue,
                                        int theSize,
                                        int maxLen,
                                        String theAction)
 o checkBox
 public static String checkBox(String theName,
                               String value,
                               String label,
                               boolean checked)
 o codedCheckArray
 public static String codedCheckArray(String basename,
                                      int values[],
                                      String labels[],
                                      int checked,
                                      String fontFace)

All Packages  Class Hierarchy  This Package  Previous  Next  Index