The following are constructors for DynamicPickListRows.
public DynamicPickListRows(List<VisualEditor.DataRow> rows, Boolean containsAllRows)
public DynamicPickListRows(List<VisualEditor.DataRow> rows)
The following are methods for DynamicPickListRows.
public void addAllRows(List<VisualEditor.DataRow> rows)
Type: void
public void addRow(VisualEditor.DataRow row)
Type: void
public Boolean containsAllRows()
Type: Boolean
A picklist in a Lightning component can display only the first 200 values of a list. If containsAllRows is set to false, when a user does a type-ahead search to find values in the picklist, the search will only look at those first 200 values that were displayed, not the complete set of picklist values.
public VisualEditor.DataRow get(Integer i)
Type: VisualEditor.DataRow
public List<VisualEditor.DataRow> getDataRows()
Type: List VisualEditor.DataRow
public void setContainsAllRows(Boolean containsAllRows)
Type: void