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.Ifcondition
is null, the default condition, specifying all underlying entities is used.EntityComboBoxModel.Builder.ConnectionProviderStep.connectionProvider
(EntityConnectionProvider connectionProvider) EntityComboBoxModel.Builder.editEvents
(boolean editEvents) 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.Specifies theOrderBy
to use when selecting entities for this model.