Package | Description |
---|---|
org.wicketstuff.jwicket |
Modifier and Type | Method and Description |
---|---|
static SpecialKey |
SpecialKey.getSpecialKey(String name) |
static SpecialKey |
SpecialKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialKey[] |
SpecialKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<SpecialKey> |
SpecialKeys.getSpecialKeys() |
Modifier and Type | Method and Description |
---|---|
void |
SpecialKeys.addSpecialKeys(SpecialKey... additionalSpecialKeys) |
boolean |
SpecialKeys.is(SpecialKey... keys) |
void |
SpecialKeys.removeSpecialKeys(SpecialKey... additionalSpecialKeys) |
Constructor and Description |
---|
SpecialKeys(SpecialKey... additionalSpecialKeys) |
Copyright © 2015. All rights reserved.