imageView
Add an ImageView to this container.
Return
the control added.
Create an ImageView with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.imageView(image: Image? = null, configuration: ImageView.() -> Unit): ImageView
inline fun NodeContainer.imageView(imageUrl: String, configuration: ImageView.() -> Unit): ImageView
Add an ImageView with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.