TriState

abstract class TriState(name: String, state: Int = STATE_IGNORE) : AnimeFilter<Int> (source)

A enhanced checkbox control that supports an excluding state. The state can be compared with STATE_IGNORE, STATE_INCLUDE and STATE_EXCLUDE constants of the class.

Constructors

Link copied to clipboard
constructor(name: String, state: Int = STATE_IGNORE)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
var state: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard