com.badlogic.gdx.scenes.scene2d.ui
Interface TextField.TextFieldFilter

All Known Implementing Classes:
TextField.TextFieldFilter.DigitsOnlyFilter
Enclosing class:
TextField

public static interface TextField.TextFieldFilter

Interface for filtering characters entered into the text field.

Author:
mzechner

Nested Class Summary
static class TextField.TextFieldFilter.DigitsOnlyFilter
           
 
Method Summary
 boolean acceptChar(TextField textField, char key)
           
 

Method Detail

acceptChar

boolean acceptChar(TextField textField,
                   char key)
Parameters:
textField -
key -
Returns:
whether to accept the character


Copyright © 2013. All Rights Reserved.