The class that provides motion settings for three pane scaffolds like ListDetailPaneScaffold and SupportingPaneScaffold.

Summary

Public companion properties

ThreePaneMotion

A default ThreePaneMotion instance that specifies no motions.

Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
operator PaneMotion

Gets the specified PaneMotion of a given pane role.

Cmn
open Int
Cmn
open String
Cmn

Public companion properties

NoMotion

val NoMotionThreePaneMotion

A default ThreePaneMotion instance that specifies no motions.

Public functions

equals

open operator fun equals(other: Any?): Boolean

get

operator fun get(role: ThreePaneScaffoldRole): PaneMotion

Gets the specified PaneMotion of a given pane role.

Parameters
role: ThreePaneScaffoldRole

the specified role of the pane, see ListDetailPaneScaffoldRole and SupportingPaneScaffoldRole.

hashCode

open fun hashCode(): Int

toString

open fun toString(): String