Uses of Class
org.wicketstuff.jwicket.SpecialKey
-
Packages that use SpecialKey Package Description org.wicketstuff.jwicket -
-
Uses of SpecialKey in org.wicketstuff.jwicket
Methods in org.wicketstuff.jwicket that return SpecialKey Modifier and Type Method Description static SpecialKeySpecialKey. getSpecialKey(String name)static SpecialKeySpecialKey. 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.Methods in org.wicketstuff.jwicket that return types with arguments of type SpecialKey Modifier and Type Method Description List<SpecialKey>SpecialKeys. getSpecialKeys()Methods in org.wicketstuff.jwicket with parameters of type SpecialKey Modifier and Type Method Description voidSpecialKeys. addSpecialKeys(SpecialKey... additionalSpecialKeys)booleanSpecialKeys. is(SpecialKey... keys)voidSpecialKeys. removeSpecialKeys(SpecialKey... additionalSpecialKeys)Constructors in org.wicketstuff.jwicket with parameters of type SpecialKey Constructor Description SpecialKeys(SpecialKey... additionalSpecialKeys)
-