Search
VirtualKeyboard.getLayoutRing Method
See Also
 






Gets a list of keyboard layouts that can be cycled through.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public List<KeyboardLayout> getLayoutRing ()

 Return Value

A List of KeyboardLayout objects.

 Remarks

Add LayoutRingKey to your layouts to let users cycle through the list. Layouts from this list are automatically assigned to TemplateLayout when user presses the LayoutRingKey, or if you call the selectLayout method from code.

 See Also