KVision core classes. This includes base interfaces for all components, CSS enums (for colors, borders, backgrounds, fonts, text and position) and the main Widget class.
class Background
Type-safe definition of CSS background. |
|
enum class BgAttach
Definitions of CSS background attachment options. |
|
enum class BgClip
Definitions of CSS background clipping options. |
|
enum class BgOrigin
Definitions of CSS background origin options. |
|
enum class BgRepeat
Definitions of CSS background repeat options. |
|
enum class BgSize
Definitions of CSS background size. |
|
class Border
Type-safe definition of CSS border. |
|
enum class BorderStyle
Definitions of CSS border styles. |
|
enum class Clear
Definitions of CSS clear options. |
|
enum class Col
Definitions of CSS color names. |
|
class Color
Type-safe definition of CSS color. |
|
interface Component
Base interface for all components. |
|
interface Container : Component
Base interface for all containers. |
|
enum class Direction
Definitions of CSS text direction options. |
|
enum class Display
Definitions of CSS display options. |
|
enum class FontStyle
Definitions of CSS font style options. |
|
enum class FontVariant
Definitions of CSS font variant options. |
|
enum class FontWeight
Definitions of CSS font weight options. |
|
enum class LineBreak
Definitions of CSS line-break options. |
|
enum class Overflow
Definitions of CSS overflow options. |
|
enum class OverflowWrap
Definitions of CSS overflow-wrap options. |
|
enum class Placement
Tooltip / Popover placements. |
|
data class PopoverOptions
Popover options. |
|
enum class PosFloat
Definitions of CSS float options. |
|
enum class Position
Definitions of CSS position options. |
|
enum class Resize
Definitions of CSS resize options. |
|
open class Style : StyledComponent
CSS style object. |
|
abstract class StyledComponent
Base class for components supporting CSS styling. |
|
enum class TextAlign
Definitions of CSS text align options. |
|
class TextDecoration
Type-safe definition of CSS text decoration. |
|
enum class TextDecorationLine
Definitions of CSS text decoration line options. |
|
enum class TextDecorationStyle
Definitions of CSS text decoration style options. |
|
enum class TextOverflow
Definitions of CSS text overflow options. |
|
class TextShadow
Type-safe definition of CSS text shadow. |
|
enum class TextTransform
Definitions of CSS text transform options. |
|
data class TooltipOptions
Tooltip options. |
|
enum class Trigger
Tooltip / Popover triggers. |
|
enum class UnicodeBidi
Definitions of CSS unicode-bidi options. |
|
enum class UNIT
Definitions of CSS units. |
|
enum class VerticalAlign
Definitions of CSS vertical align options. |
|
enum class WhiteSpace
Definitions of CSS white space options. |
|
open class Widget : StyledComponent, Component
Base widget class. The parent of all component classes. |
|
open class WidgetWrapper : SimplePanel
This class allows to wrap a component into separately styled DIV element. |
|
enum class WordBreak
Definitions of CSS word-break options. |
typealias CssSize = Pair<Number, UNIT>
This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.). |
|
typealias ResString = String
This type is used for accessing resources with CommonJS require function. |
|
typealias StringBoolPair = Pair<String, Boolean>
Helper type used to define CSS classes. |
|
typealias StringPair = Pair<String, String>
Helper type used to define CSS style attributes. |
fun TooltipOptions.toJs(): dynamic
Convert TooltipOptions to JavaScript JSON object. fun PopoverOptions.toJs(): dynamic
Convert PopoverOptions to JavaScript JSON object. |