Uses of Class
com.googlecode.wicket.jquery.ui.widget.dialog.ButtonAjaxBehavior
Packages that use ButtonAjaxBehavior
-
Uses of ButtonAjaxBehavior in com.googlecode.wicket.jquery.ui.widget.dialog
Subclasses of ButtonAjaxBehavior in com.googlecode.wicket.jquery.ui.widget.dialogModifier and TypeClassDescriptionclass
Provides a specialization ofButtonAjaxBehavior
that handles form-submitMethods in com.googlecode.wicket.jquery.ui.widget.dialog that return ButtonAjaxBehaviorModifier and TypeMethodDescriptionprotected ButtonAjaxBehavior
AbstractDialog.newButtonAjaxBehavior
(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button) Gets a newButtonAjaxBehavior
that will be called by the correspondingDialogButton
.
This method may be overridden to provide additional behaviorsprotected ButtonAjaxBehavior
AbstractFormDialog.newButtonAjaxBehavior
(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button) Gets theButtonAjaxPostBehavior
associated to the specified button.protected abstract ButtonAjaxBehavior
DialogBehavior.newButtonAjaxBehavior
(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button) Gets a newButtonAjaxBehavior
that will be called by the correspondingDialogButton
.Methods in com.googlecode.wicket.jquery.ui.widget.dialog with parameters of type ButtonAjaxBehaviorModifier and TypeMethodDescriptionprotected CharSequence
DialogButton.getCallbackScript
(ButtonAjaxBehavior behavior) Gets the javascript statement that will generate an ajax GET request to the behavior for this assigned button