SelectWidthType

enum SelectWidthType : Enum<SelectWidthType>

Select width types. See Bootstrap Select width.

Entries

AUTO
Link copied to clipboard
AUTO("auto")
FIT
Link copied to clipboard
FIT("fit")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: SelectWidthType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int