public static class Filterable.FilterResult<T> extends Object
| Constructor and Description |
|---|
Filterable.FilterResult(T value,
String label,
String shortLabel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
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 selectedpublic String getLabel()
public T getValue()
public String getShortLabel()
public void setShortLabel(String shortLabel)
Copyright © 2014. All rights reserved.