From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-tabulator/-options-cell/cell-click.html | 14 +++ .../-tabulator/-options-cell/cell-context.html | 14 +++ .../-tabulator/-options-cell/cell-dbl-click.html | 14 +++ .../-tabulator/-options-cell/cell-dbl-tap.html | 14 +++ .../-options-cell/cell-edit-cancelled.html | 14 +++ .../-tabulator/-options-cell/cell-edited.html | 14 +++ .../-tabulator/-options-cell/cell-editing.html | 14 +++ .../-tabulator/-options-cell/cell-mouse-enter.html | 14 +++ .../-tabulator/-options-cell/cell-mouse-leave.html | 14 +++ .../-tabulator/-options-cell/cell-mouse-move.html | 14 +++ .../-tabulator/-options-cell/cell-mouse-out.html | 14 +++ .../-tabulator/-options-cell/cell-mouse-over.html | 14 +++ .../-tabulator/-options-cell/cell-tap-hold.html | 14 +++ .../-tabulator/-options-cell/cell-tap.html | 14 +++ .../-tabulator/-options-cell/index.html | 128 +++++++++++++++++++++ 15 files changed, 324 insertions(+) create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-click.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-context.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-dbl-click.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-dbl-tap.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-edit-cancelled.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-edited.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-editing.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-mouse-enter.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-mouse-leave.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-mouse-move.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-mouse-out.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-mouse-over.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-tap-hold.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-tap.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/index.html (limited to 'api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell') diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-click.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-click.html new file mode 100644 index 00000000..8d7a9662 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-options-cell/cell-click.html @@ -0,0 +1,14 @@ + + + +Tabulator.OptionsCell.cellClick - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsCell / cellClick
+
+

cellClick

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

cellContext

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

cellDblClick

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

cellDblTap

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

cellEditCancelled

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

cellEdited

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

cellEditing

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

cellMouseEnter

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

cellMouseLeave

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

cellMouseMove

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

cellMouseOut

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

cellMouseOver

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

cellTapHold

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

cellTap

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

OptionsCell

+interface OptionsCell +

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

+ + + + + + + +
+

Options

+
+interface Options : Tabulator.OptionsGeneral, Tabulator.OptionsHistory, Tabulator.OptionsLocale, Tabulator.OptionsDownload, Tabulator.OptionsColumns, Tabulator.OptionsRows, Tabulator.OptionsData, Tabulator.OptionsSorting, Tabulator.OptionsFiltering, Tabulator.OptionsRowGrouping, Tabulator.OptionsPagination, Tabulator.OptionsPersistentConfiguration, Tabulator.OptionsClipboard, Tabulator.OptionsDataTree, Tabulator.OptionsCell
+ + -- cgit