| 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 |
|---|---|
static com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior |
DataTableBehavior.getCommandAjaxBehavior(CommandButton button,
List<CommandAjaxBehavior> behaviors)
Gets the
CommandAjaxBehavior associated to the CommandButton, if any |
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. |
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 |
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) |
void |
DataTable.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 |
| Modifier and Type | Method and Description |
|---|---|
static CommandColumn |
CommandColumn.of(org.apache.wicket.model.IModel<String> title,
int width,
List<CommandButton> buttons)
Factory method
|
static CommandColumn |
CommandColumn.of(org.apache.wicket.model.IModel<String> title,
List<CommandButton> buttons)
Factory method
|
static CommandColumn |
CommandColumn.of(int width,
List<CommandButton> buttons)
Factory method
|
static CommandColumn |
CommandColumn.of(List<CommandButton> buttons)
Factory method
|
static CommandColumn |
CommandColumn.of(String title,
int width,
List<CommandButton> buttons)
Factory method
|
static CommandColumn |
CommandColumn.of(String title,
List<CommandButton> buttons)
Factory method
|
Copyright © 2021 7thWeb. All rights reserved.