Uses of Interface
is.codion.common.item.Item
Packages that use Item
Package
Description
See
Item.Attribute related classes.
ComboBox model implementations with filtering support and null handling.
Package configuration values:
Completion.COMPLETION_MODE
Completion.NORMALIZE
Look and feel related classes
-
Uses of Item in is.codion.common.item
Methods in is.codion.common.item that return Item -
Uses of Item in is.codion.framework.domain.entity.attribute
Methods in is.codion.framework.domain.entity.attribute that return types with arguments of type ItemModifier and TypeMethodDescriptionAttributeDefinition.items()Returns the valid items for this attribute or an empty list in case this is not an item based attributeMethod parameters in is.codion.framework.domain.entity.attribute with type arguments of type Item -
Uses of Item in is.codion.swing.common.model.component.combobox
Methods in is.codion.swing.common.model.component.combobox that return types with arguments of type ItemModifier and TypeMethodDescriptionFilterComboBoxModel.booleanItems()FilterComboBoxModel.booleanItems(String nullCaption) FilterComboBoxModel.booleanItems(String nullCaption, String trueCaption, String falseCaption) FilterComboBoxModel.ItemComboBoxModelBuilder.build()Methods in is.codion.swing.common.model.component.combobox with parameters of type ItemModifier and TypeMethodDescriptionSets the initally selected itemMethod parameters in is.codion.swing.common.model.component.combobox with type arguments of type ItemModifier and TypeMethodDescriptionReturns aFilterComboBoxModel.ItemComboBoxModelBuilder, by default unsorted.FilterComboBoxModel.ItemComboBoxModelBuilder.sorted(Comparator<Item<T>> comparator) -
Uses of Item in is.codion.swing.common.ui.component.combobox
Method parameters in is.codion.swing.common.ui.component.combobox with type arguments of type ItemModifier and TypeMethodDescriptionItemComboBoxBuilder.comparator(@Nullable Comparator<Item<T>> comparator) <T> ItemComboBoxBuilder<T> <T> ItemComboBoxBuilder<T> ItemComboBoxBuilder.BuilderFactory.model(FilterComboBoxModel<Item<T>> comboBoxModel) ItemComboBoxBuilder.renderer(@Nullable ListCellRenderer<Item<T>> renderer) -
Uses of Item in is.codion.swing.common.ui.laf
Methods in is.codion.swing.common.ui.laf that return types with arguments of type Item