Uses of Interface
org.jminor.framework.client.model.EntityLookupModel

Packages that use EntityLookupModel
org.jminor.framework.client.model   
org.jminor.framework.client.ui   
 

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

Classes in org.jminor.framework.client.model that implement EntityLookupModel
 class DefaultEntityLookupModel
          A default EntityLookupModel implementation
 

Methods in org.jminor.framework.client.model that return EntityLookupModel
 EntityLookupModel EntityEditModel.createEntityLookupModel(String entityID, List<Property.ColumnProperty> lookupProperties, Criteria additionalSearchCriteria)
          Creates a EntityLookupModel for the given entityID
 EntityLookupModel DefaultEntityEditModel.createEntityLookupModel(String entityID, List<Property.ColumnProperty> lookupProperties, Criteria additionalSearchCriteria)
          Creates a EntityLookupModel for the given entityID
 EntityLookupModel ForeignKeySearchModel.getEntityLookupModel()
           
 EntityLookupModel DefaultForeignKeySearchModel.getEntityLookupModel()
          
 EntityLookupModel EntityLookupModel.setAdditionalLookupCriteria(Criteria additionalLookupCriteria)
          Sets the additional lookup criteria to use when performing the lookup.
 EntityLookupModel DefaultEntityLookupModel.setAdditionalLookupCriteria(Criteria additionalLookupCriteria)
          Sets the additional lookup criteria to use when performing the lookup.
 EntityLookupModel EntityLookupModel.setCaseSensitive(boolean caseSensitive)
          Specifies whether or not this lookup model should be case sensitive
 EntityLookupModel DefaultEntityLookupModel.setCaseSensitive(boolean caseSensitive)
          Specifies whether or not this lookup model should be case sensitive
 EntityLookupModel EntityLookupModel.setMultipleValueSeparator(String multipleValueSeparator)
          Sets the string to use to separate multiple values when shown as a string
 EntityLookupModel DefaultEntityLookupModel.setMultipleValueSeparator(String multipleValueSeparator)
          Sets the string to use to separate multiple values when shown as a string
 EntityLookupModel EntityLookupModel.setWildcard(String wildcard)
          Sets the wildcard to use
 EntityLookupModel DefaultEntityLookupModel.setWildcard(String wildcard)
          Sets the wildcard to use
 EntityLookupModel EntityLookupModel.setWildcardPostfix(boolean wildcardPostfix)
          Specifies whether or not to automatically append a wildcard to the search string
 EntityLookupModel DefaultEntityLookupModel.setWildcardPostfix(boolean wildcardPostfix)
          Specifies whether or not to automatically append a wildcard to the search string
 EntityLookupModel EntityLookupModel.setWildcardPrefix(boolean wildcardPrefix)
          Specifies whether or not to automatically prefix the search string with a wildcard
 EntityLookupModel DefaultEntityLookupModel.setWildcardPrefix(boolean wildcardPrefix)
          Specifies whether or not to automatically prefix the search string with a wildcard
 

Constructors in org.jminor.framework.client.model with parameters of type EntityLookupModel
DefaultForeignKeySearchModel(Property.ForeignKeyProperty property, EntityLookupModel entityLookupModel)
          Constructs a DefaultPropertySearchModel instance
 

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

Methods in org.jminor.framework.client.ui that return EntityLookupModel
 EntityLookupModel EntityLookupField.getModel()
           
 

Constructors in org.jminor.framework.client.ui with parameters of type EntityLookupModel
EntityLookupField(EntityLookupModel lookupModel)
          Initializes a new EntityLookupField
EntityLookupProvider(EntityLookupModel lookupModel, Entity initalValue)
          Instantiates a new EntityLookupProvider
EntityUiUtil.LookupValueLink(EntityLookupModel lookupModel, EntityEditModel editModel, String foreignKeyPropertyID)
          Instantiates a new LookupModelValueLink