FormatPassword, FormatPlainpublic interface TextFieldDisplayFormat
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.CharSequence |
getDisplaySequence(java.lang.CharSequence original,
int start,
int end) |
Get a part of the original text converted into the one that is supposed to be displayed.
|
@Nonnull
java.lang.CharSequence getDisplaySequence(@Nonnull
java.lang.CharSequence original,
int start,
int end)
original - the original textstart - the index of the first character that should be convertedend - the index of the first character after the area that should be convertedCopyright © 2018. All rights reserved.