Package-level declarations
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
CSS flexbox/grid content alignment options.
CSS flexbox/grid items alignments options.
Type-safe definition of CSS background.
Definitions of CSS border styles.
Type-safe definition of CSS box shadow.
A builder in order to create a set of CSS-classes
CSS flexbox directions.
Definitions of CSS font variant options.
Definitions of CSS font weight options.
CSS grid flow options.
CSS style object that inherits all properties from its parent.
CSS flexbox/grid content justification options.
CSS grid items justification options.
Definitions of CSS outline styles.
Definitions of CSS overflow-wrap options.
Popover options.
Helper type used to define CSS classes.
Helper type used to define CSS style attributes.
Base class for components supporting CSS styling.
Type-safe definition of CSS text decoration.
Definitions of CSS text decoration line options.
Definitions of CSS text decoration style options.
Definitions of CSS text overflow options.
Definitions of CSS text transform options.
Type-safe definition of CSS transition.
Definitions of CSS unicode-bidi options.
Definitions of CSS vertical align options.
Definitions of CSS white space options.
This class allows to wrap a component into separately styled DIV element.
Functions
Disables popover for the current widget.
Disables tooltip for the current widget.
Enables popover for the current widget.
Enables tooltip for the current widget.
Returns JQuery element bound to the current component.
Returns JQuery element bound to the current component as a dynamic type.
Hides popover for the current widget.
Hides tooltip for the current widget.
DSL builder extension function for cascading styles.
DSL builder extension function.
Helper function for defining jquery event types.
Helper function for defining jquery event types with additional argument.
Helper function for defining jquery event types with additional arguments.
An extension function for defining on click suspending event handlers.
An extension function for defining on click suspending event handlers for Buttons.
Shows popover for the current widget.
Shows tooltip for the current widget.
DSL builder extension function.
DSL builder extension function for cascading styles.
Convert PopoverOptions to JavaScript JSON object.
Convert TooltipOptions to JavaScript JSON object.