Indicates that the associated pane should be reflowed to its targetPane, i.e., it will be displayed under the target pane.

Summary

Public constructors

Reflowed(targetPane: Any)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

Public properties

Any

the target pane of the reflowing, i.e., the pane that the reflowed pane will be put under.

Cmn

Public constructors

Reflowed

Reflowed(targetPane: Any)
Parameters
targetPane: Any

the target pane of the reflowing, i.e., the pane that the reflowed pane will be put under.

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

targetPane

val targetPaneAny

the target pane of the reflowing, i.e., the pane that the reflowed pane will be put under.