styledJFXPasswordField

fun styledJFXPasswordField(vararg styleClass: String, id: String? = null): JFXPasswordField

Create a styled JFXPasswordField.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXPasswordField(vararg styleClass: String, id: String? = null): JFXPasswordField

Add a styled JFXPasswordField to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledJFXPasswordField(vararg styleClass: String, id: String? = null, configuration: JFXPasswordField.() -> Unit): JFXPasswordField

Create a styled JFXPasswordField with configuration block.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.


inline fun NodeManager.styledJFXPasswordField(vararg styleClass: String, id: String? = null, configuration: JFXPasswordField.() -> Unit): JFXPasswordField

Add a styled JFXPasswordField with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.