- Type Parameters:
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...).
- Since:
- Nov 26, 2007 (1.0.4)
- Author:
- costing