|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
K - key type (usually Integer or String)V - value type (usually String)public interface Option<K,V>
Each option is identified by a key (unique or not) and a value that is to be displayed. The key is what will be sent to the server. The optional level will be used to indent options, for example when you display a tree (categories...).
| Method Summary | |
|---|---|
K |
getKey()
Get the identifier for this entry |
int |
getLevel()
Indentation level (>= 0) |
V |
getValue()
Get the value to be displayed |
| Method Detail |
|---|
K getKey()
V getValue()
int getLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||