styledCustomPasswordField

fun styledCustomPasswordField(vararg styleClass: String, id: String? = null): CustomPasswordField

Create a styled CustomPasswordField.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledCustomPasswordField(vararg styleClass: String, id: String? = null): CustomPasswordField

Add a styled CustomPasswordField to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


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

Create a styled CustomPasswordField 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.styledCustomPasswordField(vararg styleClass: String, id: String? = null, configuration: CustomPasswordField.() -> Unit): CustomPasswordField

Add a styled CustomPasswordField 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.