global class DynamicPickListRows { global DynamicPickListRows(List rows, Boolean containsAllRows) { } global DynamicPickListRows(List rows) { } global DynamicPickListRows() { } global void addAllRows(List rows) { } global void addRow(VisualEditor.DataRow row) { } global Object clone() { } global Boolean containsAllRows() { } global VisualEditor.DataRow get(Integer i) { } global List getDataRows() { } global void setContainsAllRows(Boolean containsAllRows) { } global Integer size() { } global void sort() { } }