propertySheet

inline fun NodeContainer.propertySheet(items: ObservableList<PropertySheet.Item>? = null): PropertySheet

Add a PropertySheet to this container.

Return

the control added.


inline fun propertySheet(items: ObservableList<PropertySheet.Item>? = null, configuration: PropertySheet.() -> Unit): PropertySheet

Create a PropertySheet with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeContainer.propertySheet(items: ObservableList<PropertySheet.Item>? = null, configuration: PropertySheet.() -> Unit): PropertySheet

Add a PropertySheet with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.