Index
All Classes and Interfaces|All Packages
A
- accepts(Comparable<Entity>) - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- add(ForeignKey, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
- add(Entity) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- addItem(Entity) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- addItemAt(int, Entity) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- addItems(Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- addItemsAt(int, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- addItemsAtSorted(int, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- addItemSorted(Entity) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- addItemsSorted(Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- addListDataListener(ListDataListener) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- addTableModelListener(TableModelListener) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- attributes() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Controls the attributes to include when selecting the entities to populate this model with.
- attributes() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- autoEnable() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- automaticWildcard() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
B
- backgroundColor(int, Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- build() - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
- build(EntityConnectionProvider) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Builds a
SwingEntityModelinstance - builder(ForeignKey) - Static method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- builder(EntityType) - Static method in class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new
SwingEntityModel.Builderinstance
C
- caseSensitive() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- clear() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- clear() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- clear() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- clearComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Clears all combobox models
- cleared() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- clearedEvent() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- columnClass() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- columnIdentifier() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- columns() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- comboBoxModel(Column<T>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Returns the
FilterComboBoxModelfor the given column. - comparator() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- comparator() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- condition() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Controls the condition supplier to use when querying data, set to null to fetch all underlying entities.
- conditionChanged() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- conditionChangedEvent() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- conditionEnabled(EntityTableConditionModel) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
-
It can be necessary to prevent the user from selecting too much data, when working with a large dataset.
- conditionModel() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- conditionRequired() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- connection() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- connectionProvider() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- connectionProvider() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- containsItem(Entity) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- containsItem(Entity) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- createComboBoxModel(Column<T>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Creates a combo box model containing the current values of the given column.
- createConditionModel(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityConditionModelFactory
- createEqualComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityConditionModelFactory
- createForeignKeyComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Creates a
EntityComboBoxModelfor the given foreign key, override to provide a customEntityComboBoxModelimplementation. - createForeignKeyConditionComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Returns a combo box model for selecting a foreign key value for using as a query condition in this model.
- createForeignKeyFilterComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Returns a combo box model for selecting a foreign key value for filtering this model.
- createSelectorValue(Attribute<T>) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Creates a
Valuelinked to the selected entity via the value of the given attribute. - createSelectorValue(FilterComboBoxModel.ItemFinder<Entity, V>) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
D
- dataChangedEvent() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- dateTimePattern() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- deleteSelected() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- detailModel(SwingEntityModel.Builder) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Adds a detail model builder to this model builder
E
- editable() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- editModel() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- editModel(Class<? extends SwingEntityEditModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Sets the edit model class
- editModel(Function<EntityConnectionProvider, SwingEntityEditModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Takes precedence over
SwingEntityModel.Builder.editModel(Class). - enabled() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- entities() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- entityComboBoxModel(EntityType, EntityConnectionProvider) - Static method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- EntityComboBoxModel - Class in is.codion.swing.framework.model.component
-
A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.
- entityDefinition() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- entityType() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- entityType() - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
- entityType() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- equalComboBoxModel() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- equalValue() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
F
- filtered(Entity) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- filtered(Entity) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- filteredCount() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- filteredCount() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- filteredItems() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- filteredItems() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- filterItems() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- filterItems() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- filterModel() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- filterSelectedItem() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- find(Entity.Key) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- find(Entity.Key) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- find(Collection<Entity.Key>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- fireTableDataChanged() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- fireTableRowsUpdated(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- foregroundColor(int, Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- foreignKeyComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Returns the
EntityComboBoxModelfor the given foreign key attribute. - foreignKeyIncludeCondition() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Use this method to retrieve the default foreign key filter include condition if you want to add a custom
Predicateto this model viaEntityComboBoxModel.includeCondition(). - format() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
G
- getColumnClass(int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getColumnClass(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getColumnCount() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getColumnName(int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getElementAt(int) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- getEqualValue() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- getForeignKeyFilterKeys(ForeignKey) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- getInValues() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- getLowerBound() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- getRowCount() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getSelectedItem() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- getSize() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- getStringAt(int, Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getUpperBound() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- getValueAt(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
H
- HANDLE_EDIT_EVENTS - Static variable in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Specifies whether entity combo box models handle entity edit events, by replacing updated entities and removing deleted ones
Value type: Boolean
Default value: true - handleEditEvents() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- handleEditEvents() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
I
- includeCondition() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- includeCondition() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- includeEqualOperators(EntityComboBoxModel) - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
- includeInOperators(EntitySearchModel) - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
- includeNull() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- indexOf(Entity) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- indexOf(Entity.Key) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- initializeComboBoxModels(Attribute<?>...) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Creates and refreshes combo box models for the given attributes.
- inSearchModel() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- inValues() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- is.codion.swing.framework.model - module is.codion.swing.framework.model
-
Framework Swing model classes, such as:
SwingEntityModel
SwingEntityEditModel
SwingEntityTableModel
SwingEntityApplicationModel
EntityComboBoxModel - is.codion.swing.framework.model - package is.codion.swing.framework.model
- is.codion.swing.framework.model.component - package is.codion.swing.framework.model.component
- isCellEditable(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
-
Returns true if the cell at
rowIndexandmodelColumnIndexis editable. - itemAt(int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- items() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- items() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
L
- limit() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- linkForeignKeyConditionComboBoxModel(ForeignKey, EntityComboBoxModel) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Links the given combo box model representing master entities to this combo box model so that selection in the master model refreshes this model with the selected master entity as condition
- linkForeignKeyFilterComboBoxModel(ForeignKey, EntityComboBoxModel) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Links the given combo box model representing master entities to this combo box model so that selection in the master model filters this model according to the selected master entity
- locked() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- lowerBoundValue() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
M
- model(Class<? extends SwingEntityModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Sets the model class
- model(Function<EntityConnectionProvider, SwingEntityModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Takes precedence over
SwingEntityModel.Builder.model(Class).
N
- nullItem() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- nullSelected() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
O
- onBuildEditModel(Consumer<SwingEntityEditModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
- onBuildModel(Consumer<SwingEntityModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
- onBuildTableModel(Consumer<SwingEntityTableModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
- onInsert() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- operator() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- operators() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- orderBy() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Controls the order by to use when selecting entities for this model.
- orderBy() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
R
- refresh() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- refresh() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- refresh(Collection<Entity.Key>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- refreshComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Refreshes all combobox models
- refresher() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- refresher() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- refreshForeignKeyComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Refreshes all foreign key combobox models
- refreshItems() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
-
Queries the data used to populate this EntityTableModel when it is refreshed.
- refreshStrategy() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- refreshThen(Consumer<Collection<Entity>>) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- refreshThen(Consumer<Collection<Entity>>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- remove(ForeignKey, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
- remove(Entity) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- removeDeleted() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- removeItem(Entity) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- removeItemAt(int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- removeItems(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- removeItems(Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- removeListDataListener(ListDataListener) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- removeTableModelListener(TableModelListener) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- replace(ForeignKey, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- replace(Entity, Entity) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- replace(Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- replaceForeignKey(ForeignKey, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
S
- select(Entity.Key) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Selects the entity with the given primary key, whether filtered or visible.
- select(Collection<Entity.Key>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- selectedItemTranslator() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- selectedValue() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- selectedValues(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- selectionEmpty() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- selectionEvent() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- selectionEvent() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- selectionModel() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- setEqualValue(Entity) - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- setForeignKeyFilterKeys(ForeignKey, Collection<Entity.Key>) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Filters this combo box model so that only items referencing the given keys via the given foreign key are shown.
- setInValues(Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- setItemAt(int, Entity) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- setItems(Collection<Entity>) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- setLowerBound(Entity) - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- setNullCaption(String) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Enables the null item and sets the null item caption.
- setSelectedItem(Object) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- setUpperBound(Entity) - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- setValueAt(Object, int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
-
Sets the value in the given cell and updates the underlying Entity.
- sortItems() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- sortItems() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- strictForeignKeyFiltering() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
-
Controls whether foreign key filtering should be strict or not.
- SwingDetailModelLink - Class in is.codion.swing.framework.model
-
A Swing
DefaultDetailModelLinkimplementation. - SwingDetailModelLink(SwingEntityModel) - Constructor for class is.codion.swing.framework.model.SwingDetailModelLink
- SwingEntityApplicationModel - Class in is.codion.swing.framework.model
-
A Swing implementation of
EntityApplicationModel - SwingEntityApplicationModel(EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityApplicationModel
-
Instantiates a new
SwingEntityApplicationModel - SwingEntityApplicationModel(EntityConnectionProvider, Version) - Constructor for class is.codion.swing.framework.model.SwingEntityApplicationModel
-
Instantiates a new
SwingEntityApplicationModel - SwingEntityConditionModelFactory - Class in is.codion.swing.framework.model
-
A Swing
ColumnConditionModel.Factoryimplementation usingEntityComboBoxModelfor foreign keys based on small datasets - SwingEntityConditionModelFactory(EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityConditionModelFactory
-
Instantiates a new
SwingEntityConditionModelFactory. - SwingEntityEditModel - Class in is.codion.swing.framework.model
-
A Swing implementation of
EntityEditModel. - SwingEntityEditModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityEditModel
-
Instantiates a new
SwingEntityEditModelbased on the given entity type. - SwingEntityModel - Class in is.codion.swing.framework.model
-
A Swing implementation of
EntityModel - SwingEntityModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new SwingEntityModel with default SwingEntityEditModel and SwingEntityTableModel implementations.
- SwingEntityModel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new SwingEntityModel, with a default
SwingEntityTableModel - SwingEntityModel(SwingEntityTableModel) - Constructor for class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new SwingEntityModel
- SwingEntityModel.Builder - Interface in is.codion.swing.framework.model
-
Builds a
SwingEntityModel. - SwingEntityTableModel - Class in is.codion.swing.framework.model
-
A TableModel implementation for displaying and working with entities.
- SwingEntityTableModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(EntityTableConditionModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(SwingEntityEditModel, EntityTableConditionModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingForeignKeyConditionModel - Class in is.codion.swing.framework.model
-
A condition model using a
EntityComboBoxModelfor theSwingForeignKeyConditionModel.equalValue()and aEntitySearchModelfor theSwingForeignKeyConditionModel.inValues(). - SwingForeignKeyConditionModel.Builder - Interface in is.codion.swing.framework.model
-
A builder for a
SwingForeignKeyConditionModel - SwingForeignKeyDetailModelLink - Class in is.codion.swing.framework.model
-
A Swing
DefaultForeignKeyDetailModelLinkimplementation. - SwingForeignKeyDetailModelLink(SwingEntityModel, ForeignKey) - Constructor for class is.codion.swing.framework.model.SwingForeignKeyDetailModelLink
T
- tableModel(Class<? extends SwingEntityTableModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Sets the table model class
- tableModel(Collection<Entity>, EntityConnectionProvider) - Static method in class is.codion.swing.framework.model.SwingEntityTableModel
- tableModel(Function<EntityConnectionProvider, SwingEntityTableModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Takes precedence over
SwingEntityModel.Builder.tableModel(Class). - toColor(Object) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
-
Returns a
Colorinstance from the given Object. - toString() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- toString() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
U
- upperBoundValue() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
V
- validator() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- validSelectionPredicate() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- values(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- visible(Entity) - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- visible(Entity) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- visibleCount() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- visibleCount() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- visibleItems() - Method in class is.codion.swing.framework.model.component.EntityComboBoxModel
- visibleItems() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
W
- wildcard() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
All Classes and Interfaces|All Packages