From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- .../-field-label/get-sn-attrs.html | 2 +- .../-field-label/index.html | 34 ----------------- .../-form-control/index.html | 27 ++++++++++++++ .../-form-input/index.html | 27 ++++++++++++++ .../-help-block/index.html | 43 ---------------------- 5 files changed, 55 insertions(+), 78 deletions(-) (limited to 'api/pl.treksoft.kvision.form') diff --git a/api/pl.treksoft.kvision.form/-field-label/get-sn-attrs.html b/api/pl.treksoft.kvision.form/-field-label/get-sn-attrs.html index a71be0e1..c34e5d58 100644 --- a/api/pl.treksoft.kvision.form/-field-label/get-sn-attrs.html +++ b/api/pl.treksoft.kvision.form/-field-label/get-sn-attrs.html @@ -10,7 +10,7 @@

getSnAttrs

protected open fun getSnAttrs(): List<StringPair> -

Overrides Tag.getSnAttrs

+

Overrides Widget.getSnAttrs

Returns list of element attributes in the form of a List.

Return
list of element attributes

diff --git a/api/pl.treksoft.kvision.form/-field-label/index.html b/api/pl.treksoft.kvision.form/-field-label/index.html index 1828dc9f..fcde0391 100644 --- a/api/pl.treksoft.kvision.form/-field-label/index.html +++ b/api/pl.treksoft.kvision.form/-field-label/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -107,15 +100,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - -

getSnClass

@@ -125,15 +109,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -143,15 +118,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.form/-form-control/index.html b/api/pl.treksoft.kvision.form/-form-control/index.html index ba215b64..05587b00 100644 --- a/api/pl.treksoft.kvision.form/-form-control/index.html +++ b/api/pl.treksoft.kvision.form/-form-control/index.html @@ -178,6 +178,15 @@ +

getAttribute

+ + +abstract fun getAttribute(name: String): String? +

Returns the value of an additional attribute.

+ + + +

getElement

@@ -205,6 +214,15 @@ +

removeAttribute

+ + +abstract fun removeAttribute(name: String): Component +

Removes the value of additional attribute.

+ + + +

removeCssClass

@@ -225,6 +243,15 @@

Removes given style object from the set of CSS classes generated in html code of parent component.

+ + +

setAttribute

+ + +abstract fun setAttribute(name: String, value: String): Component +

Sets the value of additional attribute.

+ +

Extension Functions

diff --git a/api/pl.treksoft.kvision.form/-form-input/index.html b/api/pl.treksoft.kvision.form/-form-input/index.html index e1587024..c7b00081 100644 --- a/api/pl.treksoft.kvision.form/-form-input/index.html +++ b/api/pl.treksoft.kvision.form/-form-input/index.html @@ -114,6 +114,15 @@ +

getAttribute

+ + +abstract fun getAttribute(name: String): String? +

Returns the value of an additional attribute.

+ + + +

getElement

@@ -141,6 +150,15 @@ +

removeAttribute

+ + +abstract fun removeAttribute(name: String): Component +

Removes the value of additional attribute.

+ + + +

removeCssClass

@@ -161,6 +179,15 @@

Removes given style object from the set of CSS classes generated in html code of parent component.

+ + +

setAttribute

+ + +abstract fun setAttribute(name: String, value: String): Component +

Sets the value of additional attribute.

+ +

Extension Functions

diff --git a/api/pl.treksoft.kvision.form/-help-block/index.html b/api/pl.treksoft.kvision.form/-help-block/index.html index 3793b897..b801d4a1 100644 --- a/api/pl.treksoft.kvision.form/-help-block/index.html +++ b/api/pl.treksoft.kvision.form/-help-block/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

-- cgit