Source set: Common
interface AdaptStrategy
Provides the information about how the associated pane should be adapted if it cannot be displayed in its PaneAdaptedValue.Expanded state.
Functions
adapt
Source set: Common
fun adapt(): PaneAdaptedValue
Override this function to provide the resulted adapted state.
Members
Companion
Source set: Common
companion object
Properties
Hide
Source set: Common
val Hide: AdaptStrategy = BaseAdaptStrategy("Hide", PaneAdaptedValue.Hidden)
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.