Class AlphabetKeyboard


  • public class AlphabetKeyboard
    extends Container
    • Field Detail

      • btQ

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btQ
      • btW

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btW
      • btE

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btE
      • btR

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btR
      • btT

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btT
      • btY

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btY
      • btU

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btU
      • btI

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btI
      • btO

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btO
      • btP

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btP
      • btA

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btA
      • btS

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btS
      • btD

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btD
      • btF

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btF
      • btG

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btG
      • btH

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btH
      • btJ

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btJ
      • btK

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btK
      • btL

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btL
      • btZ

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btZ
      • btX

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btX
      • btC

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btC
      • btV

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btV
      • btB

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btB
      • btN

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btN
      • btM

        public totalcross.ui.dialog.keyboard.AlphabetKeyboard.CaseSensitiveButton btM
      • btComma

        public Button btComma
      • btPeriod

        public Button btPeriod
      • btSpace

        public Button btSpace
      • btCancel

        public Button btCancel
      • btn123

        public Button btn123
      • btCase

        public Button btCase
      • btSlash

        public Button btSlash
    • Constructor Detail

      • AlphabetKeyboard

        public AlphabetKeyboard()
    • 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
      • changeCase

        public void changeCase​(boolean toUpperCase)