styledCustomPasswordField
inline 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.
inline fun NodeContainer.styledCustomPasswordField(vararg styleClass: String, id: String? = null): CustomPasswordField
Add a styled CustomPasswordField to this container.
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 NodeContainer.styledCustomPasswordField(vararg styleClass: String, id: String? = null, configuration: CustomPasswordField.() -> Unit): CustomPasswordField
Add a styled CustomPasswordField with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.