DefaultComposableStrategy
Default concrete implementation of ComposableStrategy.
This class provides a default strategy for selecting the appropriate ComposableType based on the given ViewData. It defines the lists of ComposableFrames for different parts of the UI and implements the logic to choose a ComposableType based on the type of ViewData and its properties.
See also
Inheritors
Properties
A list of ComposableFrame objects used to determine the ComposableType for the icon section.
A list of ComposableFrame objects used to determine the ComposableType for the left section.
A list of ComposableFrame objects used to determine the ComposableType for the title section.
A list of ComposableFrame objects used to determine the ComposableType for the widget section.
Functions
Selects a ComposableType based on the provided ViewData.