Uses of Interface
is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
Packages that use EntityComboBoxModel.Builder
-
Uses of EntityComboBoxModel.Builder in is.codion.swing.framework.model.component
Methods in is.codion.swing.framework.model.component 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.editEvents(boolean editEvents) 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.onSelection(Consumer<@Nullable Entity> onSelection) Specifies theOrderByto use when selecting entities for this model.EntityComboBoxModel.Builder.refresh(boolean refresh) Default false.