All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.forms.LinkField
java.lang.Object
|
+----w3c.jigsaw.forms.FormField
|
+----w3c.jigsaw.forms.LinkField
- public class LinkField
- extends FormField
A link field is an imutable field, that allows to insert links into a form.
-
LinkField()
-
-
LinkField(String, String, String, String)
-
-
dump(HtmlGenerator)
- Dump this field into a suitable HTML form element.
-
getValue()
- Get this field value.
-
setValue(String)
- Set this field value.
LinkField
public LinkField(String name,
String title,
String url,
String value)
LinkField
public LinkField()
getValue
public Object getValue()
- Get this field value.
- Overrides:
- getValue in class FormField
setValue
public boolean setValue(String nval) throws FormFieldException
- Set this field value.
- Parameters:
- nval - The new value for this field, as a string.
- Returns:
- A boolean, truefalse otherwise.
- Overrides:
- setValue in class FormField
dump
public void dump(HtmlGenerator into)
- Dump this field into a suitable HTML form element.
- Parameters:
- into - The HtmlGenerator to dump this field into.
- Overrides:
- dump in class FormField
All Packages Class Hierarchy This Package Previous Next Index