public enum AjaxAttributeName extends Enum<AjaxAttributeName>
Enum Constant and Description |
---|
AFTER_HANDLER
after handler (ah)
|
BEFORE_HANDLER
before handler (bh)
|
BEFORE_SEND_HANDLER
before send handler (bsh)
|
CHANNEL
channel (ch)
|
CHILD_SELECTOR |
COMPLETE_HANDLER
complete handler (coh)
|
DATATYPE
datatype (dt)
|
DONE_HANDLER
done handler (dh)
|
DYNAMIC_PARAMETER_FUNCTION
dynamic parameters (dep)
|
EVENT_NAME
event name (e)
|
EVENT_PROPAGATION
stop propagation
|
EXTRA_PARAMETERS
extra parameters (ep)
|
FAILURE_HANDLER
failure handler (fh)
|
FORM_ID
form id (f)
|
INDICATOR_ID
the indicator id, if any found (i)
|
INIT_HANDLER
init handler (ih)
|
IS_ASYNC
is async (async)
|
IS_MULTIPART
is multipart (mp)
|
IS_PREVENT_DEFAULT
allow default
|
IS_WICKET_AJAX_RESPONSE
is wicket ajax response (wr)
|
MARKUP_ID
markup id of behavior attached component (c)
|
METHOD
http method (m)
|
PRECONDITION
precondition (pre)
|
REQUEST_TIMEOUT
request timeout (rt)
|
SERIALIZE_RECURSIVELY |
SUBMITTING_COMPONENT_NAME
submitting component name (sc)
|
SUCCESS_HANDLER
success handler (sh)
|
THROTTLING
throttling settings (tr)
|
THROTTLING_DELAY
throttling - delay (d)
|
THROTTLING_ID
throttling - id (id)
|
THROTTLING_POSTPONE_ON_UPDATE
throttling - postpone timer on upate (p)
|
URL |
Modifier and Type | Method and Description |
---|---|
String |
jsonName()
the json parameter name
|
String |
toString() |
static AjaxAttributeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AjaxAttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AjaxAttributeName THROTTLING
public static final AjaxAttributeName THROTTLING_POSTPONE_ON_UPDATE
public static final AjaxAttributeName THROTTLING_DELAY
ThrottlingSettings.getDelay()
public static final AjaxAttributeName THROTTLING_ID
ThrottlingSettings.getId()
public static final AjaxAttributeName DATATYPE
AjaxRequestAttributes.getDataType()
public static final AjaxAttributeName IS_WICKET_AJAX_RESPONSE
public static final AjaxAttributeName REQUEST_TIMEOUT
public static final AjaxAttributeName IS_PREVENT_DEFAULT
AjaxRequestAttributes.isPreventDefault()
public static final AjaxAttributeName EVENT_PROPAGATION
public static final AjaxAttributeName CHANNEL
AjaxRequestAttributes.getChannel()
public static final AjaxAttributeName EVENT_NAME
AjaxRequestAttributes.getEventNames()
public static final AjaxAttributeName IS_ASYNC
AjaxRequestAttributes.isAsynchronous()
public static final AjaxAttributeName DYNAMIC_PARAMETER_FUNCTION
public static final AjaxAttributeName EXTRA_PARAMETERS
public static final AjaxAttributeName PRECONDITION
public static final AjaxAttributeName COMPLETE_HANDLER
public static final AjaxAttributeName FAILURE_HANDLER
public static final AjaxAttributeName SUCCESS_HANDLER
public static final AjaxAttributeName AFTER_HANDLER
public static final AjaxAttributeName BEFORE_SEND_HANDLER
public static final AjaxAttributeName BEFORE_HANDLER
public static final AjaxAttributeName INIT_HANDLER
public static final AjaxAttributeName DONE_HANDLER
public static final AjaxAttributeName INDICATOR_ID
public static final AjaxAttributeName SUBMITTING_COMPONENT_NAME
public static final AjaxAttributeName IS_MULTIPART
AjaxRequestAttributes.isMultipart()
public static final AjaxAttributeName FORM_ID
AjaxRequestAttributes.getFormId()
public static final AjaxAttributeName MARKUP_ID
public static final AjaxAttributeName METHOD
AjaxRequestAttributes.getMethod()
public static final AjaxAttributeName URL
AbstractAjaxBehavior.getCallbackUrl();
public static final AjaxAttributeName CHILD_SELECTOR
AjaxRequestAttributes.childSelector
public static final AjaxAttributeName SERIALIZE_RECURSIVELY
public static AjaxAttributeName[] values()
for (AjaxAttributeName c : AjaxAttributeName.values()) System.out.println(c);
public static AjaxAttributeName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String jsonName()
public String toString()
toString
in class Enum<AjaxAttributeName>
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.