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
-
FormUtils()
-
-
checkBox(String, String, String, boolean)
-
-
codedCheckArray(String, int[], String[], int, String)
-
-
codedSelector(String[], int[], int)
-
-
passwordTextField(String, String, int, int, String)
-
-
selector(String[], String[], String)
-
-
textField(String, String, int, int, String)
-
FormUtils
public FormUtils()
selector
public static String selector(String theNames[],
String theValues[],
String selName)
codedSelector
public static String codedSelector(String theNames[],
int theValues[],
int selected)
textField
public static String textField(String theName,
String prevValue,
int theSize,
int maxLen,
String theAction)
passwordTextField
public static String passwordTextField(String theName,
String prevValue,
int theSize,
int maxLen,
String theAction)
checkBox
public static String checkBox(String theName,
String value,
String label,
boolean checked)
codedCheckArray
public static String codedCheckArray(String basename,
int values[],
String labels[],
int checked,
String fontFace)
All Packages Class Hierarchy This Package Previous Next Index