public class BusinessObjectSelectItem extends BaseSelectItem implements ExpressionBrowserSelectItem, java.lang.Comparable
Constructor and Description |
---|
BusinessObjectSelectItem(Row row) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.String key)
Implement logic to use be used to sort the Object List collection.
|
java.lang.String |
getDisplayLabel() |
getLabel, getValue, isDisabled, setDisabled, setLabel, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
public BusinessObjectSelectItem(Row row)
public java.lang.String getDisplayLabel()
getDisplayLabel
in interface ExpressionBrowserSelectItem
public boolean equals(java.lang.String key)
ExpressionBrowserSelectItem
equals
in interface ExpressionBrowserSelectItem
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable