public class ButtonAjaxBehavior
extends com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ButtonAjaxBehavior.ClickEvent
Provides an event object that will be broadcasted by the
ButtonAjaxBehavior callback |
| Constructor and Description |
|---|
ButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source,
DialogButton button)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DialogButton |
getButton()
Gets the
DialogButton |
protected com.googlecode.wicket.jquery.core.JQueryEvent |
newEvent() |
protected com.googlecode.wicket.jquery.core.Options |
newOnAjaxStopOptions()
Gets the new
Button's Options to be used on when ajax stops |
protected com.googlecode.wicket.jquery.core.Options |
newOnClickOptions()
Gets the new
Button's Options to be used on click |
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
protected void |
updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes) |
getCallbackFunction, getCallbackParameters, respondfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindpublic ButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source,
DialogButton button)
source - the IJQueryAjaxAwarebutton - the DialogButton to attach to the ButtonAjaxBehavior.ClickEventpublic DialogButton getButton()
DialogButtonDialogButtonpublic void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributorrenderHead in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorprotected void updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes)
updateAjaxAttributes in class com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehaviorprotected com.googlecode.wicket.jquery.core.Options newOnClickOptions()
Button's Options to be used on clickOptionsprotected com.googlecode.wicket.jquery.core.Options newOnAjaxStopOptions()
Button's Options to be used on when ajax stopsOptionsprotected com.googlecode.wicket.jquery.core.JQueryEvent newEvent()
newEvent in class com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehaviorCopyright © 2017 7thWeb. All rights reserved.