Project Wonder 5.0.0.8658

er.ajax
Class AjaxOption

java.lang.Object
  extended by er.ajax.AjaxOption

public class AjaxOption
extends Object


Nested Class Summary
static class AjaxOption.Type
           
 
Field Summary
static AjaxOption.Type ARRAY
           
static AjaxOption.Type BOOLEAN
           
static AjaxOption.Type DEFAULT
           
static AjaxOption.Type DICTIONARY
           
static AjaxOption.Type NUMBER
           
static AjaxOption.Type SCRIPT
           
static AjaxOption.Type STRING
           
static AjaxOption.Type STRING_ARRAY
           
static AjaxOption.Type STRING_OR_ARRAY
           
 
Constructor Summary
AjaxOption(String name)
           
AjaxOption(String name, AjaxOption.Type type)
           
AjaxOption(String name, Object value, AjaxOption.Type type)
           
 
Method Summary
 void addToDictionary(String bindingName, WOComponent component, NSDictionary associations, NSMutableDictionary dictionary)
           
 void addToDictionary(String bindingName, WOComponent component, NSMutableDictionary dictionary)
           
 void addToDictionary(WOComponent component, NSDictionary associations, NSMutableDictionary dictionary)
           
 void addToDictionary(WOComponent component, NSMutableDictionary dictionary)
           
static NSMutableDictionary createAjaxOptionsDictionary(NSArray ajaxOptions, WOComponent component)
           
static NSMutableDictionary createAjaxOptionsDictionary(NSArray ajaxOptions, WOComponent component, NSDictionary associations)
           
 String name()
           
 AjaxOption.Type type()
           
 AjaxValue valueForObject(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static AjaxOption.Type DEFAULT

STRING

public static AjaxOption.Type STRING

SCRIPT

public static AjaxOption.Type SCRIPT

NUMBER

public static AjaxOption.Type NUMBER

ARRAY

public static AjaxOption.Type ARRAY

STRING_ARRAY

public static AjaxOption.Type STRING_ARRAY

BOOLEAN

public static AjaxOption.Type BOOLEAN

STRING_OR_ARRAY

public static AjaxOption.Type STRING_OR_ARRAY

DICTIONARY

public static AjaxOption.Type DICTIONARY
Constructor Detail

AjaxOption

public AjaxOption(String name)

AjaxOption

public AjaxOption(String name,
                  AjaxOption.Type type)

AjaxOption

public AjaxOption(String name,
                  Object value,
                  AjaxOption.Type type)
Method Detail

name

public String name()

type

public AjaxOption.Type type()

valueForObject

public AjaxValue valueForObject(Object obj)

addToDictionary

public void addToDictionary(WOComponent component,
                            NSMutableDictionary dictionary)

addToDictionary

public void addToDictionary(String bindingName,
                            WOComponent component,
                            NSMutableDictionary dictionary)

addToDictionary

public void addToDictionary(WOComponent component,
                            NSDictionary associations,
                            NSMutableDictionary dictionary)

addToDictionary

public void addToDictionary(String bindingName,
                            WOComponent component,
                            NSDictionary associations,
                            NSMutableDictionary dictionary)

createAjaxOptionsDictionary

public static NSMutableDictionary createAjaxOptionsDictionary(NSArray ajaxOptions,
                                                              WOComponent component)

createAjaxOptionsDictionary

public static NSMutableDictionary createAjaxOptionsDictionary(NSArray ajaxOptions,
                                                              WOComponent component,
                                                              NSDictionary associations)

Last updated: Fri, Nov 21, 2008 • 04:36 AM EST

Copyright © 2002 – 2007 Project Wonder.