Interface TextField.OnscreenKeyboard

All Known Implementing Classes:
TextField.DefaultOnscreenKeyboard
Enclosing class:
TextField

public static interface TextField.OnscreenKeyboard
An interface for onscreen keyboards. Can invoke the default keyboard or render your own keyboard!
Author:
mzechner
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    show(boolean visible)
     
  • Method Details

    • show

      void show(boolean visible)