| Package | Description |
|---|---|
| de.lessvoid.nifty.controls | |
| de.lessvoid.nifty.controls.textfield | |
| de.lessvoid.nifty.controls.textfield.filter.input |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TextField.enableInputFilter(TextFieldInputCharSequenceFilter filter) |
Apply a filter to the input to this text field.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
interface |
TextFieldInputFilter |
This is the general input filter for a text field.
|
| Modifier and Type | Class | 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 © 2018. All rights reserved.