Uses of Interface
org.jminor.common.model.combobox.FilteredComboBoxModel

Packages that use FilteredComboBoxModel
org.jminor.common.model.combobox   
org.jminor.framework.client.model   
 

Uses of FilteredComboBoxModel in org.jminor.common.model.combobox
 

Classes in org.jminor.common.model.combobox that implement FilteredComboBoxModel
 class DefaultFilteredComboBoxModel<T>
          A default FilteredComboBoxModel implementation.
 

Uses of FilteredComboBoxModel in org.jminor.framework.client.model
 

Subinterfaces of FilteredComboBoxModel in org.jminor.framework.client.model
 interface EntityComboBoxModel
          Specifies a ComboBoxModel containing entities.
 

Classes in org.jminor.framework.client.model that implement FilteredComboBoxModel
 class DefaultEntityComboBoxModel
          A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.
 class DefaultPropertyComboBoxModel
          A combo box model based on a single entity property.
 

Methods in org.jminor.framework.client.model that return FilteredComboBoxModel
 FilteredComboBoxModel EntityEditModel.createPropertyComboBoxModel(Property.ColumnProperty property, EventObserver refreshEvent, String nullValueString)
          Creates a combo box model containing the current values of the given property
 FilteredComboBoxModel DefaultEntityEditModel.createPropertyComboBoxModel(Property.ColumnProperty property, EventObserver refreshEvent, String nullValueString)
          Creates a combo box model containing the current values of the given property
 FilteredComboBoxModel EntityEditModel.getPropertyComboBoxModel(Property.ColumnProperty property)
           
 FilteredComboBoxModel DefaultEntityEditModel.getPropertyComboBoxModel(Property.ColumnProperty property)
          
 FilteredComboBoxModel EntityEditModel.initializePropertyComboBoxModel(Property.ColumnProperty property, EventObserver refreshEvent, String nullValueString)
           
 FilteredComboBoxModel DefaultEntityEditModel.initializePropertyComboBoxModel(Property.ColumnProperty property, EventObserver refreshEvent, String nullValueString)