| Package | Description |
|---|---|
| com.googlecode.wicket.kendo.ui.datatable | |
| com.googlecode.wicket.kendo.ui.datatable.column |
| Modifier and Type | Method and Description |
|---|---|
ColumnButton |
ButtonAjaxBehavior.getButton()
Gets the
ColumnButton |
ColumnButton |
ButtonAjaxBehavior.ClickEvent.getButton()
Gets the button that has been attached to this event object
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ColumnButton> |
DataTable.getButtons() |
| Modifier and Type | Method and Description |
|---|---|
protected ButtonAjaxBehavior |
DataTable.newButtonAjaxBehavior(IJQueryAjaxAware source,
ColumnButton button)
Gets a new
ButtonAjaxBehavior that will be called by the corresponding ColumnButton.This method may be overridden to provide additional behaviors |
protected abstract ButtonAjaxBehavior |
DataTableBehavior.newButtonAjaxBehavior(IJQueryAjaxAware source,
ColumnButton button)
Gets a new
ButtonAjaxBehavior that will be called by the corresponding table's button. |
void |
DataTable.onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
ColumnButton button,
String value) |
| Constructor and Description |
|---|
ButtonAjaxBehavior.ClickEvent(ColumnButton button) |
ButtonAjaxBehavior(IJQueryAjaxAware source,
ColumnButton button)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnButton> |
CommandsColumn.getButtons()
Gets the list of
ColumnButton |
protected abstract List<ColumnButton> |
CommandsColumn.newButtons()
Gets a new
List a ColumnButton |
Copyright © 2014 7thWeb. All Rights Reserved.