jfxTextField
Add a JFXTextField to this container.
Return
the control added.
Create a JFXTextField with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.jfxTextField(text: String = "", configuration: JFXTextField.() -> Unit): JFXTextField
Add a JFXTextField with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.