Uses of Interface
is.codion.framework.model.EntityComboBoxModel.Builder
Packages that use EntityComboBoxModel.Builder
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditor.PUBLISH_PERSISTENCE_EVENTS
EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
EntitySearchModel.PERSISTENCE_AWARE
-
Uses of EntityComboBoxModel.Builder in is.codion.framework.model
Methods in is.codion.framework.model that return EntityComboBoxModel.BuilderModifier and TypeMethodDescriptionEntityComboBoxModel.Builder.attributes(Collection<Attribute<?>> attributes) Specifies the attributes to include when selecting the entities to populate this model with.EntityComboBoxModel.Builder.comparator(@Nullable Comparator<Entity> comparator) Note that this comparator is not used iforderBy(OrderBy)has been specified.Ifconditionis null, the default condition, specifying all underlying entities is used.EntityComboBoxModel.Builder.ConnectionProviderStep.connectionProvider(EntityConnectionProvider connectionProvider) EntityComboBoxModel.Builder.filter(ForeignKey foreignKey, EntityComboBoxModel filterModel) Links the given combo box model representing foreign key entities to this combo box model so that selection in the foreign key model filters this model.EntityComboBoxModel.Builder.filterSelected(boolean filterSelected) Specifies whether filtering the model affects the currently selected item.EntityComboBoxModel.Builder.includeNull(boolean includeNull) EntityComboBoxModel.Builder.nullCaption(@Nullable String nullCaption) Enables the null item and sets the null item caption.EntityComboBoxModel.Builder.onItemSelected(Consumer<@Nullable Entity> item) Specifies theOrderByto use when selecting entities for this model.EntityComboBoxModel.Builder.persistenceAware(boolean persistenceAware) EntityComboBoxModel.Builder.refresh(boolean refresh) Default false.