Modifier and Type | Method and Description |
---|---|
TextField |
Console.getTextField()
This gives you access to the Textfield that the Console uses for text input.
|
TextField |
TextFieldChangedEvent.getTextFieldControl() |
Constructor and Description |
---|
TextFieldChangedEvent(TextField textFieldControl,
String currentText) |
Modifier and Type | Method and Description |
---|---|
TextField |
ConsoleControl.getTextField()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TextFieldNull
The NullObject in case you're requesting this control and it could not be found.
|
Modifier and Type | Class and Description |
---|---|
class |
TextFieldControl
Deprecated.
Please use
TextField when accessing NiftyControls. |
Modifier and Type | Method and Description |
---|---|
TextField |
TextFieldCreator.create(Nifty nifty,
Screen screen,
Element parent) |
Copyright © 2013. All Rights Reserved.