customTextField
Add a CustomTextField to this container.
Return
the control added.
Create a CustomTextField with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.customTextField(configuration: CustomTextField.() -> Unit): CustomTextField
Add a CustomTextField with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.