|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property.ColumnProperty | |
---|---|
org.jminor.framework.client.model | |
org.jminor.framework.client.ui | |
org.jminor.framework.db.criteria | |
org.jminor.framework.domain |
Uses of Property.ColumnProperty in org.jminor.framework.client.model |
---|
Methods in org.jminor.framework.client.model that return types with arguments of type Property.ColumnProperty | |
---|---|
Criteria<Property.ColumnProperty> |
EntityTableSearchModel.getAdditionalSearchCriteria()
|
Criteria<Property.ColumnProperty> |
DefaultEntityTableSearchModel.getAdditionalSearchCriteria()
|
Criteria<Property.ColumnProperty> |
DefaultPropertySearchModel.getCriteria()
|
Criteria<Property.ColumnProperty> |
DefaultForeignKeySearchModel.getCriteria()
|
List<Property.ColumnProperty> |
EntityLookupModel.getLookupProperties()
|
List<Property.ColumnProperty> |
DefaultEntityLookupModel.getLookupProperties()
|
protected Criteria<Property.ColumnProperty> |
DefaultEntityTableModel.getQueryCriteria()
|
Criteria<Property.ColumnProperty> |
EntityTableSearchModel.getSearchCriteria()
|
Criteria<Property.ColumnProperty> |
DefaultEntityTableSearchModel.getSearchCriteria()
|
Method parameters in org.jminor.framework.client.model with type arguments of type Property.ColumnProperty | |
---|---|
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 |
protected List<Entity> |
DefaultEntityTableModel.performQuery(Criteria<Property.ColumnProperty> criteria)
Queries for the data used to populate this EntityTableModel when it is refreshed |
EntityTableSearchModel |
EntityTableSearchModel.setAdditionalSearchCriteria(Criteria<Property.ColumnProperty> criteria)
Sets the additional search criteria, one not based on any individual property criteria |
EntityTableSearchModel |
DefaultEntityTableSearchModel.setAdditionalSearchCriteria(Criteria<Property.ColumnProperty> criteria)
Sets the additional search criteria, one not based on any individual property criteria |
Constructors in org.jminor.framework.client.model with parameters of type Property.ColumnProperty | |
---|---|
DefaultPropertyComboBoxModel(String entityID,
EntityConnectionProvider connectionProvider,
Property.ColumnProperty property,
String nullValueString,
EventObserver refreshEvent)
|
|
DefaultPropertySearchModel(Property.ColumnProperty property)
Constructs a DefaultPropertySearchModel instance |
Constructor parameters in org.jminor.framework.client.model with type arguments of type Property.ColumnProperty | |
---|---|
DefaultEntityLookupModel(String entityID,
EntityConnectionProvider connectionProvider,
List<Property.ColumnProperty> lookupProperties)
Instantiates a new EntityLookupModel |
Uses of Property.ColumnProperty in org.jminor.framework.client.ui |
---|
Methods in org.jminor.framework.client.ui with parameters of type Property.ColumnProperty | |
---|---|
protected SteppedComboBox |
EntityEditPanel.createPropertyComboBox(Property.ColumnProperty property)
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property |
static SteppedComboBox |
EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property,
EntityEditModel editModel)
|
static SteppedComboBox |
EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property,
EntityEditModel editModel,
EventObserver refreshEvent)
|
static SteppedComboBox |
EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property,
EntityEditModel editModel,
EventObserver refreshEvent,
StateObserver state)
|
static SteppedComboBox |
EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property,
EntityEditModel editModel,
EventObserver refreshEvent,
StateObserver state,
String nullValue)
|
static SteppedComboBox |
EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property,
EntityEditModel editModel,
EventObserver refreshEvent,
StateObserver state,
String nullValue,
boolean editable)
|
protected SteppedComboBox |
EntityEditPanel.createPropertyComboBox(Property.ColumnProperty property,
StateObserver enabledState)
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property |
protected SteppedComboBox |
EntityEditPanel.createPropertyComboBox(Property.ColumnProperty property,
StateObserver enabledState,
String nullValueString)
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property |
protected SteppedComboBox |
EntityEditPanel.createPropertyComboBox(Property.ColumnProperty property,
StateObserver enabledState,
String nullValueString,
boolean editable)
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property |
Constructor parameters in org.jminor.framework.client.ui with type arguments of type Property.ColumnProperty | |
---|---|
PropertySearchPanel(PropertySearchModel<Property.ColumnProperty> model)
Instantiates a new PropertySearchPanel. |
|
PropertySearchPanel(PropertySearchModel<Property.ColumnProperty> model,
boolean includeActivateBtn,
boolean includeToggleAdvBtn)
Instantiates a new PropertySearchPanel. |
Uses of Property.ColumnProperty in org.jminor.framework.db.criteria |
---|
Methods in org.jminor.framework.db.criteria with parameters of type Property.ColumnProperty | |
---|---|
static Criteria<Property.ColumnProperty> |
EntityCriteriaUtil.propertyCriteria(Property.ColumnProperty property,
boolean caseSensitive,
SearchType searchType,
Object... values)
|
static Criteria<Property.ColumnProperty> |
EntityCriteriaUtil.propertyCriteria(Property.ColumnProperty property,
SearchType searchType,
Object... values)
|
Method parameters in org.jminor.framework.db.criteria with type arguments of type Property.ColumnProperty | |
---|---|
static EntityCriteria |
EntityCriteriaUtil.criteria(String entityID,
Criteria<Property.ColumnProperty> criteria)
|
static EntitySelectCriteria |
EntityCriteriaUtil.selectCriteria(String entityID,
Criteria<Property.ColumnProperty> propertyCriteria)
|
static EntitySelectCriteria |
EntityCriteriaUtil.selectCriteria(String entityID,
Criteria<Property.ColumnProperty> criteria,
String orderByClause)
|
static EntitySelectCriteria |
EntityCriteriaUtil.selectCriteria(String entityID,
Criteria<Property.ColumnProperty> propertyCriteria,
String orderByClause,
int fetchCount)
|
static EntitySelectCriteria |
EntityCriteriaUtil.selectCriteria(String entityID,
List<Property.ColumnProperty> foreignKeyReferenceProperties,
List<Entity.Key> primaryKeys)
|
Uses of Property.ColumnProperty in org.jminor.framework.domain |
---|
Subinterfaces of Property.ColumnProperty in org.jminor.framework.domain | |
---|---|
static interface |
Property.AuditProperty
A property representing an audit column |
static interface |
Property.AuditTimeProperty
Specifiesa audit property with a timestamp value |
static interface |
Property.AuditUserProperty
Specifiesa audit property with a username value |
static interface |
Property.BlobProperty
A BLOB property, based on two columns, the actual BLOB column and a column containing the name of the BLOB object. |
static interface |
Property.BooleanProperty
A boolean property, with special handling since different values are used for representing boolean values in different systems |
static interface |
Property.DenormalizedProperty
A property representing a column that should get its value automatically from a column in a referenced table |
static interface |
Property.MirrorProperty
Represents a child foreign key property that is already included as part of another reference foreign key property, and should not handle updating the underlying property, useful in rare cases when foreign keys are referencing tables having composite natural primary keys as opposed to surrogate ones. |
static interface |
Property.PrimaryKeyProperty
A property that is part of a entities primary key. |
static interface |
Property.SubqueryProperty
A property based on a subquery, returning a single value |
static interface |
Property.ValueListProperty
A property based on a list of values, each with a displayable caption. |
Methods in org.jminor.framework.domain that return Property.ColumnProperty | |
---|---|
static Property.ColumnProperty |
Properties.columnProperty(String propertyID)
|
static Property.ColumnProperty |
Properties.columnProperty(String propertyID,
int type)
|
static Property.ColumnProperty |
Properties.columnProperty(String propertyID,
int type,
String caption)
|
static Property.ColumnProperty |
Entities.getColumnProperty(String entityID,
String propertyID)
|
Property.ColumnProperty |
Property.ColumnProperty.setColumnHasDefaultValue(boolean columnHasDefaultValue)
|
Property.ColumnProperty |
Property.ColumnProperty.setSearchable(boolean searchable)
|
Property.ColumnProperty |
Property.ColumnProperty.setUpdatable(boolean updatable)
|
Methods in org.jminor.framework.domain that return types with arguments of type Property.ColumnProperty | |
---|---|
List<Property.ColumnProperty> |
Entity.Definition.getColumnProperties()
|
static Collection<Property.ColumnProperty> |
Entities.getColumnProperties(String entityID)
|
static List<Property.ColumnProperty> |
Entities.getColumnProperties(String entityID,
boolean includePrimaryKeyProperties,
boolean includeReadOnly,
boolean includeNonUpdatable)
Retrieves the column properties comprising the entity identified by entityID |
List<Property.ColumnProperty> |
Property.ForeignKeyProperty.getReferenceProperties()
Returns an unmodifiable list containing the actual reference properties, |
static List<Property.ColumnProperty> |
Entities.getSearchProperties(String entityID)
Retrieves the properties used when searching for a entity of the given type, if no search property IDs are defined all STRING based properties are returned. |
static List<Property.ColumnProperty> |
Entities.getSearchProperties(String entityID,
Collection<String> searchPropertyIds)
Retrieves the properties used when searching for a entity of the given type, if no search property IDs are defined all STRING based properties are returned. |
Methods in org.jminor.framework.domain with parameters of type Property.ColumnProperty | |
---|---|
static Property.ForeignKeyProperty |
Properties.foreignKeyProperty(String propertyID,
String caption,
String referencedEntityID,
Property.ColumnProperty referenceProperty)
|
static Property.ForeignKeyProperty |
Properties.foreignKeyProperty(String propertyID,
String caption,
String referencedEntityID,
Property.ColumnProperty[] referenceProperties,
String[] referencedPropertyIDs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |