LeafletPage

class LeafletPage(pointer: <Error class: unknown class><<Error class: unknown class>>)

An auxiliary class used by class@Leaflet.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adwLeafletPagePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val child: <Error class: unknown class>

The leaflet child to which the page belongs.

Link copied to clipboard
var name: String?

The name of the child page.

Link copied to clipboard

Whether the child can be navigated to when folded.

Functions

Link copied to clipboard
fun getChild(): <Error class: unknown class>

Gets the leaflet child to which @self belongs.

Link copied to clipboard
fun getName(): String?

Gets the name of @self.

Link copied to clipboard

Gets whether the child can be navigated to when folded.

Link copied to clipboard
fun setName(name: String? = null)

Sets the name of the @self.

Link copied to clipboard
fun setNavigatable(navigatable: Boolean)

Sets whether @self can be navigated to when folded.