| Package | Description |
|---|---|
| com.googlecode.wicket.kendo.ui.datatable | |
| com.googlecode.wicket.kendo.ui.datatable.button | |
| com.googlecode.wicket.kendo.ui.datatable.column |
| Modifier and Type | Method and Description |
|---|---|
protected List<CommandButton> |
DataTableBehavior.getCommandButtons()
Gets the
List of CommandButton |
protected List<CommandButton> |
DataTableBehavior.getVisibleCommandButtons()
|
| Modifier and Type | Method and Description |
|---|---|
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior |
DataTable.newCommandAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source,
CommandButton button)
Gets a new
JQueryAjaxBehavior that will be called by the corresponding table's button.This method may be overridden to provide additional behaviors |
protected abstract com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior |
DataTableBehavior.newCommandAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source,
CommandButton button)
Gets a new
JQueryAjaxBehavior that will be called by a table's button. |
void |
DataTable.onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
CommandButton button,
String value) |
void |
IDataTableListener.onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
CommandButton button,
String value)
Triggered when a column button is clicked.
|
void |
DataTableAdapter.onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
CommandButton button,
String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecuredCommandButton
Provides a secured command button object that can be used in
DataTable column |
| Modifier and Type | Method and Description |
|---|---|
CommandButton |
CommandAjaxBehavior.getButton()
Gets the
CommandButton |
CommandButton |
CommandAjaxBehavior.CommandClickEvent.getButton()
Gets the button that has been attached to this event object
|
| Constructor and Description |
|---|
CommandAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source,
CommandButton button)
Constructor
|
CommandClickEvent(CommandButton button) |
| Modifier and Type | Method and Description |
|---|---|
List<CommandButton> |
CommandColumn.getButtons()
Gets the list of
CommandButton |
protected abstract List<CommandButton> |
CommandColumn.newButtons()
Gets a new
List a CommandButton |
Copyright © 2017 7thWeb. All rights reserved.