Modifier and Type | Method and Description |
---|---|
void |
TextField.enableInputFilter(TextFieldInputCharFilter filter)
Apply a filter to the input to this text field.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFieldNull.enableInputFilter(TextFieldInputCharFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
TextFieldControl.enableInputFilter(TextFieldInputCharFilter filter)
Deprecated.
|
void |
TextFieldLogic.setInputFilterSingle(TextFieldInputCharFilter filter)
Set the filter that is applied to single character 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 |
FilterAcceptDigits
This filter only accepts numeric input.
|
class |
FilterAcceptFloat
This filter only accepts a floating point value.
|
class |
FilterAcceptLetters
This filter accepts only letters
|
class |
FilterAcceptLowerCase
This filter accepts only lower case letters
|
class |
FilterAcceptNegativeDigits
This filter only accepts numeric input and the "-" character.
|
class |
FilterAcceptUpperCase
This filter accepts only upper case letters
|
Copyright © 2013. All Rights Reserved.