public class AsYouTypeSsnFormatter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
AsYouTypeSsnFormatter.SsnInputCompleteCallback |
Modifier and Type | Field and Description |
---|---|
static int |
MAX_SIZE |
static java.lang.String |
SEPARATOR |
Constructor and Description |
---|
AsYouTypeSsnFormatter(AsYouTypeSsnFormatter.SsnInputCompleteCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
afterTextChanged(Editable s) |
void |
beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after) |
void |
onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count) |
public static final int MAX_SIZE
public static final java.lang.String SEPARATOR
public AsYouTypeSsnFormatter(AsYouTypeSsnFormatter.SsnInputCompleteCallback callback)