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