All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.forms.PropertiesField

java.lang.Object
   |
   +----w3c.jigsaw.forms.FormField
           |
           +----w3c.jigsaw.forms.TextArrayField
                   |
                   +----w3c.jigsaw.forms.PropertiesField

public class PropertiesField
extends TextArrayField

Constructor Index

 o PropertiesField()
 o PropertiesField(String, String, String, ArrayDictionary)

Method Index

 o computeString(Object)
Compute the string to display for the given list of items
 o differs(Object, Object)
 o getValue()
Get this field's value.
 o initialize(String, String, String, Object)
 o parseString(String)
Parse the given \r or \n sparated list of items into an array of items.

Constructors

 o PropertiesField
 public PropertiesField(String name,
                        String title,
                        String url,
                        ArrayDictionary value)
 o PropertiesField
 public PropertiesField()

Methods

 o getValue
 public Object getValue()
Get this field's value.

Overrides:
getValue in class TextArrayField
 o parseString
 protected Object parseString(String str)
Parse the given \r or \n sparated list of items into an array of items.

Parameters:
str - The string to parse.
Returns:
An array of String.
Overrides:
parseString in class TextArrayField
 o differs
 protected boolean differs(Object o1,
                           Object o2)
Overrides:
differs in class TextArrayField
 o computeString
 protected String computeString(Object v)
Compute the string to display for the given list of items

Overrides:
computeString in class TextArrayField
 o initialize
 public void initialize(String name,
                        String title,
                        String url,
                        Object val) throws FormFieldException
Overrides:
initialize in class TextArrayField

All Packages  Class Hierarchy  This Package  Previous  Next  Index