PanelSubContainerLifecycleState

The lifecycle state of a panel sub-container.

The PanelContainerControllerAdapter controls the state. PanelSubContainerViewModel may not assume any state transitions are illegal.

Entries

Link copied to clipboard

The panel sub-container data is not yet bound to the sub-container.

Link copied to clipboard

The panel sub-container is entering the scene.

Link copied to clipboard

The panel sub-container is fully shown. This state is reached after the enter animation (if any).

Link copied to clipboard

The panel sub-container is leaving the scene.

Link copied to clipboard

The panel sub-container is not shown any longer. The state is reached after the exit animation (if any).

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.