styledJfxTreeViewPath
inline fun styledJfxTreeViewPath(treeView: TreeView<*>? = null, vararg styleClass: String, id: String? = null): JFXTreeViewPath
Create a styled JFXTreeViewPath.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun NodeContainer.styledJfxTreeViewPath(treeView: TreeView<*>? = null, vararg styleClass: String, id: String? = null): JFXTreeViewPath
Add a styled JFXTreeViewPath to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledJfxTreeViewPath(treeView: TreeView<*>? = null, vararg styleClass: String, id: String? = null, configuration: JFXTreeViewPath.() -> Unit): JFXTreeViewPath
Create a styled JFXTreeViewPath 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.styledJfxTreeViewPath(treeView: TreeView<*>? = null, vararg styleClass: String, id: String? = null, configuration: JFXTreeViewPath.() -> Unit): JFXTreeViewPath
Add a styled JFXTreeViewPath 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.