ComposableFactory
Factory for creating and managing composable views.
This class handles the conversion between ComposableType and integer view types, inflates composable views, and applies appropriate padding strategies.
Properties
Link copied to clipboard
The strategy used to determine the ComposableType for a given ViewData.
Link copied to clipboard
Functions
Link copied to clipboard
Returns the ComposableType for the given viewType integer. Throws InvalidParameterException if viewType is not in the composable view type range.
Link copied to clipboard
Returns the item type integer for the given ViewData, or null if not composable.
Link copied to clipboard
Inflates a composable view for the given viewType and applies the appropriate padding strategy.