| Package | Description |
|---|---|
| de.lessvoid.nifty.controls | |
| de.lessvoid.nifty.controls.textfield | |
| de.lessvoid.nifty.controls.textfield.format |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TextField.setFormat(TextFieldDisplayFormat format) |
Apply a display format to this text field.
|
| Modifier and Type | Method | Description |
|---|---|---|
TextFieldDisplayFormat |
TextFieldLogic.getFormat() |
Get the format that currently applies to the displayed text of this text field.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TextFieldControl.setFormat(TextFieldDisplayFormat format) |
Deprecated.
|
void |
TextFieldLogic.setFormat(TextFieldDisplayFormat newFormat) |
Set the format that is applied to the text field.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FormatPassword |
This format is used to generate a password field.
|
class |
FormatPlain |
This is the implicit default format.
|
Copyright © 2018. All rights reserved.