public class AjaxSettings extends YuiObject implements IAjaxSettings
Modifier and Type | Field and Description |
---|---|
protected static StringSetting |
CALLBACK_FUNCTION |
protected static StringMapSetting |
CALLBACK_PARAMETERS |
protected static StringSetting |
CALLBACK_URL |
protected static YuiType |
TYPE |
Constructor and Description |
---|
AjaxSettings(YuiType type) |
AjaxSettings(YuiType type,
IPluginConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
setCallbackFunction(JsFunction function) |
void |
setCallbackParameters(Map<String,Object> map) |
void |
setCallbackUrl(String url) |
protected static final StringSetting CALLBACK_URL
protected static final StringSetting CALLBACK_FUNCTION
protected static final StringMapSetting CALLBACK_PARAMETERS
protected static final YuiType TYPE
public AjaxSettings(YuiType type)
public AjaxSettings(YuiType type, IPluginConfig config)
public void setCallbackUrl(String url)
setCallbackUrl
in interface IAjaxSettings
public void setCallbackFunction(JsFunction function)
setCallbackFunction
in interface IAjaxSettings
public void setCallbackParameters(Map<String,Object> map)
setCallbackParameters
in interface IAjaxSettings
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.