Uses of Interface
is.codion.common.item.Item
Packages that use Item
Package
Description
See
Item
.Attribute related classes.
Package configuration values:
FilterComboBoxModel.NULL_CAPTION
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 TypeMethodDescriptionstatic <T> FilterComboBoxModel.ItemComboBoxModelBuilder
<T> Returns aFilterComboBoxModel.ItemComboBoxModelBuilder
, by default unsorted.FilterComboBoxModel.ItemComboBoxModelBuilder.sorted
(Comparator<Item<T>> comparator) -
Uses of Item in is.codion.swing.common.ui.component
Method parameters in is.codion.swing.common.ui.component with type arguments of type ItemModifier and TypeMethodDescriptionstatic ItemComboBoxBuilder
<Boolean> Components.booleanComboBox
(FilterComboBoxModel<Item<Boolean>> comboBoxModel) static ItemComboBoxBuilder
<Boolean> Components.booleanComboBox
(FilterComboBoxModel<Item<Boolean>> comboBoxModel, Value<Boolean> linkedValue) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(FilterComboBoxModel<Item<T>> comboBoxModel) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(FilterComboBoxModel<Item<T>> comboBoxModel, Value<T> linkedValue) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(List<Item<T>> values) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(List<Item<T>> values, Value<T> linkedValue) -
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 TypeMethodDescriptionstatic <T> ItemComboBoxBuilder
<T> ItemComboBoxBuilder.builder
(FilterComboBoxModel<Item<T>> comboBoxModel) static <T> ItemComboBoxBuilder
<T> ItemComboBoxBuilder.builder
(FilterComboBoxModel<Item<T>> comboBoxModel, Value<T> linkedValue) static <T> ItemComboBoxBuilder
<T> static <T> ItemComboBoxBuilder
<T> ItemComboBoxBuilder.comparator
(Comparator<Item<T>> comparator) ItemComboBoxBuilder.renderer
(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