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

Constructor Index

 o ClassnameField()
 o ClassnameField(String, String, String, String)

Method Index

 o getValue()
Get this field value as an Object.
 o initialize(String, String, String, Object)
 o setValue(String)
Set this field value to the given String value.

Constructors

 o ClassnameField
 public ClassnameField(String name,
                       String title,
                       String url,
                       String c)
 o ClassnameField
 public ClassnameField()

Methods

 o getValue
 public Object getValue()
Get this field value as an Object.

Overrides:
getValue in class TextField
 o setValue
 public boolean setValue(String nval) throws FormFieldException
Set this field value to the given String value.

Overrides:
setValue in class TextField
 o 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