lazyj.widgets
Interface OptionProvider<K,V>

Type Parameters:
K - key type (usually Integer or String)
V - value type (usually String)
All Known Implementing Classes:
BasicDBOptionList, DBOptionList, Tree

public interface OptionProvider<K,V>

Simple interface implemented by all the classes that can provide a list of options.

Since:
Nov 26, 2007 (1.0.4)
Author:
costing

Method Summary
 java.util.Collection<Option<K,V>> getOptions()
          Get the collection of options.
 

Method Detail

getOptions

java.util.Collection<Option<K,V>> getOptions()
Get the collection of options.

Returns:
the options