|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jminor.common.model.DefaultColumnSearchModel<Property.ForeignKeyProperty>
org.jminor.framework.client.model.DefaultForeignKeySearchModel
public class DefaultForeignKeySearchModel
A default ForeignKeySearchModel implementation.
Field Summary |
---|
Fields inherited from interface org.jminor.common.model.ColumnSearchModel |
---|
LOWER_BOUND_PROPERTY, UPPER_BOUND_PROPERTY |
Constructor Summary | |
---|---|
DefaultForeignKeySearchModel(Property.ForeignKeyProperty property,
EntityComboBoxModel entityComboBoxModel)
Constructs a DefaultPropertySearchModel instance |
|
DefaultForeignKeySearchModel(Property.ForeignKeyProperty property,
EntityLookupModel entityLookupModel)
Constructs a DefaultPropertySearchModel instance |
Method Summary | |
---|---|
void |
clear()
Clears all data from this refreshable instance |
Criteria<Property.ColumnProperty> |
getCriteria()
|
EntityComboBoxModel |
getEntityComboBoxModel()
|
EntityLookupModel |
getEntityLookupModel()
|
void |
refresh()
Performs a refresh |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultForeignKeySearchModel(Property.ForeignKeyProperty property, EntityLookupModel entityLookupModel)
property
- the propertyentityLookupModel
- a EntityLookupModel
IllegalArgumentException
- if an illegal constant is usedpublic DefaultForeignKeySearchModel(Property.ForeignKeyProperty property, EntityComboBoxModel entityComboBoxModel)
property
- the propertyentityComboBoxModel
- a EntityComboBoxModel
IllegalArgumentException
- if an illegal constant is usedMethod Detail |
---|
public final String toString()
toString
in class Object
public final void refresh()
refresh
in interface Refreshable
public final void clear()
clear
in interface Refreshable
public final EntityComboBoxModel getEntityComboBoxModel()
getEntityComboBoxModel
in interface ForeignKeySearchModel
public final EntityLookupModel getEntityLookupModel()
getEntityLookupModel
in interface ForeignKeySearchModel
public final Criteria<Property.ColumnProperty> getCriteria()
getCriteria
in interface CriteriaProvider<Property.ColumnProperty>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |