Package knf.hydra.core.models
Class ContentData.Multiple
-
- All Implemented Interfaces:
public final class ContentData.Multiple extends ContentData
Multiple model, used to show a list of items
The list selector will only show when there is 2 or more elements on the list.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Flow<List<ContentList>>contentLists
-
Constructor Summary
Constructors Constructor Description ContentData.Multiple(String name, Flow<List<ContentList>> contentLists)
-
Method Summary
Modifier and Type Method Description final StringgetName()final Flow<List<ContentList>>getContentLists()-
-
Constructor Detail
-
ContentData.Multiple
ContentData.Multiple(String name, Flow<List<ContentList>> contentLists)
-
-
Method Detail
-
getContentLists
final Flow<List<ContentList>> getContentLists()
-
-
-
-