|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cruxframework.crux.widgets.client.filter.Filterable.FilterResult<T>
public static class Filterable.FilterResult<T>
A single result of a filtering operation.
| Constructor Summary | |
|---|---|
Filterable.FilterResult(T value,
String label,
String shortLabel)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getLabel()
Returns the label of the result. |
String |
getShortLabel()
|
T |
getValue()
Returns the filterable's item bound in this result. |
void |
setShortLabel(String shortLabel)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filterable.FilterResult(T value,
String label,
String shortLabel)
label - A label to be shown in the suggestion panelvalue - The value to be bound to this itemshortLabel - A short label to be displayed on the filter box when this result is selected| Method Detail |
|---|
public String getLabel()
public T getValue()
public String getShortLabel()
public void setShortLabel(String shortLabel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||