Uses of Class
com.googlecode.wicket.jquery.ui.widget.dialog.ButtonAjaxBehavior
-
Packages that use ButtonAjaxBehavior Package Description com.googlecode.wicket.jquery.ui.widget.dialog -
-
Uses of ButtonAjaxBehavior in com.googlecode.wicket.jquery.ui.widget.dialog
Subclasses of ButtonAjaxBehavior in com.googlecode.wicket.jquery.ui.widget.dialog Modifier and Type Class Description classButtonAjaxPostBehaviorProvides a specialization ofButtonAjaxBehaviorthat handles form-submitMethods in com.googlecode.wicket.jquery.ui.widget.dialog that return ButtonAjaxBehavior Modifier and Type Method Description protected ButtonAjaxBehaviorAbstractDialog. newButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button)Gets a newButtonAjaxBehaviorthat will be called by the correspondingDialogButton.
This method may be overridden to provide additional behaviorsprotected ButtonAjaxBehaviorAbstractFormDialog. newButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button)Gets theButtonAjaxPostBehaviorassociated to the specified button.protected abstract ButtonAjaxBehaviorDialogBehavior. newButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button)Gets a newButtonAjaxBehaviorthat will be called by the correspondingDialogButton.Methods in com.googlecode.wicket.jquery.ui.widget.dialog with parameters of type ButtonAjaxBehavior Modifier and Type Method Description protected CharSequenceDialogButton. getCallbackScript(ButtonAjaxBehavior behavior)Gets the javascript statement that will generate an ajax GET request to the behavior for this assigned button
-