Class NumericAndSymbolsKeyboard


  • public class NumericAndSymbolsKeyboard
    extends Container
    • Constructor Detail

      • NumericAndSymbolsKeyboard

        public NumericAndSymbolsKeyboard()
    • Method Detail

      • initUI

        public void initUI()
        Description copied from class: Container
        Called to initialize the User Interface of this container. This differs from the onAddAgain method by that this method is called only once, at the first time the control is added to the parent. When the container is being setup, the initUI method is called; then, the onAddAgain is called every time the container is added again.
        Overrides:
        initUI in class Container