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.static EntityComboBoxModel.Builder
EntityComboBoxModel.builder
(EntityType entityType, EntityConnectionProvider connectionProvider) EntityComboBoxModel.Builder.comparator
(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.filterSelected
(boolean filterSelected) Specifies whether filtering the model affects the currently selected item.EntityComboBoxModel.Builder.handleEditEvents
(boolean handleEditEvents) EntityComboBoxModel.Builder.includeNull
(boolean includeNull) EntityComboBoxModel.Builder.nullCaption
(String nullCaption) Enables the null item and sets the null item caption.Specifies theOrderBy
to use when selecting entities for this model.