er.ajax
Class AjaxOption
java.lang.Object
er.ajax.AjaxOption
public class AjaxOption
- extends Object
|
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 |
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
AjaxOption
public AjaxOption(String name)
AjaxOption
public AjaxOption(String name,
AjaxOption.Type type)
AjaxOption
public AjaxOption(String name,
Object value,
AjaxOption.Type type)
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)
Copyright © 2002 – 2007 Project Wonder.