NullCheckBoxList

Represents whether certain values are recognized as null values for removal.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies that an empty string is considered as a null value.

Link copied to clipboard

Specifies that an integer value of -1 is considered as a null value.

Link copied to clipboard

Specifies that a value spelling out the word 'null' is considered as a null value.

Functions

Link copied to clipboard
inline fun copy(block: NullCheckBoxList.Builder.() -> Unit = {}): NullCheckBoxList
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String