|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.model.SelectItem
com.esri.gpt.framework.jsf.SelectItemComparable
public class SelectItemComparable
The Class SelectItemComparable.
| Constructor Summary | |
|---|---|
SelectItemComparable(String value)
Instantiates a new select item comparable. |
|
SelectItemComparable(String value,
String label)
Instantiates a new select item comparable. |
|
SelectItemComparable(String value,
String label,
String description)
Instantiates a new select item comparable. |
|
SelectItemComparable(String value,
String label,
String description,
boolean disabled)
Instantiates a new select item comparable. |
|
| Method Summary | |
|---|---|
int |
compareTo(SelectItem o)
Compare To |
| Methods inherited from class javax.faces.model.SelectItem |
|---|
getDescription, getLabel, getValue, isDisabled, isEscape, isNoSelectionOption, setDescription, setDisabled, setEscape, setLabel, setNoSelectionOption, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectItemComparable(String value,
String label)
value - the valuelabel - the labelpublic SelectItemComparable(String value)
value - the value
public SelectItemComparable(String value,
String label,
String description)
value - the valuelabel - the labeldescription - the description
public SelectItemComparable(String value,
String label,
String description,
boolean disabled)
value - the valuelabel - the labeldescription - the descriptiondisabled - the disabled| Method Detail |
|---|
public int compareTo(SelectItem o)
compareTo in interface Comparable<SelectItem>o - Selected Item to compare against
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||