Companion

object Companion

The companion object of Component.

Functions

Link copied to clipboard
@JvmStatic
fun isCloneable(componentClass: Class<out Component>): Boolean

Checks if the component class is cloneable.

Link copied to clipboard
@JvmStatic
fun register(clazz: Class<out Component>)

Registers a custom component class.

Link copied to clipboard
@JvmStatic
fun unregister(clazz: Class<out Component>)

Unregisters a previously registered custom component class.