javadoc
1.8.20a-SNAPSHOT
jvm
javadoc
/
org.jetbrains.dokka.javadoc.pages
/
LeafListNode
Leaf
List
Node
data
class
LeafListNode
(
val
tabTitle
:
String
,
val
colTitle
:
String
,
val
entries
:
List
<
JavadocListEntry
>
,
val
dri
:
Set
<
DRI
>
,
val
kind
:
Kind
,
val
sourceSets
:
Set
<
DisplaySourceSet
>
)
:
JavadocContentNode
Members
Constructors
Leaf
List
Node
Link copied to clipboard
constructor
(
tabTitle
:
String
,
colTitle
:
String
,
entries
:
List
<
JavadocListEntry
>
,
dri
:
Set
<
DRI
>
,
kind
:
Kind
,
sourceSets
:
Set
<
DisplaySourceSet
>
)
Properties
children
Link copied to clipboard
open
override
val
children
:
List
<
ContentNode
>
col
Title
Link copied to clipboard
val
colTitle
:
String
dci
Link copied to clipboard
open
override
val
dci
:
DCI
dri
Link copied to clipboard
val
dri
:
Set
<
DRI
>
entries
Link copied to clipboard
val
entries
:
List
<
JavadocListEntry
>
extra
Link copied to clipboard
open
override
val
extra
:
PropertyContainer
<
ContentNode
>
kind
Link copied to clipboard
val
kind
:
Kind
source
Sets
Link copied to clipboard
open
override
val
sourceSets
:
Set
<
DisplaySourceSet
>
style
Link copied to clipboard
open
override
val
style
:
Set
<
Style
>
tab
Title
Link copied to clipboard
val
tabTitle
:
String
Functions
has
Any
Content
Link copied to clipboard
open
override
fun
hasAnyContent
(
)
:
Boolean
with
New
Extras
Link copied to clipboard
open
override
fun
withNewExtras
(
newExtras
:
PropertyContainer
<
ContentNode
>
)
:
ContentNode
with
Source
Sets
Link copied to clipboard
open
override
fun
withSourceSets
(
sourceSets
:
Set
<
DisplaySourceSet
>
)
:
LeafListNode