Uses of Class
org.jminor.framework.client.ui.EntityComboBox

Packages that use EntityComboBox
org.jminor.framework.client.ui   
 

Uses of EntityComboBox in org.jminor.framework.client.ui
 

Methods in org.jminor.framework.client.ui that return EntityComboBox
protected  EntityComboBox EntityEditPanel.createEntityComboBox(Property.ForeignKeyProperty foreignKeyProperty)
          Creates an EntityComboBox bound to the given foreign key property
static EntityComboBox EntityUiUtil.createEntityComboBox(Property.ForeignKeyProperty foreignKeyProperty, EntityEditModel editModel)
           
static EntityComboBox EntityUiUtil.createEntityComboBox(Property.ForeignKeyProperty foreignKeyProperty, EntityEditModel editModel, StateObserver enabledState)
           
protected  EntityComboBox EntityEditPanel.createEntityComboBox(Property.ForeignKeyProperty foreignKeyProperty, StateObserver enabledState)
          Creates an EntityComboBox bound to the given foreign key property
protected  EntityComboBox EntityEditPanel.createEntityComboBox(String foreignKeyPropertyID)
          Creates an EntityComboBox bound to the property identified by propertyID
protected  EntityComboBox EntityEditPanel.createEntityComboBox(String foreignKeyPropertyID, StateObserver enabledState)
          Creates a EntityComboBox bound to the property identified by propertyID
 EntityComboBox EntityComboBox.createForeignKeyFilterComboBox(String foreignKeyPropertyID)
           
 

Methods in org.jminor.framework.client.ui with parameters of type EntityComboBox
static JPanel EntityUiUtil.createEntityComboBoxFilterPanel(EntityComboBox entityComboBox, String foreignKeyPropertyID, boolean filterButtonTakesFocus)
           
static JPanel EntityUiUtil.createEntityComboBoxPanel(EntityComboBox entityComboBox, EntityPanelProvider panelProvider, boolean newRecordButtonTakesFocus)