| Package | Description |
|---|---|
| de.lessvoid.nifty.controls | |
| de.lessvoid.nifty.controls.textfield | |
| de.lessvoid.nifty.controls.textfield.filter.delete |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TextField.enableDeleteFilter(TextFieldDeleteFilter filter) |
Apply a filter to the delete operation on this text field.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TextFieldControl.enableDeleteFilter(TextFieldDeleteFilter filter) |
Deprecated.
|
void |
TextFieldLogic.setDeleteFilter(TextFieldDeleteFilter filter) |
Set the filter that is applied to delete operations.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FilterDeleteAll |
This delete filter is the default filter that simply delete all characters requested without asking further
questions.
|
Copyright © 2018. All rights reserved.