Class Keypad.Key

  • Enclosing class:
    Keypad

    public static class Keypad.Key
    extends Object
    • Constructor Detail

      • Key

        public Key()
      • Key

        public Key​(String value)
      • Key

        public Key​(String value,
                   int colSpan,
                   int rowSpan)
    • Method Detail

      • getLabel

        public String getLabel()
      • getValue

        public String getValue()
      • getIcon

        public String getIcon()
      • getSclass

        public String getSclass()
      • getCommand

        public org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> getCommand()
      • setCommand

        public Keypad.Key setCommand​(org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> command)