@Beta public class ListContent extends Object
Constructor and Description |
---|
ListContent() |
Modifier and Type | Method and Description |
---|---|
List<Button> |
getButtons()
Function returns the buttons which are contained in this list.
|
List<CardContent> |
getElements()
Function returns all the cards in this list.
|
void |
setButtons(List<Button> buttons)
This function allows to set the buttons which should be displayed.
|
void |
setElements(List<CardContent> elements)
Allows to set a List of cards to be part of this list.
|
@Nullable public List<CardContent> getElements()
public void setElements(@Nonnull List<CardContent> elements)
elements
- takes a list with card content elements@Nullable public List<Button> getButtons()
Copyright © 2020 SAP SE. All rights reserved.