Package io. kvision. core
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.
Types
Functions
add Bs Bg Color
Link copied to clipboard
add Bs Border
Link copied to clipboard
add Bs Clearfix
Link copied to clipboard
add Bs Color
Link copied to clipboard
add Bs Rounded
Link copied to clipboard
disable Popover
Link copied to clipboard
Disables popover for the current widget.
disable Tooltip
Link copied to clipboard
Disables tooltip for the current widget.
enable Popover
Link copied to clipboard
fun Widget.enablePopover(options: PopoverOptions = PopoverOptions()): Widget
Content copied to clipboard
Enables popover for the current widget.
enable Tooltip
Link copied to clipboard
fun Widget.enableTooltip(options: TooltipOptions = TooltipOptions()): Widget
Content copied to clipboard
Enables tooltip for the current widget.
hide Popover
Link copied to clipboard
Hides popover for the current widget.
hide Tooltip
Link copied to clipboard
Hides tooltip for the current widget.
remove Bs Bg Color
Link copied to clipboard
remove Bs Border
Link copied to clipboard
remove Bs Clearfix
Link copied to clipboard
remove Bs Color
Link copied to clipboard
remove Bs Rounded
Link copied to clipboard
show Popover
Link copied to clipboard
Shows popover for the current widget.
show Tooltip
Link copied to clipboard
Shows tooltip for the current widget.
to Js
Link copied to clipboard
Convert PopoverOptions to JavaScript JSON object.
Convert TooltipOptions to JavaScript JSON object.