From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 24 Apr 2019 23:12:48 +0200 Subject: API documentation for KVision 0.0.35 --- .../-tabulator/-cell-callbacks/cell-click.html | 14 +++ .../-tabulator/-cell-callbacks/cell-context.html | 14 +++ .../-tabulator/-cell-callbacks/cell-dbl-click.html | 14 +++ .../-tabulator/-cell-callbacks/cell-dbl-tap.html | 14 +++ .../-cell-callbacks/cell-edit-cancelled.html | 14 +++ .../-tabulator/-cell-callbacks/cell-edited.html | 14 +++ .../-tabulator/-cell-callbacks/cell-editing.html | 14 +++ .../-cell-callbacks/cell-mouse-enter.html | 14 +++ .../-cell-callbacks/cell-mouse-leave.html | 14 +++ .../-cell-callbacks/cell-mouse-move.html | 14 +++ .../-tabulator/-cell-callbacks/cell-mouse-out.html | 14 +++ .../-cell-callbacks/cell-mouse-over.html | 14 +++ .../-tabulator/-cell-callbacks/cell-tap-hold.html | 14 +++ .../-tabulator/-cell-callbacks/cell-tap.html | 14 +++ .../-tabulator/-cell-callbacks/index.html | 135 +++++++++++++++++++++ 15 files changed, 331 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-click.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-context.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-click.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-tap.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edit-cancelled.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edited.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-editing.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-enter.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-leave.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-move.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-out.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-over.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap-hold.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/index.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-click.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-click.html new file mode 100644 index 00000000..88a9a9bf --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-click.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellClick - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellClick
+
+

cellClick

+ +open var cellClick: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-context.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-context.html new file mode 100644 index 00000000..9b9de939 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-context.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellContext - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellContext
+
+

cellContext

+ +open var cellContext: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-click.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-click.html new file mode 100644 index 00000000..7957d455 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-click.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellDblClick - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellDblClick
+
+

cellDblClick

+ +open var cellDblClick: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-tap.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-tap.html new file mode 100644 index 00000000..fb0c4b3a --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-tap.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellDblTap - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellDblTap
+
+

cellDblTap

+ +open var cellDblTap: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edit-cancelled.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edit-cancelled.html new file mode 100644 index 00000000..b369cac9 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edit-cancelled.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellEditCancelled - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellEditCancelled
+
+

cellEditCancelled

+ +open var cellEditCancelled: ((cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edited.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edited.html new file mode 100644 index 00000000..974c146f --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edited.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellEdited - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellEdited
+
+

cellEdited

+ +open var cellEdited: ((cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-editing.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-editing.html new file mode 100644 index 00000000..7dda330c --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-editing.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellEditing - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellEditing
+
+

cellEditing

+ +open var cellEditing: ((cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-enter.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-enter.html new file mode 100644 index 00000000..8e8cd208 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-enter.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellMouseEnter - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellMouseEnter
+
+

cellMouseEnter

+ +open var cellMouseEnter: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-leave.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-leave.html new file mode 100644 index 00000000..b02a008d --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-leave.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellMouseLeave - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellMouseLeave
+
+

cellMouseLeave

+ +open var cellMouseLeave: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-move.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-move.html new file mode 100644 index 00000000..f6d71b96 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-move.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellMouseMove - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellMouseMove
+
+

cellMouseMove

+ +open var cellMouseMove: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-out.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-out.html new file mode 100644 index 00000000..3c9096dd --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-out.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellMouseOut - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellMouseOut
+
+

cellMouseOut

+ +open var cellMouseOut: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-over.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-over.html new file mode 100644 index 00000000..89eb65d8 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-over.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellMouseOver - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellMouseOver
+
+

cellMouseOver

+ +open var cellMouseOver: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap-hold.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap-hold.html new file mode 100644 index 00000000..75730227 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap-hold.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellTapHold - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellTapHold
+
+

cellTapHold

+ +open var cellTapHold: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap.html new file mode 100644 index 00000000..20ef1594 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap.html @@ -0,0 +1,14 @@ + + + +Tabulator.CellCallbacks.cellTap - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks / cellTap
+
+

cellTap

+ +open var cellTap: ((e: Any, cell: Tabulator.CellComponent) -> Unit)? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/index.html new file mode 100644 index 00000000..c2116062 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/index.html @@ -0,0 +1,135 @@ + + + +Tabulator.CellCallbacks - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / CellCallbacks
+
+

CellCallbacks

+interface CellCallbacks +

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

cellClick

+
+open var cellClick: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellContext

+
+open var cellContext: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellDblClick

+
+open var cellDblClick: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellDblTap

+
+open var cellDblTap: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellEditCancelled

+
+open var cellEditCancelled: ((cell: Tabulator.CellComponent) -> Unit)?
+

cellEdited

+
+open var cellEdited: ((cell: Tabulator.CellComponent) -> Unit)?
+

cellEditing

+
+open var cellEditing: ((cell: Tabulator.CellComponent) -> Unit)?
+

cellMouseEnter

+
+open var cellMouseEnter: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellMouseLeave

+
+open var cellMouseLeave: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellMouseMove

+
+open var cellMouseMove: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellMouseOut

+
+open var cellMouseOut: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellMouseOver

+
+open var cellMouseOver: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellTap

+
+open var cellTap: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

cellTapHold

+
+open var cellTapHold: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?
+

Inheritors

+ + + + + + + + + + + +
+

ColumnDefinition

+
+interface ColumnDefinition : Tabulator.ColumnLayout, Tabulator.CellCallbacks
+

OptionsCells

+
+interface OptionsCells : Tabulator.CellCallbacks
+ + -- cgit