All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.forms.ClassnameField
java.lang.Object
|
+----w3c.jigsaw.forms.FormField
|
+----w3c.jigsaw.forms.TextField
|
+----w3c.jigsaw.forms.ClassnameField
- public class ClassnameField
- extends TextField
-
ClassnameField()
-
-
ClassnameField(String, String, String, String)
-
-
getValue()
- Get this field value as an Object.
-
initialize(String, String, String, Object)
-
-
setValue(String)
- Set this field value to the given String value.
ClassnameField
public ClassnameField(String name,
String title,
String url,
String c)
ClassnameField
public ClassnameField()
getValue
public Object getValue()
- Get this field value as an Object.
- Overrides:
- getValue in class TextField
setValue
public boolean setValue(String nval) throws FormFieldException
- Set this field value to the given String value.
- Overrides:
- setValue in class TextField
initialize
public void initialize(String name,
String title,
String url,
Object val) throws FormFieldException
- Overrides:
- initialize in class TextField
All Packages Class Hierarchy This Package Previous Next Index