rating

fun NodeManager.rating(max: Int = 5, rating: Int = -1): Rating

Add a Rating to this manager.

Return

the control added.


inline fun rating(max: Int = 5, rating: Int = -1, configuration: Rating.() -> Unit): Rating

Create a Rating with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.rating(max: Int = 5, rating: Int = -1, configuration: Rating.() -> Unit): Rating

Add a Rating with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.