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
-
PropertiesField()
-
-
PropertiesField(String, String, String, ArrayDictionary)
-
-
computeString(Object)
- Compute the string to display for the given list of items
-
differs(Object, Object)
-
-
getValue()
- Get this field's value.
-
initialize(String, String, String, Object)
-
-
parseString(String)
- Parse the given \r or \n sparated list of items into an array of items.
PropertiesField
public PropertiesField(String name,
String title,
String url,
ArrayDictionary value)
PropertiesField
public PropertiesField()
getValue
public Object getValue()
- Get this field's value.
- Overrides:
- getValue in class TextArrayField
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
differs
protected boolean differs(Object o1,
Object o2)
- Overrides:
- differs in class TextArrayField
computeString
protected String computeString(Object v)
- Compute the string to display for the given list of items
- Overrides:
- computeString in class TextArrayField
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