public interface TextFilter
TextInputEvent events
from the user and can decide whether to accept the input or not.| Modifier and Type | Field and Description |
|---|---|
static TextFilter |
BLANK_TEXT_FILTER |
static TextFilter |
NUMERIC_TEXT_FILTER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(TextInputEvent event)
Returns false if you want to forbid the user's action.
|
static final TextFilter NUMERIC_TEXT_FILTER
static final TextFilter BLANK_TEXT_FILTER
boolean accept(TextInputEvent event)
Copyright © 2015 Uqbar Project. All rights reserved.