public class RecordSpotlight
extends BasicContentItem
RecordSpotlightHandler output model.Record| Constructor and Description |
|---|
RecordSpotlight(RecordSpotlightConfig pConfig)
Creates the
RecordSpotlight output model, using the
type and data present in the input RecordSpotlightConfig. |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
getRecords()
The list of records.
|
NavigationAction |
getSeeAllLink()
Returns a
NavigationAction to a page with the nav state
specified by the record selection. |
void |
setRecords(List<Record> records)
Sets the list of records.
|
void |
setSeeAllLink(NavigationAction seeAllLink)
Sets the See All
NavigationAction. |
public RecordSpotlight(RecordSpotlightConfig pConfig)
RecordSpotlight output model, using the
type and data present in the input RecordSpotlightConfig.public NavigationAction getSeeAllLink()
NavigationAction to a page with the nav state
specified by the record selection. If the record
selection is specified by a list of Record specs,
this method returns null. This method will also
return null if the see all link is not configured
(RecordSpotlightConfig.getSeeAllLinkText() is null).public void setSeeAllLink(NavigationAction seeAllLink)
NavigationAction.Copyright © 2019, Oracle and/or its affiliates. All rights reserved.