| Package | Description |
|---|---|
| org.apache.wicket.ajax |
| Modifier and Type | Field and Description |
|---|---|
static AjaxChannel.Type |
AjaxChannel.DEFAULT_TYPE
The type of the default channel
|
| Modifier and Type | Method and Description |
|---|---|
AjaxChannel.Type |
AjaxChannel.getType() |
static AjaxChannel.Type |
AjaxChannel.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AjaxChannel.Type[] |
AjaxChannel.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AjaxChannel(String name,
AjaxChannel.Type type)
Construct.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.