nl.lxtreme.ols.util.swing.component
Interface JLazyComboBox.ItemProvider

Enclosing class:
JLazyComboBox

public static interface JLazyComboBox.ItemProvider

Provides a data provider for lazy loaded comboboxes.


Method Summary
 Object[] getItems()
          Returns the items.
 

Method Detail

getItems

Object[] getItems()
Returns the items.

Returns:
an array of items, cannot be null.


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.