| Package | Description |
|---|---|
| com.googlecode.wicket.kendo.ui.datatable.column |
| 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.