Uses of Class
tools.dynamia.zk.ui.Keypad.Key
-
Packages that use Keypad.Key Package Description tools.dynamia.zk.ui -
-
Uses of Keypad.Key in tools.dynamia.zk.ui
Fields in tools.dynamia.zk.ui declared as Keypad.Key Modifier and Type Field Description static Keypad.KeyKeypad. NEW_ROWMethods in tools.dynamia.zk.ui that return Keypad.Key Modifier and Type Method Description Keypad.KeyKeypad. findKey(String labelOrValue)Keypad.KeyKeypad.Key. setCommand(org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> command)Keypad.KeyKeypad.Key. setIcon(String icon)Keypad.KeyKeypad.Key. setLabel(String label)Keypad.KeyKeypad.Key. setSclass(String sclass)Keypad.KeyKeypad.Key. setValue(String value)Methods in tools.dynamia.zk.ui that return types with arguments of type Keypad.Key Modifier and Type Method Description List<Keypad.Key>Keypad. getDefaultKeys()Methods in tools.dynamia.zk.ui with parameters of type Keypad.Key Modifier and Type Method Description voidKeypad. replaceKey(String labelOrValue, Keypad.Key newKey)Method parameters in tools.dynamia.zk.ui with type arguments of type Keypad.Key Modifier and Type Method Description voidKeypad. setDefaultKeys(List<Keypad.Key> defaultKeys)
-