kvision-bootstrap-typeahead
/
io.kvision.form.text
/
DataType
Data
Type
enum
DataType
:
Enum
<
DataType
>
Content copied to clipboard
Data type for the AJAX call.
Entries
Functions
Properties
Entries
JSON
Link copied to clipboard
JSON
("json")
Content copied to clipboard
JSONP
Link copied to clipboard
JSONP
("jsonp")
Content copied to clipboard
XML
Link copied to clipboard
XML
("xml")
Content copied to clipboard
TEXT
Link copied to clipboard
TEXT
("text")
Content copied to clipboard
SCRIPT
Link copied to clipboard
SCRIPT
("script")
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
operator override fun
compareTo
(other:
DataType
):
Int
Content copied to clipboard
equals
Link copied to clipboard
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard