Validator

interface Validator

Interface for validating table cells. Implementations of this interface should provide specific validation logic.

Functions

Link copied to clipboard
open fun validate(tableCell: TableCell): ValidationResult

Validates the given tableCell.