Package | Description |
---|---|
com.googlecode.wicket.jquery.ui.widget.dialog |
Modifier and Type | Class and Description |
---|---|
class |
ButtonAjaxPostBehavior
Provides a specialization of
ButtonAjaxBehavior that handles form-submit |
Modifier and Type | Method and Description |
---|---|
protected abstract ButtonAjaxBehavior |
DialogBehavior.newButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source,
DialogButton button)
Gets a new
ButtonAjaxBehavior that will be called by the corresponding DialogButton . |
protected ButtonAjaxBehavior |
AbstractFormDialog.newButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source,
DialogButton button)
Gets the
ButtonAjaxPostBehavior associated to the specified button. |
protected ButtonAjaxBehavior |
AbstractDialog.newButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source,
DialogButton button)
Gets a new
ButtonAjaxBehavior that will be called by the corresponding DialogButton .This method may be overridden to provide additional behaviors |
Modifier and Type | Method and Description |
---|---|
protected CharSequence |
DialogButton.getCallbackScript(ButtonAjaxBehavior behavior)
Gets the javascript statement that will generate an ajax GET request to the behavior for this assigned button
|
Copyright © 2016 7thWeb. All rights reserved.