VisualEditor
The following are constructors for DataRow.
public DataRow(String label, Object value, Boolean selected)
public DataRow(String label, Object value)
The following are methods for DataRow.
public Object clone()
Type: Object
public Integer compareTo(VisualEditor.DataRow o)
Type: Integer
Returns one of the following values:
public String getLabel()
Type: String
public Object getValue()
public Boolean isSelected()
Type: Boolean