to top
Android APIs
public static class

LoginFilter.UsernameFilterGeneric

extends LoginFilter
java.lang.Object
   ↳ android.text.LoginFilter
     ↳ android.text.LoginFilter.UsernameFilterGeneric

Class Overview

This filter rejects characters in the user name that are not compatible with Google login. It is slightly less restrictive than the above filter in that it allows [a-zA-Z0-9._-+].

Summary

Public Constructors

? Examples
LoginFilter.UsernameFilterGeneric()

? Examples
LoginFilter.UsernameFilterGeneric(boolean appendInvalid)
Public Methods

? Examples
boolean isAllowed(char c)
Returns whether or not we allow character c.
[Expand]
Inherited Methods
From class android.text.LoginFilter
From class java.lang.Object
From interface android.text.InputFilter

Public Constructors

public LoginFilter.UsernameFilterGeneric ()

Added in API level 1

public LoginFilter.UsernameFilterGeneric (boolean appendInvalid)

Added in API level 1

Public Methods

public boolean isAllowed (char c)

Added in API level 1

Returns whether or not we allow character c. Subclasses must override this method.

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.