Known direct subclasses
AdaptStrategy.Reflow

Indicate the associated pane should be reflowed when certain conditions are met.


Provides the information about how the associated pane should be adapted if not all panes can be displayed in the PaneAdaptedValue.Expanded state.

Summary

Nested types

Indicate the associated pane should be reflowed when certain conditions are met.

Public companion properties

AdaptStrategy

The default AdaptStrategy that suggests the layout to hide the associated pane when it has to be adapted, i.e., cannot be displayed in its PaneAdaptedValue.Expanded state.

Cmn

Public functions

open PaneAdaptedValue

This function is deprecated. This function is deprecated in favor of directly using the info carried by the strategy instances to make adaptation decisions.

Cmn

Public companion properties

Hide

val HideAdaptStrategy

The default AdaptStrategy that suggests the layout to hide the associated pane when it has to be adapted, i.e., cannot be displayed in its PaneAdaptedValue.Expanded state.

Public functions

adapt

open fun adapt(): PaneAdaptedValue

Override this function to provide the resulted adapted state.