SchemaProvider

Functions

Link copied to clipboard
abstract fun <T : Property> getPropertyByControl(control: Control): T

Get schema property from the key contained in a Control.

Link copied to clipboard
abstract fun isLastField(control: Control): Boolean

Check if the control is the last field in the ui-schema.

Link copied to clipboard
abstract fun propertyIsRequired(control: Control, data: Map<String, Any?>): Boolean

Check if the control is specified as required in schema.