|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AjaxAttributeName>
org.apache.wicket.ajax.attributes.AjaxAttributeName
public enum AjaxAttributeName
ajax attribute names
| Enum Constant Summary | |
|---|---|
AFTER_HANDLER
after handler (ah) |
|
BEFORE_HANDLER
before handler (bh) |
|
BEFORE_SEND_HANDLER
before send handler (bsh) |
|
CHANNEL
channel (ch) |
|
COMPLETE_HANDLER
complete handler (coh) |
|
DATATYPE
datatype (dt) |
|
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) |
|
IS_ALLOW_DEFAULT
allow default |
|
IS_ASYNC
is async (async) |
|
IS_MULTIPART
is multipart (mp) |
|
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) |
|
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
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AjaxAttributeName THROTTLING
AjaxRequestAttributes.getThrottlingSettings()public static final AjaxAttributeName THROTTLING_POSTPONE_ON_UPDATE
ThrottlingSettings.getPostponeTimerOnUpdate()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
AjaxRequestAttributes.isWicketAjaxResponse()public static final AjaxAttributeName REQUEST_TIMEOUT
AjaxRequestAttributes.getRequestTimeout()public static final AjaxAttributeName IS_ALLOW_DEFAULT
AjaxRequestAttributes.isAllowDefault()public static final AjaxAttributeName EVENT_PROPAGATION
AjaxRequestAttributes.setEventPropagation(org.apache.wicket.ajax.attributes.AjaxRequestAttributes.EventPropagation)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
AjaxRequestAttributes.getDynamicExtraParameters()public static final AjaxAttributeName EXTRA_PARAMETERS
AjaxRequestAttributes.getExtraParameters()public static final AjaxAttributeName PRECONDITION
AjaxCallListener.getPrecondition(org.apache.wicket.Component)public static final AjaxAttributeName COMPLETE_HANDLER
AjaxCallListener.getCompleteHandler(org.apache.wicket.Component)public static final AjaxAttributeName FAILURE_HANDLER
AjaxCallListener.getFailureHandler(org.apache.wicket.Component)public static final AjaxAttributeName SUCCESS_HANDLER
AjaxCallListener.getSuccessHandler(org.apache.wicket.Component)public static final AjaxAttributeName AFTER_HANDLER
AjaxCallListener.getAfterHandler(org.apache.wicket.Component)public static final AjaxAttributeName BEFORE_SEND_HANDLER
AjaxCallListener.getBeforeSendHandler(org.apache.wicket.Component)public static final AjaxAttributeName BEFORE_HANDLER
AjaxCallListener.getBeforeHandler(org.apache.wicket.Component)public static final AjaxAttributeName INDICATOR_ID
AbstractDefaultAjaxBehavior.findIndicatorId()public static final AjaxAttributeName SUBMITTING_COMPONENT_NAME
AjaxRequestAttributes.getSubmittingComponentName()public static final AjaxAttributeName IS_MULTIPART
AjaxRequestAttributes.isMultipart()public static final AjaxAttributeName FORM_ID
AjaxRequestAttributes.getFormId()public static final AjaxAttributeName MARKUP_ID
AbstractDefaultAjaxBehavior.renderAjaxAttributes(org.apache.wicket.Component)public static final AjaxAttributeName METHOD
AjaxRequestAttributes.getMethod()public static final AjaxAttributeName URL
AbstractAjaxBehavior.getCallbackUrl();| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String jsonName()
public String toString()
toString in class Enum<AjaxAttributeName>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||