|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityComboBoxModel | |
---|---|
org.jminor.framework.client.model | |
org.jminor.framework.client.ui |
Uses of EntityComboBoxModel in org.jminor.framework.client.model |
---|
Classes in org.jminor.framework.client.model that implement EntityComboBoxModel | |
---|---|
class |
DefaultEntityComboBoxModel
A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table. |
Methods in org.jminor.framework.client.model that return EntityComboBoxModel | |
---|---|
EntityComboBoxModel |
EntityEditModel.createEntityComboBoxModel(Property.ForeignKeyProperty foreignKeyProperty)
Creates a default EntityComboBoxModel for the given property, override to provide specific EntityComboBoxModels (filtered for example) for properties. |
EntityComboBoxModel |
DefaultEntityEditModel.createEntityComboBoxModel(Property.ForeignKeyProperty foreignKeyProperty)
Creates a default EntityComboBoxModel for the given property, override to provide specific EntityComboBoxModels (filtered for example) for properties. |
EntityComboBoxModel |
EntityComboBoxModel.createForeignKeyFilterComboBoxModel(String foreignKeyPropertyID)
Returns a combo box model for selecting a foreign key value for filtering this model |
EntityComboBoxModel |
DefaultEntityComboBoxModel.createForeignKeyFilterComboBoxModel(String foreignKeyPropertyID)
Returns a combo box model for selecting a foreign key value for filtering this model |
EntityComboBoxModel |
ForeignKeySearchModel.getEntityComboBoxModel()
|
EntityComboBoxModel |
DefaultForeignKeySearchModel.getEntityComboBoxModel()
|
EntityComboBoxModel |
EntityEditModel.getEntityComboBoxModel(Property.ForeignKeyProperty foreignKeyProperty)
|
EntityComboBoxModel |
DefaultEntityEditModel.getEntityComboBoxModel(Property.ForeignKeyProperty foreignKeyProperty)
|
EntityComboBoxModel |
EntityEditModel.getEntityComboBoxModel(String propertyID)
|
EntityComboBoxModel |
DefaultEntityEditModel.getEntityComboBoxModel(String propertyID)
|
EntityComboBoxModel |
EntityEditModel.initializeEntityComboBoxModel(Property.ForeignKeyProperty foreignKeyProperty)
|
EntityComboBoxModel |
DefaultEntityEditModel.initializeEntityComboBoxModel(Property.ForeignKeyProperty foreignKeyProperty)
|
EntityComboBoxModel |
EntityEditModel.initializeEntityComboBoxModel(String propertyID)
|
EntityComboBoxModel |
DefaultEntityEditModel.initializeEntityComboBoxModel(String propertyID)
|
EntityComboBoxModel |
EntityComboBoxModel.setStaticData(boolean staticData)
Specifies whether or not this model's data should be considered static, that is, only fetched once. |
EntityComboBoxModel |
DefaultEntityComboBoxModel.setStaticData(boolean staticData)
Specifies whether or not this model's data should be considered static, that is, only fetched once. |
Methods in org.jminor.framework.client.model with parameters of type EntityComboBoxModel | |
---|---|
static void |
DefaultEntityComboBoxModel.linkForeignKeyComboBoxModel(String foreignKeyPropertyID,
EntityComboBoxModel model,
EntityComboBoxModel foreignKeyModel)
|
Constructors in org.jminor.framework.client.model with parameters of type EntityComboBoxModel | |
---|---|
DefaultForeignKeySearchModel(Property.ForeignKeyProperty property,
EntityComboBoxModel entityComboBoxModel)
Constructs a DefaultPropertySearchModel instance |
Uses of EntityComboBoxModel in org.jminor.framework.client.ui |
---|
Methods in org.jminor.framework.client.ui that return EntityComboBoxModel | |
---|---|
EntityComboBoxModel |
EntityComboBox.getModel()
|
Constructors in org.jminor.framework.client.ui with parameters of type EntityComboBoxModel | |
---|---|
EntityComboBox(EntityComboBoxModel model)
Instantiates a new EntityComboBox |
|
EntityComboProvider(EntityComboBoxModel model,
Entity initialValue)
Instantiates a new input provider based on the EntityComboBoxModel class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |