| Modifier and Type | Class and Description |
|---|---|
class |
IndicatingAjaxButton
Provides a Kendo UI ajax button with an ajax indicator
|
class |
SecuredAjaxButton
Provides a Kendo UI button based on the built-in AjaxButton, protected by roles.
|
| Modifier and Type | Method and Description |
|---|---|
AjaxButton |
NavigationPanel.getBackwardButton()
Gets the 'backward'
AjaxButton |
AjaxButton |
NavigationPanel.getForwardButton()
Gets the 'forward'
AjaxButton |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NavigationPanel.onBackward(org.apache.wicket.ajax.AjaxRequestTarget target,
AjaxButton button)
Triggered when the 'backward' button has been clicked (and the form has no error)
|
protected void |
NavigationPanel.onForward(org.apache.wicket.ajax.AjaxRequestTarget target,
AjaxButton button)
Triggered when the 'forward' button has been clicked (and the form has no error)
|
| Modifier and Type | Class and Description |
|---|---|
class |
MenuItemAjaxButton
A specialization of
AjaxButton that could be used in MenuItemForm. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TabbedPanelNavigator.onBackward(org.apache.wicket.ajax.AjaxRequestTarget target,
AjaxButton button) |
protected void |
TabbedPanelNavigator.onForward(org.apache.wicket.ajax.AjaxRequestTarget target,
AjaxButton button) |
| Modifier and Type | Method and Description |
|---|---|
protected AjaxButton |
WindowButtonPanel.newAjaxButton(String id,
WindowButton button) |
Copyright © 2021 7thWeb. All rights reserved.