Modifier and Type | Method and Description |
---|---|
void |
TextField.enableDeleteFilter(TextFieldDeleteFilter filter)
Apply a filter to the delete operation on this text field.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFieldNull.enableDeleteFilter(TextFieldDeleteFilter filter) |
Modifier and Type | Method and 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 and Description |
---|---|
class |
FilterDeleteAll
This delete filter is the default filter that simply delete all characters requested without asking further
questions.
|
Copyright © 2013. All Rights Reserved.