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

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

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

Methods in org.jminor.framework.client.ui that return EntityLookupField
static EntityLookupField EntityUiUtil.createEntityLookupField(Property.ForeignKeyProperty foreignKeyProperty, EntityEditModel editModel)
           
static EntityLookupField EntityUiUtil.createEntityLookupField(Property.ForeignKeyProperty foreignKeyProperty, EntityEditModel editModel, Criteria additionalSearchCriteria, String... searchPropertyIDs)
           
static EntityLookupField EntityUiUtil.createEntityLookupField(Property.ForeignKeyProperty foreignKeyProperty, EntityEditModel editModel, String... searchPropertyIDs)
           
protected  EntityLookupField EntityEditPanel.createEntityLookupField(Property.ForeignKeyProperty foreignKeyProperty, String... searchPropertyIDs)
          Creates an EntityLookupField bound to the given foreign key property
protected  EntityLookupField EntityEditPanel.createEntityLookupField(String foreignKeyPropertyID)
          Creates an EntityLookupField bound to the property identified by propertyID, the property must be an Property.ForeignKeyProperty
protected  EntityLookupField EntityEditPanel.createEntityLookupField(String foreignKeyPropertyID, String... searchPropertyIDs)
          Creates an EntityLookupField bound to the property identified by propertyID, the property must be an Property.ForeignKeyProperty
 EntityLookupField EntityLookupField.setDefaultBackgroundColor(Color defaultBackgroundColor)
           
 EntityLookupField EntityLookupField.setEnterAction(Action enterAction)
           
 EntityLookupField EntityLookupField.setTransferFocusOnEnter()
          Activates the transferral of focus on ENTER, N.B. uses the enter action
 

Methods in org.jminor.framework.client.ui with parameters of type EntityLookupField
static JPanel EntityUiUtil.createLookupFieldPanel(EntityLookupField lookupField, EntityTableModel tableModel)