Modifier and Type | Method and Description |
---|---|
void |
TextField.enableInputFilter(TextFieldInputCharSequenceFilter filter)
Apply a filter to the input to this text field.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFieldNull.enableInputFilter(TextFieldInputCharSequenceFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
TextFieldControl.enableInputFilter(TextFieldInputCharSequenceFilter filter)
Deprecated.
|
void |
TextFieldLogic.setInputFilterSequence(TextFieldInputCharSequenceFilter filter)
Set the filter that is applied to character sequence inputs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextFieldInputFilter
This is the general input filter for a text field.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterAcceptAll
This is the implicit default input filter that simply allows all input operations.
|
class |
FilterAcceptRegex
This filter applies a regular expression to the characters insert into the text field.
|
Copyright © 2013. All Rights Reserved.