A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes All Packages

A

AbstractBuilder(String) - Constructor for class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
 
AbstractComponentBuilder<T,​C extends JComponent,​B extends ComponentBuilder<T,​C,​B>> - Class in is.codion.swing.common.ui.component
 
AbstractComponentBuilder() - Constructor for class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
AbstractComponentBuilder(Value<T>) - Constructor for class is.codion.swing.common.ui.component.AbstractComponentBuilder
Note that when a linked value is set via the constructor, it is considered locked and cannot be changed.
AbstractComponentValue<T,​C extends JComponent> - Class in is.codion.swing.common.ui.component
An abstract base implementation of ComponentValue.
AbstractComponentValue(C) - Constructor for class is.codion.swing.common.ui.component.AbstractComponentValue
Instantiates a new nullable AbstractComponentValue
AbstractComponentValue(C, T) - Constructor for class is.codion.swing.common.ui.component.AbstractComponentValue
Instantiates a new AbstractComponentValue
AbstractCondition - Class in is.codion.framework.db.condition
An abstract base class for Condition.
AbstractCondition(EntityType) - Constructor for class is.codion.framework.db.condition.AbstractCondition
 
AbstractConnectionPoolWrapper<T> - Class in is.codion.common.db.pool
A default base implementation of the ConnectionPool wrapper, handling the collection of statistics
AbstractConnectionPoolWrapper(ConnectionFactory, User, DataSource) - Constructor for class is.codion.common.db.pool.AbstractConnectionPoolWrapper
Instantiates a new AbstractConnectionPool instance.
AbstractDatabase - Class in is.codion.common.db.database
A default abstract implementation of the Database interface.
AbstractDatabase(String) - Constructor for class is.codion.common.db.database.AbstractDatabase
Instantiates a new AbstractDatabase.
AbstractDialogBuilder<B extends DialogBuilder<B>> - Class in is.codion.swing.common.ui.dialog
A base class for Dialog builders.
AbstractDialogBuilder() - Constructor for class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
 
AbstractEntityApplicationModelTest<Model extends DefaultEntityModel<Model,​EditModel,​TableModel>,​EditModel extends AbstractEntityEditModel,​TableModel extends EntityTableModel<EditModel>> - Class in is.codion.framework.model.test
A base class for testing EntityApplicationModel subclasses.
AbstractEntityApplicationModelTest() - Constructor for class is.codion.framework.model.test.AbstractEntityApplicationModelTest
 
AbstractEntityConnectionProvider - Class in is.codion.framework.db
An abstract EntityConnectionProvider implementation.
AbstractEntityConnectionProvider(AbstractEntityConnectionProvider.AbstractBuilder<?, ?>) - Constructor for class is.codion.framework.db.AbstractEntityConnectionProvider
 
AbstractEntityConnectionProvider.AbstractBuilder<T extends EntityConnectionProvider,​B extends EntityConnectionProvider.Builder<T,​B>> - Class in is.codion.framework.db
 
AbstractEntityEditModel - Class in is.codion.framework.model
A default EntityEditModel implementation
AbstractEntityEditModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.framework.model.AbstractEntityEditModel
Instantiates a new AbstractEntityEditModel based on the given entity type.
AbstractEntityEditModel(EntityType, EntityConnectionProvider, EntityValidator) - Constructor for class is.codion.framework.model.AbstractEntityEditModel
Instantiates a new AbstractEntityEditModel based on the given entity type.
AbstractEntityModelTest<Model extends DefaultEntityModel<Model,​EditModel,​TableModel>,​EditModel extends AbstractEntityEditModel,​TableModel extends EntityTableModel<EditModel>> - Class in is.codion.framework.model.test
A base class for testing EntityModel subclasses.
AbstractEntityModelTest() - Constructor for class is.codion.framework.model.test.AbstractEntityModelTest
 
AbstractEntityTableModelTest<EditModel extends EntityEditModel,​TableModel extends EntityTableModel<EditModel>> - Class in is.codion.framework.model.test
A base class for testing EntityTableModel subclasses.
AbstractEntityTableModelTest() - Constructor for class is.codion.framework.model.test.AbstractEntityTableModelTest
 
AbstractEntityUsageScenario<M extends SwingEntityApplicationModel> - Class in is.codion.swing.framework.tools.loadtest
An abstract base class for usage scenarios based on SwingEntityApplicationModel instances
AbstractEntityUsageScenario() - Constructor for class is.codion.swing.framework.tools.loadtest.AbstractEntityUsageScenario
Instantiates a new AbstractEntityUsageScenario
AbstractEntityUsageScenario(String) - Constructor for class is.codion.swing.framework.tools.loadtest.AbstractEntityUsageScenario
Instantiates a new AbstractEntityUsageScenario
AbstractForeignKeyConditionModel - Class in is.codion.framework.model
An abstract base class for ForeignKey based ColumnConditionModels.
AbstractForeignKeyConditionModel(ForeignKey) - Constructor for class is.codion.framework.model.AbstractForeignKeyConditionModel
 
AbstractRemoteEntityConnection - Class in is.codion.framework.server
A base class for remote connections served by a EntityServer.
AbstractRemoteEntityConnection(Domain, Database, RemoteClient, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class is.codion.framework.server.AbstractRemoteEntityConnection
Instantiates a new AbstractRemoteEntityConnection and exports it on the given port number
AbstractReport<T,​R,​P> - Class in is.codion.common.db.report
A base class for wrapping reports, handles caching.
AbstractReport(String, boolean) - Constructor for class is.codion.common.db.report.AbstractReport
Instantiates a new AbstractReport.
AbstractServer<T extends Remote,​A extends ServerAdmin> - Class in is.codion.common.rmi.server
A default Server implementation.
AbstractServer(ServerConfiguration) - Constructor for class is.codion.common.rmi.server.AbstractServer
Instantiates a new AbstractServer
AbstractServer.ClientConnection<T> - Class in is.codion.common.rmi.server
 
AbstractTextComponentValue<T,​C extends JTextComponent> - Class in is.codion.swing.common.ui.component.text
An abstract ComponentValue implementation for a text component.
AbstractTextComponentValue(C, T) - Constructor for class is.codion.swing.common.ui.component.text.AbstractTextComponentValue
Instantiates a new AbstractTextComponentValue, with the UpdateOn.KEYSTROKE update on policy.
AbstractTextComponentValue(C, T, UpdateOn) - Constructor for class is.codion.swing.common.ui.component.text.AbstractTextComponentValue
Instantiates a new AbstractComponentValue
AbstractUsageScenario<T> - Class in is.codion.swing.common.tools.loadtest
An abstract usage scenario.
AbstractUsageScenario() - Constructor for class is.codion.swing.common.tools.loadtest.AbstractUsageScenario
Instantiates a new UsageScenario using the simple class name as scenario name
AbstractUsageScenario(String) - Constructor for class is.codion.swing.common.tools.loadtest.AbstractUsageScenario
Instantiates a new UsageScenario with the given name
AbstractUsageScenario(String, int) - Constructor for class is.codion.swing.common.tools.loadtest.AbstractUsageScenario
Instantiates a new UsageScenario with the given name
AbstractValue<T> - Class in is.codion.common.value
An abstract Value implementation handling everything except the value itself.

The constructor parameter notifyOnSet specifies whether this Value instance should automatically call AbstractValue.notifyValueChange() when the value is changed via AbstractValue.set(Object).
AbstractValue() - Constructor for class is.codion.common.value.AbstractValue
 
AbstractValue(T) - Constructor for class is.codion.common.value.AbstractValue
Creates an AbstractValue instance, which does not notify on set.
AbstractValue(T, boolean) - Constructor for class is.codion.common.value.AbstractValue
Creates an AbstractValue instance.
accepts(Comparable<Entity>) - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
accepts(Comparable<T>) - Method in interface is.codion.common.model.table.ColumnConditionModel
Returns true if this model is enabled and the given value is accepted by this models condition.
action(Action) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
 
action(Action) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
action(Action) - Method in interface is.codion.swing.common.ui.component.ToolBarBuilder
 
action(Action) - Method in interface is.codion.swing.common.ui.control.Controls.Builder
 
action(Action) - Method in interface is.codion.swing.common.ui.KeyEvents.Builder
 
actionControl(Control.ActionCommand) - Static method in interface is.codion.swing.common.ui.control.Control
Creates a control based on a Control.ActionCommand
actionControlBuilder(Control.ActionCommand) - Static method in interface is.codion.swing.common.ui.control.Control
Creates a new Builder.
actionListener(ActionListener) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
 
actionListener(ActionListener) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
actions() - Method in interface is.codion.swing.common.ui.control.Controls
 
actions(Action...) - Method in interface is.codion.swing.common.ui.control.Controls.Builder
 
activateDeactivateDetailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
activatePanel() - Method in interface is.codion.swing.common.ui.component.panel.HierarchyPanel
Activates this panel, showing it and preparing it for input
activatePanel() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
activatePanel() - Method in class is.codion.swing.framework.ui.EntityPanel
 
activeDetailModels() - Method in class is.codion.framework.model.DefaultEntityModel
 
activeDetailModels() - Method in interface is.codion.framework.model.EntityModel
 
activeDetailPanels() - Method in class is.codion.swing.framework.ui.EntityPanel
 
activeObserver() - Method in class is.codion.framework.model.DefaultDetailModelLink
 
activeObserver() - Method in interface is.codion.framework.model.DetailModelLink
 
activeObserver() - Method in class is.codion.swing.framework.ui.EntityEditPanel
 
add() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
add() - Method in interface is.codion.swing.common.ui.component.TabbedPaneBuilder.TabBuilder
Adds this tab and returns the TabbedPaneBuilder
add() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
add() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
add(FunctionType<C, T, R>, DatabaseFunction<C, T, R>) - Method in class is.codion.framework.domain.DefaultDomain
Adds the given function to this domain
add(ProcedureType<C, T>, DatabaseProcedure<C, T>) - Method in class is.codion.framework.domain.DefaultDomain
Adds the given procedure to this domain
add(ReportType<T, R, P>, Report<T, R, P>) - Method in class is.codion.framework.domain.DefaultDomain
Adds a report to this domain model.
add(EntityDefinition) - Method in class is.codion.framework.domain.DefaultDomain
Adds a new EntityDefinition to this domain model.
add(EntityDefinition) - Method in class is.codion.framework.domain.entity.DefaultEntities
 
add(EntityDefinition.Builder) - Method in class is.codion.framework.domain.DefaultDomain
Adds a new EntityDefinition to this domain model, by calling EntityDefinition.Builder.build().
add(Controls) - Method in interface is.codion.swing.common.ui.control.Controls
 
add(Action) - Method in interface is.codion.swing.common.ui.control.Controls
Adds the given action to this Controls instance, adding a null action has the same effect as addSeparator()
add(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
 
add(JComponent, Object) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
 
add(T) - Method in interface is.codion.common.value.ValueSet
Adds a value to this set, returns true if the set did not contain the value before adding.
ADD_BOTTOM - is.codion.framework.model.EntityTableModel.InsertAction
The entities inserted via the associated edit model are added as the bottommost rows in the model
ADD_TOP - is.codion.framework.model.EntityTableModel.InsertAction
The entities inserted via the associated edit model are added as the topmost rows in the model
ADD_TOP_SORTED - is.codion.framework.model.EntityTableModel.InsertAction
The entities inserted via the associated edit model are added as the topmost rows in the model, if sorting is enabled then sorting is performed
addActiveDetailModelsListener(EventDataListener<Collection<M>>) - Method in class is.codion.framework.model.DefaultEntityModel
 
addActiveDetailModelsListener(EventDataListener<Collection<M>>) - Method in interface is.codion.framework.model.EntityModel
 
addActiveListener(EventDataListener<Boolean>) - Method in class is.codion.swing.framework.ui.EntityEditPanel
 
addAdvancedViewListener(EventDataListener<Boolean>) - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
 
addAdvancedViewListener(EventDataListener<Boolean>) - Method in class is.codion.swing.framework.ui.EntityTableConditionPanel
 
addAfterDeleteListener(EventDataListener<List<Entity>>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addAfterDeleteListener(EventDataListener<List<Entity>>) - Method in interface is.codion.framework.model.EntityEditModel
 
addAfterInsertListener(EventDataListener<List<Entity>>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addAfterInsertListener(EventDataListener<List<Entity>>) - Method in interface is.codion.framework.model.EntityEditModel
 
addAfterUpdateListener(EventDataListener<Map<Key, Entity>>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addAfterUpdateListener(EventDataListener<Map<Key, Entity>>) - Method in interface is.codion.framework.model.EntityEditModel
 
addAll(Domain) - Method in class is.codion.framework.domain.DefaultDomain
Adds all entities, procedures, functions and reports from the given domain model.
addAll(Controls) - Method in interface is.codion.swing.common.ui.control.Controls
Adds all actions found in controls to this controls instance
addAll(Collection<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
 
addAll(JComponent...) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
 
addApplicationBatch() - Method in interface is.codion.swing.common.tools.loadtest.LoadTest
Adds a batch of applications.
addApplicationBatch() - Method in class is.codion.swing.common.tools.loadtest.LoadTestModel
 
addAt(int, Controls) - Method in interface is.codion.swing.common.ui.control.Controls
 
addAt(int, Action) - Method in interface is.codion.swing.common.ui.control.Controls
Adds the given action to this Controls instance at the specified index, adding a null action has the same effect as addSeparator()
addAuthenticationToken(UUID, User) - Method in class is.codion.plugin.credentials.server.CredentialsServer
Adds an authenticationToken associated with the given user, with the default token validity period
addBeforeDeleteListener(EventDataListener<List<Entity>>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addBeforeDeleteListener(EventDataListener<List<Entity>>) - Method in interface is.codion.framework.model.EntityEditModel
 
addBeforeInsertListener(EventDataListener<List<Entity>>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addBeforeInsertListener(EventDataListener<List<Entity>>) - Method in interface is.codion.framework.model.EntityEditModel
 
addBeforeUpdateListener(EventDataListener<Map<Key, Entity>>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addBeforeUpdateListener(EventDataListener<Map<Key, Entity>>) - Method in interface is.codion.framework.model.EntityEditModel
 
addClearedListener(EventListener) - Method in interface is.codion.common.model.table.ColumnConditionModel
 
addClearedListener(EventListener) - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
addClearListener(EventListener) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
addClearListener(EventListener) - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
 
addColumnHiddenListener(EventDataListener<C>) - Method in interface is.codion.swing.common.model.component.table.FilteredTableColumnModel
 
addColumnShownListener(EventDataListener<C>) - Method in interface is.codion.swing.common.model.component.table.FilteredTableColumnModel
 
addConditionChangedListener(EventDataListener<Condition>) - Method in interface is.codion.framework.model.EntityTableConditionModel
 
addConditionChangedListener(EventListener) - Method in interface is.codion.common.model.table.ColumnConditionModel
 
addConditionChangedListener(EventListener) - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
addConfirmSetEntityObserver(EventDataListener<State>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addConfirmSetEntityObserver(EventDataListener<State>) - Method in interface is.codion.framework.model.EntityEditModel
 
addCurrentResultListener(EventDataListener<FilteredTableSearchModel.RowColumn>) - Method in interface is.codion.swing.common.model.component.table.FilteredTableSearchModel
 
addDataChangedListener(EventListener) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
addDataChangedListener(EventListener) - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
 
addDataListener(EventDataListener<T>) - Method in interface is.codion.common.event.EventObserver
Adds listener to this EventObserver, adding the same listener a second time has no effect.
addDataListener(EventDataListener<T>) - Method in class is.codion.common.value.AbstractValue
 
addDateListener(EventDataListener<LocalDate>) - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
 
addDateTimeListener(EventDataListener<LocalDateTime>) - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
 
addDeleteListener(EntityType, EventDataListener<List<Entity>>) - Static method in class is.codion.framework.model.EntityEditEvents
Adds a delete listener, notified each time entities of the given type are deleted.
addDeserializer(Class<T>, StdDeserializer<? extends T>) - Method in class is.codion.plugin.jackson.json.domain.EntityObjectMapper
Adds a deserializer to this EntityObjectMapper instance.
addDetailModel(L) - Method in class is.codion.framework.model.DefaultEntityModel
 
addDetailModel(L) - Method in interface is.codion.framework.model.EntityModel
Adds the given detail model to this model, a side effect if the detail model contains a table model is that it is configured so that a query condition is required for it to show any data, via EntityTableModel.queryConditionRequiredState()
addDetailModel(M) - Method in class is.codion.framework.model.DefaultEntityModel
 
addDetailModel(M) - Method in interface is.codion.framework.model.EntityModel
Adds the given detail model to this model, a side effect if the detail model contains a table model is that it is configured so that a query condition is required for it to show any data, via EntityTableModel.queryConditionRequiredState().
addDetailModel(M, ForeignKey) - Method in class is.codion.framework.model.DefaultEntityModel
 
addDetailModel(M, ForeignKey) - Method in interface is.codion.framework.model.EntityModel
Adds the given detail model to this model, a side effect if the detail model contains a table model is that it is configured so that a query condition is required for it to show any data, via EntityTableModel.queryConditionRequiredState() Specify the foreign key in case the detail model is based on an entity which contains multiple foreign keys to the same master entity.
addDetailModels(M...) - Method in class is.codion.framework.model.DefaultEntityModel
 
addDetailModels(M...) - Method in interface is.codion.framework.model.EntityModel
Adds the given detail model to this model, a side effect if the detail model contains a table model is that it is configured so that a query condition is required for it to show any data, via EntityTableModel.queryConditionRequiredState().
addDetailPanel(EntityPanel) - Method in class is.codion.swing.framework.ui.EntityPanel
Adds the given detail panel and sets this panel as the parent panel of the given detail panel.
addDetailPanels(EntityPanel...) - Method in class is.codion.swing.framework.ui.EntityPanel
 
addDetailView(EntityView) - Method in class is.codion.javafx.framework.ui.EntityView
Adds a detail EntityView to this EntityView
addDoubleClickListener(EventDataListener<MouseEvent>) - Method in class is.codion.swing.common.ui.component.table.FilteredTable
 
addEditListener(Attribute<T>, EventDataListener<T>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addEditListener(Attribute<T>, EventDataListener<T>) - Method in interface is.codion.framework.model.EntityEditModel
Adds a listener notified each time the value associated with the given attribute is edited via EntityEditModel.put(Attribute, Object) or EntityEditModel.remove(Attribute), note that this event is only fired if the value actually changes.
addEnabledListener(EventListener) - Method in interface is.codion.common.model.table.ColumnConditionModel
 
addEnabledListener(EventListener) - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
addEntities(Domain) - Method in class is.codion.framework.domain.DefaultDomain
Adds all the entities from the given domain to this domain.
addEntities(Collection<Entity>) - Method in interface is.codion.framework.model.EntityTableModel
Adds the given entities to the bottom of this table model.
addEntities(Collection<Entity>) - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
addEntities(Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
addEntitiesAt(int, Collection<Entity>) - Method in interface is.codion.framework.model.EntityTableModel
Adds the given entities to the top of this table model.
addEntitiesAt(int, Collection<Entity>) - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
addEntitiesAt(int, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
addEntitiesAtSorted(int, Collection<Entity>) - Method in interface is.codion.framework.model.EntityTableModel
Adds the given entities to the top of this table model and then, if sorting is enabled, sorts this table model.
addEntitiesAtSorted(int, Collection<Entity>) - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
addEntitiesAtSorted(int, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
addEntitiesEditedListener(EventListener) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addEntitiesEditedListener(EventListener) - Method in interface is.codion.framework.model.EntityEditModel
 
addEntitiesSorted(Collection<Entity>) - Method in interface is.codion.framework.model.EntityTableModel
Adds the given entities to the bottom of this table model and then, if sorting is enabled, sorts this table model.
addEntitiesSorted(Collection<Entity>) - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
addEntitiesSorted(Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
addEntityListener(EventDataListener<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addEntityListener(EventDataListener<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
Notified each time the entity is set via EntityEditModel.setEntity(Entity).
addEntityModel(M) - Method in class is.codion.framework.model.DefaultEntityApplicationModel
 
addEntityModel(M) - Method in interface is.codion.framework.model.EntityApplicationModel
Adds the given entity model to this model
addEntityModels(M...) - Method in class is.codion.framework.model.DefaultEntityApplicationModel
 
addEntityModels(M...) - Method in interface is.codion.framework.model.EntityApplicationModel
Adds the given entity models to this model.
addEntityView(EntityView) - Method in class is.codion.javafx.framework.ui.EntityApplicationView
Adds a EntityView to this application
addEqualsValueListener(EventListener) - Method in interface is.codion.common.model.table.ColumnConditionModel
 
addEqualsValueListener(EventListener) - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
addFilterListener(EventListener) - Method in interface is.codion.common.model.FilteredModel
 
addFilterListener(EventListener) - Method in class is.codion.javafx.framework.model.ObservableEntityList
 
addFilterListener(EventListener) - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
 
addFilterListener(EventListener) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
addFocusGainedListener(EventDataListener<C>) - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
 
addFocusGainedListener(EventDataListener<Attribute<?>>) - Method in class is.codion.swing.framework.ui.EntityTableConditionPanel
 
addFocusListener(FocusListener) - Method in class is.codion.swing.common.ui.component.text.HintTextField
 
addFocusListener(FocusListener) - Method in class is.codion.swing.framework.ui.EntityComboBox
 
addForeignKeyValues(ForeignKey, Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
Adds the inserted entities to all foreign key models based on that entity type
addForeignKeyValues(ForeignKey, Collection<Entity>) - Method in class is.codion.javafx.framework.model.FXEntityEditModel
 
addForeignKeyValues(ForeignKey, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
 
addFormattedValidator(Attribute<T>, JTextComponent, EntityEditModel) - Static method in class is.codion.swing.framework.ui.EntityComponentValidators
Adds a validator to the given text component, based on the given value link and edit model
addFormattedValidator(Attribute<T>, JTextComponent, EntityEditModel, String) - Static method in class is.codion.swing.framework.ui.EntityComponentValidators
Adds a validator to the given text component, based on the given value link and edit model
addFunctions(Domain) - Method in class is.codion.framework.domain.DefaultDomain
Adds all the functions from the given domain to this domain.
addHandler(Handler) - Method in class is.codion.common.http.server.HttpServer
Adds a handler to this http server
addInitialFocusHack(JComponent, Action) - Static method in class is.codion.swing.common.ui.Utilities
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5018574
addInputPanel(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Adds a panel for the given attribute to this panel
addInputPanel(Attribute<?>, Object) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Adds a panel for the given attribute to this panel using the given layout constraints
addInputPanel(Attribute<?>, JComponent) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Adds a panel for the given attribute to this panel
addInputPanel(Attribute<?>, JComponent, Object) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Adds a panel for the given attribute to this panel using the given layout constraints
addInsertListener(EntityType, EventDataListener<List<Entity>>) - Static method in class is.codion.framework.model.EntityEditEvents
Adds an insert listener, notified each time entities of the given type are inserted.
addItem(R) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
Adds the given item to the bottom of this table model.
addItem(T) - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
Adds the given item to this model, respecting the sorting order if specified.
addItems(Collection<R>) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
Adds the given items to the bottom of this table model.
addItemsAt(int, Collection<R>) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
Adds the given items to this table model, non-filtered items are added at the given index.
addItemsAtSorted(int, Collection<R>) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
Adds the given items to this table model, non-filtered items are added at the given index.
addItemSorted(R) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
Adds the given item to the bottom of this table model.
addItemsSorted(Collection<R>) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
Adds the given items to the bottom of this table model.
addListDataListener(ListDataListener) - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
 
addListener(EventListener) - Method in interface is.codion.common.event.EventObserver
Adds listener to this EventObserver, adding the same listener a second time has no effect.
addListener(EventListener) - Method in class is.codion.common.value.AbstractValue
 
addLoginProxy(LoginProxy) - Method in class is.codion.common.rmi.server.AbstractServer
 
addLookAndFeelProvider(LookAndFeelProvider) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
Adds the given look and feel provider.
addLowerBoundListener(EventListener) - Method in interface is.codion.common.model.table.ColumnConditionModel
 
addLowerBoundListener(EventListener) - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
addMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
addModelAsItsOwnDetailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
addMouseListener(MouseListener) - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
Finalize this one since we call it in the constructor
addOnConnectListener(EventDataListener<EntityConnection>) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
addOnConnectListener(EventDataListener<EntityConnection>) - Method in interface is.codion.framework.db.EntityConnectionProvider
Adds a listener notified each time this connection provider establishes a connection to the database
addOnExitListener(EventListener) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Adds a listener notified when the application is about to exit.
addOnInsert() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
addOperatorListener(EventDataListener<Operator>) - Method in interface is.codion.common.model.table.ColumnConditionModel
 
addOperatorListener(EventDataListener<Operator>) - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
addPanelInitializedListener(EventDataListener<EntityEditPanel>) - Method in class is.codion.swing.framework.ui.EntityEditPanel
 
addPopupMenuControls(Controls) - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
addProcedures(Domain) - Method in class is.codion.framework.domain.DefaultDomain
Adds all the procedures from the given domain to this domain.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class is.codion.swing.common.ui.component.text.HintTextField
 
addRefreshFailedListener(EventDataListener<Throwable>) - Method in interface is.codion.common.model.FilteredModel
 
addRefreshFailedListener(EventDataListener<Throwable>) - Method in class is.codion.javafx.framework.model.ObservableEntityList
 
addRefreshFailedListener(EventDataListener<Throwable>) - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
 
addRefreshFailedListener(EventDataListener<Throwable>) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
addRefreshingObserver(StateObserver) - Method in interface is.codion.framework.model.EntityEditModel
Adds a StateObserver instance to this edit models refreshing observer
addRefreshingObserver(StateObserver) - Method in class is.codion.javafx.framework.model.FXEntityEditModel
 
addRefreshingObserver(StateObserver) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
 
addRefreshListener(EventListener) - Method in interface is.codion.common.model.FilteredModel
 
addRefreshListener(EventListener) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addRefreshListener(EventListener) - Method in interface is.codion.framework.model.EntityEditModel
 
addRefreshListener(EventListener) - Method in class is.codion.javafx.framework.model.ObservableEntityList
 
addRefreshListener(EventListener) - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
 
addRefreshListener(EventListener) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
addReports(Domain) - Method in class is.codion.framework.domain.DefaultDomain
Adds all the reports from the given domain to this domain.
addRowsRemovedListener(EventDataListener<FilteredTableModel.RemovedRows>) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
addRowsRemovedListener(EventDataListener<FilteredTableModel.RemovedRows>) - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
Adds a listener that is notified each time rows are removed from this model.
addSameDetailModelTwice() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
addSelectedEntitiesListener(EventDataListener<List<Entity>>) - Method in interface is.codion.framework.model.EntitySearchModel
 
addSelectedIndex(int) - Method in interface is.codion.common.model.table.SelectionModel
Selects the item at index
addSelectedIndex(int) - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
addSelectedIndexes(Collection<Integer>) - Method in interface is.codion.common.model.table.SelectionModel
Adds these indexes to the selection
addSelectedIndexes(Collection<Integer>) - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
addSelectedIndexesListener(EventDataListener<List<Integer>>) - Method in interface is.codion.common.model.table.SelectionModel
 
addSelectedIndexesListener(EventDataListener<List<Integer>>) - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
addSelectedIndexListener(EventDataListener<Integer>) - Method in interface is.codion.common.model.table.SelectionModel
 
addSelectedIndexListener(EventDataListener<Integer>) - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
addSelectedItem(Entity) - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
addSelectedItem(R) - Method in interface is.codion.common.model.table.SelectionModel
Adds the given item to the selection
addSelectedItemListener(EventDataListener<Entity>) - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
addSelectedItemListener(EventDataListener<List<ItemRandomizer.RandomItem<T>>>) - Method in class is.codion.swing.common.tools.ui.randomizer.ItemRandomizerPanel
 
addSelectedItemListener(EventDataListener<R>) - Method in interface is.codion.common.model.table.SelectionModel
 
addSelectedItems(Collection<Entity>) - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
addSelectedItems(Collection<R>) - Method in interface is.codion.common.model.table.SelectionModel
Adds the given items to the selection
addSelectedItemsListener(EventDataListener<List<Entity>>) - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
addSelectedItemsListener(EventDataListener<List<R>>) - Method in interface is.codion.common.model.table.SelectionModel
 
addSelectionListener(EventDataListener<T>) - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
 
addSelectionListener(EventListener) - Method in interface is.codion.common.model.table.SelectionModel
 
addSelectionListener(EventListener) - Method in interface is.codion.framework.model.EntityTableModel
 
addSelectionListener(EventListener) - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
addSelectionListener(EventListener) - Method in class is.codion.javafx.framework.model.ObservableEntityList
 
addSelectionListener(EventListener) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
addSeparator() - Method in interface is.codion.swing.common.ui.control.Controls
Adds a separator to the end of this controls instance
addSeparatorAt(int) - Method in interface is.codion.swing.common.ui.control.Controls
Adds a separator at the given index
addSerializer(Class<? extends T>, StdSerializer<T>) - Method in class is.codion.plugin.jackson.json.domain.EntityObjectMapper
Adds a serializer to this EntityObjectMapper instance.
addServerAddedListener(EventDataListener<ServerMonitor>) - Method in class is.codion.swing.framework.server.monitor.HostMonitor
 
addServerRemovedListener(EventDataListener<ServerMonitor>) - Method in class is.codion.swing.framework.server.monitor.HostMonitor
 
addServerShutDownListener(EventListener) - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
 
addServerStartedListener(EventListener) - Method in class is.codion.common.http.server.HttpServer
Adds a startup listener.
addServerStoppedListener(EventListener) - Method in class is.codion.common.http.server.HttpServer
Adds a shutdown listener.
addShutdownListener(EventListener) - Method in class is.codion.common.rmi.server.AbstractServer
 
addShutdownListener(EventListener) - Method in class is.codion.swing.common.tools.loadtest.LoadTestModel
 
addSingleFileDragAndDropSupport(JTextComponent) - Static method in class is.codion.swing.common.ui.FileTransferHandler
Makes the text component accept files during drag and drop operations and insert the absolute path of the dropped file (the first file in a list if more than one file is dropped)
addSortingChangedListener(EventDataListener<C>) - Method in interface is.codion.swing.common.model.component.table.FilteredTableSortModel
 
addSortListener(EventListener) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
addSortListener(EventListener) - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
 
addSortOrder(C, SortOrder) - Method in interface is.codion.swing.common.model.component.table.FilteredTableSortModel
Adds the given column sorting order to the currently sorted columns.
addState(State) - Method in interface is.codion.common.state.State.Group
Adds a state to this State.Group via a WeakReference, so it does not prevent it from being garbage collected.
addState(StateObserver) - Method in interface is.codion.common.state.State.Combination
Adds a state to this state combination
addStateListener(EventDataListener<Boolean>) - Method in class is.codion.swing.common.model.component.button.NullableToggleButtonModel
Adds a listener notified each time the state changes.
addSubsetIndicator(String, boolean) - Method in enum is.codion.common.model.table.ColumnSummary
 
addTemporalListener(EventDataListener<T>) - Method in class is.codion.swing.common.ui.component.text.TemporalField
 
addTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
addToolBarControls(Controls) - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
addUpdateListener(EntityType, EventDataListener<Map<Key, Entity>>) - Static method in class is.codion.framework.model.EntityEditEvents
Adds an update listener, notified each time entities of the given type are updated.
addUpperBoundListener(EventListener) - Method in interface is.codion.common.model.table.ColumnConditionModel
 
addUpperBoundListener(EventListener) - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
addValidator(Value.Validator<T>) - Method in class is.codion.common.value.AbstractValue
 
addValidator(Value.Validator<T>) - Method in interface is.codion.common.value.Value
Adds a validator to this Value.
addValidator(Value.Validator<T>) - Method in class is.codion.swing.common.ui.component.text.ValidationDocumentFilter
Adds a validator to this validation document
addValidator(Attribute<T>, JTextComponent, EntityEditModel) - Static method in class is.codion.swing.framework.ui.EntityComponentValidators
Adds a validator to the given text component, based on the given value link and edit model
addValidator(Attribute<T>, JTextComponent, EntityEditModel, String) - Static method in class is.codion.swing.framework.ui.EntityComponentValidators
Adds a validator to the given text component, based on the given value link and edit model
addValueListener(EventDataListener<Attribute<?>>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addValueListener(EventDataListener<Attribute<?>>) - Method in interface is.codion.framework.model.EntityEditModel
 
addValueListener(EventDataListener<T>) - Method in class is.codion.swing.common.ui.component.text.NumberField
 
addValueListener(Attribute<T>, EventDataListener<T>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
addValueListener(Attribute<T>, EventDataListener<T>) - Method in interface is.codion.framework.model.EntityEditModel
Adds a listener notified each time the value associated with the given attribute changes, either via editing or when the active entity is set.
addValuesListener(EventListener) - Method in interface is.codion.common.model.table.ColumnSummaryModel.SummaryValueProvider
 
addValuesListener(EventListener) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel.DefaultSummaryValueProvider
 
adminPort(int) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
 
adminUser() - Method in interface is.codion.framework.server.EntityServerConfiguration
 
adminUser(User) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
 
advanced() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
advancedViewState() - Method in class is.codion.swing.framework.ui.EntityTableConditionPanel
 
afterInsert(Entity, List<ColumnProperty<?>>, DatabaseConnection, Statement) - Method in interface is.codion.framework.domain.entity.KeyGenerator
Prepares the given entity after insert, that is, fetches automatically generated primary key values and populates the entity's primary key.
afterInsertFocusComponent() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
 
aggregateColumn(boolean) - Method in interface is.codion.framework.domain.property.ColumnProperty.Builder
Specifies that this column is an aggregate function column Also specifies that this column should not be a grouping column.
allocatedMemory() - Static method in class is.codion.common.Memory
 
allocatedMemory() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
 
allocatedMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin
 
allocatedMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
 
ALLOW_COLUMN_REORDERING - Static variable in class is.codion.swing.framework.ui.EntityTablePanel
Specifies whether columns can be rearranged in tables
Value type: Boolean
Default value: true
allowSelectionChange() - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
A default implementation returning true
allowSelectionChange() - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
 
allowSelectionChange(T) - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
 
allowsInvalid(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
 
allowsInvalid(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
 
alwaysOnTopState() - Method in class is.codion.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
alwaysOnTopState() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
and(StateObserver...) - Static method in interface is.codion.common.state.State
Creates a new State.Combination instance using Conjunction.AND.
and(Condition...) - Method in class is.codion.framework.db.condition.AbstractCondition
 
and(Condition...) - Method in interface is.codion.framework.db.condition.Condition
Returns a new Combination instance, combining this condition with the given one, AND'ing together.
and(Collection<? extends StateObserver>) - Static method in interface is.codion.common.state.State
Creates a new State.Combination instance using Conjunction.AND.
AND - is.codion.common.Conjunction
 
appendTo(StringBuilder) - Method in interface is.codion.common.logging.MethodLogger.Entry
Appends this logger entry along with any child-entries to the given StringBuilder.
applicationBatchSizeValue() - Method in interface is.codion.swing.common.tools.loadtest.LoadTest
 
applicationBatchSizeValue() - Method in class is.codion.swing.common.tools.loadtest.LoadTestModel
 
applicationCount() - Method in interface is.codion.swing.common.tools.loadtest.LoadTest
 
applicationCount() - Method in class is.codion.swing.common.tools.loadtest.LoadTestModel
 
applicationCountObserver() - Method in interface is.codion.swing.common.tools.loadtest.LoadTest
 
applicationCountObserver() - Method in class is.codion.swing.common.tools.loadtest.LoadTestModel
 
applicationIcon(ImageIcon) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
applicationIdentifier() - Method in class is.codion.javafx.framework.ui.EntityApplicationView
 
applicationModel() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
applicationModelFactory(Function<EntityConnectionProvider, M>) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
applicationName(String) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
applicationPanelFactory(Function<M, P>) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
applicationTabPane() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Returns the JTabbedPane used by the default UI, an empty Optional in case the default UI initialization has been overridden.
applicationVersion(Version) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
arguments() - Method in interface is.codion.common.proxy.ProxyBuilder.ProxyMethod.Parameters
 
argumentToString(String, Object) - Method in interface is.codion.common.logging.MethodLogger.ArgumentToString
 
argumentToString(String, Object) - Method in class is.codion.common.logging.MethodLogger.DefaultArgumentToString
 
ascending(Attribute<?>...) - Static method in interface is.codion.framework.domain.entity.OrderBy
 
ascending(Attribute<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
Adds an 'ascending' order by for the given attributes
ascendingNullsFirst(Attribute<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
Adds an 'ascending' order by for the given attributes with nulls appearing first
ascendingNullsLast(Attribute<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
Adds an 'ascending' order by for the given attributes with nulls appearing last
ASYNC_REFRESH - Static variable in interface is.codion.common.model.FilteredModel
Specifies whether data models should refresh data asynchronously or on the EDT.
Value type: Boolean
Default value: true
attribute() - Method in interface is.codion.framework.db.condition.AttributeCondition
 
attribute() - Method in exception is.codion.framework.domain.entity.exception.ValidationException
 
attribute() - Method in interface is.codion.framework.domain.entity.ForeignKey.Reference
 
attribute() - Method in interface is.codion.framework.domain.entity.Key
Returns this keys attribute.
attribute() - Method in interface is.codion.framework.domain.entity.OrderBy.OrderByAttribute
 
attribute() - Method in interface is.codion.framework.domain.property.ForeignKeyProperty
 
attribute() - Method in interface is.codion.framework.domain.property.Property
The Attribute this property is based on, should be unique within an Entity.
attribute() - Method in interface is.codion.framework.domain.property.Property.Builder
 
attribute() - Method in interface is.codion.framework.model.EntityTableModel.ColumnPreferences
 
attribute() - Method in class is.codion.javafx.framework.model.FXEntityListModel.AttributeTableColumn
 
attribute(EntityType, String, Class<T>) - Static method in interface is.codion.framework.domain.entity.Attribute
Creates a new Attribute, associated with the given entityType.
attribute(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition
Returns the attribute with the given name, null if none is found.
attribute(String, Class<T>) - Method in interface is.codion.framework.domain.entity.EntityType
Creates a new Attribute, associated with this EntityType.
Attribute<T> - Interface in is.codion.framework.domain.entity
Typed Attribute to base a Property on.
AttributeCondition<T> - Interface in is.codion.framework.db.condition
A Condition based on a single Attribute.
AttributeCondition.Builder<T> - Interface in is.codion.framework.db.condition
A builder for AttributeCondition.
attributes() - Method in interface is.codion.framework.db.condition.Condition
 
attributes() - Method in interface is.codion.framework.domain.entity.Key
 
attributeSearchSettings() - Method in interface is.codion.framework.model.EntitySearchModel
 
AttributeTableColumn(Attribute<T>, String) - Constructor for class is.codion.javafx.framework.model.FXEntityListModel.AttributeTableColumn
 
attributeValues() - Method in interface is.codion.framework.db.condition.UpdateCondition
 
auditAction() - Method in interface is.codion.framework.domain.property.AuditProperty
 
auditInsertTimeProperty(Attribute<T>) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance, representing the time a record was inserted.
auditInsertTimeProperty(Attribute<T>, String) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance, representing the time a record was inserted.
auditInsertUserProperty(Attribute<String>) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance, representing the username of the user who inserted a record.
auditInsertUserProperty(Attribute<String>, String) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance, representing the username of the user who inserted a record.
AuditProperty<T> - Interface in is.codion.framework.domain.property
A property representing an audit column
AuditProperty.AuditAction - Enum in is.codion.framework.domain.property
The possible audit actions
auditUpdateTimeProperty(Attribute<T>) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance, representing the time a record was updated.
auditUpdateTimeProperty(Attribute<T>, String) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance, representing the time a record was updated.
auditUpdateUserProperty(Attribute<String>) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance, representing the username of the user who updated a record.
auditUpdateUserProperty(Attribute<String>, String) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance, representing the username of the user who updated a record.
AUTHENTICATION_REQUIRED - Static variable in interface is.codion.framework.model.EntityApplicationModel
Specifies whether user authentication is required
Value type: Boolean
Default value: true
AUTHENTICATION_TOKEN_DELIMITER - Static variable in interface is.codion.common.credentials.CredentialsProvider
 
AUTHENTICATION_TOKEN_PREFIX - Static variable in interface is.codion.common.credentials.CredentialsProvider
 
AuthenticationException - Exception in is.codion.common.db.exception
An exception indication an authentication failure
AuthenticationException(String) - Constructor for exception is.codion.common.db.exception.AuthenticationException
 
authenticationToken(String[]) - Static method in interface is.codion.common.credentials.CredentialsProvider
Finds and returns an authentication token in the given String array
autoComplete(C) - Static method in class is.codion.swing.common.ui.component.combobox.Completion
Enables auto-completion on the given combobox
autoComplete(C, Completion.Normalize) - Static method in class is.codion.swing.common.ui.component.combobox.Completion
Enables auto-completion on the given combobox
AUTOCOMPLETE - is.codion.swing.common.ui.component.combobox.Completion.Mode
Identifies the completion mode AutoCompletion
autoEnable(boolean) - Method in interface is.codion.common.model.table.ColumnConditionModel.Builder
 
autoEnableState() - Method in interface is.codion.common.model.table.ColumnConditionModel
 
autoEnableState() - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
autoIncrementQuery(String) - Method in interface is.codion.common.db.database.Database
Returns a query string for retrieving the last automatically generated id from the given id source
automatic(String) - Static method in interface is.codion.framework.domain.entity.KeyGenerator
Instantiates a primary key generator which fetches automatically incremented primary key values after insert.
AUTOMATIC_WILDCARD - Static variable in interface is.codion.common.model.table.ColumnConditionModel
Specifies whether wildcards are automatically added to string conditions by default
Value type: ColumnConditionModel.AutomaticWildcard
Default value: ColumnConditionModel.AutomaticWildcard.NONE
automaticLoginUser(User) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
automaticWildcard(ColumnConditionModel.AutomaticWildcard) - Method in interface is.codion.common.model.table.ColumnConditionModel.Builder
 
automaticWildcardValue() - Method in interface is.codion.common.model.table.ColumnConditionModel
Note that this is only applicable to string based condition models and only used for operators Operator.EQUAL and Operator.NOT_EQUAL
automaticWildcardValue() - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
autoscrolls(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
 
AUXILIARY_SERVER_FACTORY_CLASS_NAMES - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
A comma separated list of auxiliary server factories, providing servers to run alongside this Server
Those must extend AuxiliaryServerFactory.
Value type: String
Default value: none
AuxiliaryServer - Interface in is.codion.common.rmi.server
Auxiliary servers to be run in conjunction with a Server must implement this interface.
AuxiliaryServerFactory<C extends Remote,​A extends ServerAdmin,​T extends AuxiliaryServer> - Interface in is.codion.common.rmi.server
Provides a AuxiliaryServer implementation.
auxiliaryServerFactoryClassNames() - Method in interface is.codion.common.rmi.server.ServerConfiguration
 
auxiliaryServerFactoryClassNames(Collection<String>) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
 
available() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
 
available() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
 
availableSummaries() - Method in interface is.codion.common.model.table.ColumnSummaryModel
 
AVERAGE - is.codion.common.model.table.ColumnSummary
 
averageGetTime() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
 

B

background(Color) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
background(Color) - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
 
BACKGROUND - Static variable in interface is.codion.swing.common.ui.control.Control
The key used for storing the background color.
backgroundColor(int, Attribute<?>) - Method in interface is.codion.framework.model.EntityTableModel
 
backgroundColor(int, Attribute<?>) - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
backgroundColor(int, Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
backgroundColor(JTable, int, boolean) - Method in interface is.codion.swing.framework.ui.EntityTableCellRenderer
Provides the background color for cells in the given table.
backgroundColorProvider() - Method in interface is.codion.framework.domain.entity.EntityDefinition
Returns the background color provider, never null
backgroundColorProvider(ColorProvider) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
 
backwardAction() - Static method in class is.codion.swing.common.ui.TransferFocusOnEnter
Instantiates an Action for transferring keyboard focus backward.
batchSize(int) - Method in interface is.codion.framework.db.EntityConnection.CopyEntities
 
batchSize(int) - Method in interface is.codion.framework.db.EntityConnection.InsertEntities
 
batchUpdateNotEnabled() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
beanProperty() - Method in interface is.codion.framework.domain.property.Property
 
beanProperty(String) - Method in interface is.codion.framework.domain.property.Property.Builder
Sets the bean name property to associate with this property
beforeApplicationStarted(Runnable) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
Runs before the application is started, but after Look and Feel initialization.
beforeInsert(Entity, List<ColumnProperty<?>>, DatabaseConnection) - Method in interface is.codion.framework.domain.entity.KeyGenerator
Prepares the given entity for insert, that is, generates and fetches any required primary key values and populates the entity's primary key.
beginTransaction() - Method in interface is.codion.common.db.connection.DatabaseConnection
Begins a transaction on this connection, to end the transaction use DatabaseConnection.commitTransaction() or DatabaseConnection.rollbackTransaction().
beginTransaction() - Method in interface is.codion.framework.db.EntityConnection
Begins a transaction on this connection
beginTransaction() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
Begins a transaction on this connection
beginTransaction(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityJsonService
Begins a transaction
beginTransaction(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityService
Begins a transaction
between(T, T) - Method in interface is.codion.framework.db.condition.AttributeCondition.Builder
Returns a 'between' AttributeCondition.
BETWEEN - is.codion.common.Operator
 
BETWEEN_EXCLUSIVE - is.codion.common.Operator
 
betweenExclusive(T, T) - Method in interface is.codion.framework.db.condition.AttributeCondition.Builder
Returns a 'betweenExclusive' AttributeCondition.
bigDecimalAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
Creates a new BigDecimal based attribute, associated with this EntityType.
bigDecimalField() - Static method in class is.codion.swing.common.ui.component.Components
 
bigDecimalField(Value<BigDecimal>) - Static method in class is.codion.swing.common.ui.component.Components
 
bigDecimalField(Attribute<BigDecimal>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
Creates a NumberField builder based on the given attribute.
bigDecimalNumberFormat() - Static method in class is.codion.common.formats.Formats
 
bigDecimalPropertyValue(StringProperty, DecimalFormat) - Static method in class is.codion.javafx.framework.ui.values.PropertyValues
 
bindEvents() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Override to add event bindings after initialization
bindSelectionModelEvents() - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
bindSelectionModelEvents() - Method in class is.codion.javafx.framework.model.ObservableEntityList
Binds model events to the selection model
blobProperty(Attribute<byte[]>) - Static method in interface is.codion.framework.domain.property.Property
Creates a new BlobProperty.Builder instance.
blobProperty(Attribute<byte[]>, String) - Static method in interface is.codion.framework.domain.property.Property
Creates a new BlobProperty.Builder instance.
BlobProperty - Interface in is.codion.framework.domain.property
A Types.BLOB based column property
BlobProperty.Builder - Interface in is.codion.framework.domain.property
Provides setters for BlobProperty properties
BOOLEAN - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
 
BOOLEAN_HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.framework.ui.EntityTableCellRenderer
The default horizontal alignment for boolean columns.
Value type: Integer
Default value: SwingConstants.CENTER
BOOLEAN_NULLABLE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
 
booleanAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
Creates a new Boolean based attribute, associated with this EntityType.
booleanComboBox() - Static method in class is.codion.swing.common.ui.component.Components
 
booleanComboBox(Value<Boolean>) - Static method in class is.codion.swing.common.ui.component.Components
 
booleanComboBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
Creates a boolean ComboBox builder based on the given attribute.
booleanComboBox(ItemComboBoxModel<Boolean>) - Static method in class is.codion.swing.common.ui.component.Components
 
booleanComboBox(ItemComboBoxModel<Boolean>, Value<Boolean>) - Static method in class is.codion.swing.common.ui.component.Components
 
booleanItemComboBoxModel() - Static method in class is.codion.swing.common.model.component.combobox.ItemComboBoxModel
Constructs a new Boolean based ItemComboBoxModel with null as the initially selected value.
booleanItemComboBoxModel(String) - Static method in class is.codion.swing.common.model.component.combobox.ItemComboBoxModel
Constructs a new Boolean based ItemComboBoxModel with null as the initially selected value.
booleanItemComboBoxModel(String, String, String) - Static method in class is.codion.swing.common.model.component.combobox.ItemComboBoxModel
Constructs a new Boolean based ItemComboBoxModel with null as the initially selected value.
booleanProperty(Attribute<Boolean>, Class<C>, C, C) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance representing a Boolean value.
booleanProperty(Attribute<Boolean>, String, Class<C>, C, C) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance representing a Boolean value.
booleanPropertyValue(BooleanProperty) - Static method in class is.codion.javafx.framework.ui.values.PropertyValues
 
booleanValue(String) - Static method in class is.codion.common.Configuration
Creates a boolean configuration value
booleanValue(String) - Method in interface is.codion.common.properties.PropertyStore
Creates a value for the given boolean property
booleanValue(String, boolean) - Static method in class is.codion.common.Configuration
Creates a boolean configuration value
booleanValue(String, boolean) - Method in interface is.codion.common.properties.PropertyStore
Creates a value for the given boolean property
booleanValueConverter(T, T) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.ValueConverter instance for converting a column value representing a boolean value to and from an actual Boolean.
border(Border) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
border(Border) - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
 
border(Border) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
 
border(Border) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
 
borderLayout() - Static method in class is.codion.swing.common.ui.layout.Layouts
Creates a BorderLayout using the default vertical and horizontal gap value
borderPainted(boolean) - Method in interface is.codion.swing.common.ui.component.ToolBarBuilder
 
BOTH - is.codion.swing.common.ui.component.table.FilteredTable.CenterOnScroll
Centers both the selected column and row, if possible.
bottomComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.SplitPaneBuilder
 
boundedItemRandomizer(Collection<T>) - Static method in interface is.codion.swing.common.tools.randomizer.ItemRandomizer
Instantiates a new ItemRandomizer with the added constraint that the total item weights can not exceed a defined maximum.
boundedItemRandomizer(Collection<T>, int) - Static method in interface is.codion.swing.common.tools.randomizer.ItemRandomizer
Instantiates a new ItemRandomizer with the added constraint that the total item weights can not exceed a defined maximum.
boxedType(Class<T>) - Static method in class is.codion.common.Primitives
 
build() - Method in interface is.codion.common.formats.LocaleDateTimePattern.Builder
 
build() - Method in interface is.codion.common.http.server.HttpServerConfiguration.Builder
 
build() - Method in interface is.codion.common.model.table.ColumnConditionModel.Builder
 
build() - Method in interface is.codion.common.proxy.ProxyBuilder
Builds the Proxy instance.
build() - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
 
build() - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
 
build() - Method in interface is.codion.common.scheduler.TaskScheduler.Builder
 
build() - Method in interface is.codion.framework.db.condition.SelectCondition.Builder
 
build() - Method in interface is.codion.framework.db.condition.UpdateCondition.Builder
 
build() - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
Builds a EntityConnectionProvider instance based on this builder
build() - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
 
build() - Method in interface is.codion.framework.db.http.HttpEntityConnections.Builder
 
build() - Method in class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
 
build() - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
 
build() - Method in interface is.codion.framework.domain.entity.Entity.Builder
Builds the Entity instance
build() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
 
build() - Method in interface is.codion.framework.domain.entity.Key.Builder
Builds the key instance
build() - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
 
build() - Method in interface is.codion.framework.domain.entity.query.SelectQuery.Builder
 
build() - Method in interface is.codion.framework.domain.entity.StringFactory.Builder
 
build() - Method in interface is.codion.framework.domain.property.Property.Builder
Builds a new Property instance
build() - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
 
build() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
 
build() - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
build() - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
Builds and returns the component, note that subsequent calls return the same component until ComponentBuilder.clear() has been called.
build() - Method in interface is.codion.swing.common.ui.component.ProgressBarBuilder
 
build() - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
 
build() - Method in interface is.codion.swing.common.ui.control.Control.Builder
 
build() - Method in interface is.codion.swing.common.ui.control.Controls.Builder
Builds the Controls
build() - Method in interface is.codion.swing.common.ui.control.ToggleControl.Builder
 
build() - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
 
build() - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
 
build() - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
 
build() - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
 
build() - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
 
build() - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
 
build() - Method in interface is.codion.swing.framework.ui.EntityTableCellRenderer.Builder
 
build(Consumer<C>) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
build(Consumer<C>) - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
Builds and returns the component, note that subsequent calls return the same component until ComponentBuilder.clear() has been called.
buildComponentValueMultiple() - Method in interface is.codion.swing.framework.ui.EntitySearchField.Builder
Creates a new ComponentValue based on this EntitySearchField, for multiple values.
buildEditModel(EntityConnectionProvider) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
Builds a SwingEntityEditModel instance
buildEditPanel(EntityConnectionProvider) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates an EntityEditPanel
builder() - Static method in interface is.codion.common.formats.LocaleDateTimePattern
 
builder() - Static method in interface is.codion.common.rmi.client.ConnectionRequest
 
builder() - Static method in interface is.codion.framework.db.EntityConnectionProvider
 
builder() - Static method in interface is.codion.framework.db.http.HttpEntityConnectionProvider
Instantiates a new builder instance.
builder() - Static method in class is.codion.framework.db.http.HttpEntityConnections
 
builder() - Static method in interface is.codion.framework.db.local.LocalEntityConnectionProvider
Instantiates a new builder instance.
builder() - Static method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider
Instantiates a new builder instance.
builder() - Static method in interface is.codion.framework.domain.entity.OrderBy
Creates a OrderBy.Builder instance.
builder() - Static method in interface is.codion.framework.domain.entity.query.SelectQuery
builder() - Static method in class is.codion.framework.domain.entity.StringFactory
 
builder() - Static method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
 
builder() - Static method in interface is.codion.swing.common.ui.component.button.CheckBoxBuilder
 
builder() - Static method in interface is.codion.swing.common.ui.component.button.RadioButtonBuilder
 
builder() - Static method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
 
builder() - Static method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
 
builder() - Static method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
 
builder() - Static method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
 
builder() - Static method in interface is.codion.swing.common.ui.component.text.PasswordFieldBuilder
 
builder() - Static method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
 
builder() - Static method in class is.codion.swing.common.ui.component.text.TextInputPanel
 
builder() - Static method in interface is.codion.swing.common.ui.control.Controls
 
builder() - Static method in class is.codion.swing.common.ui.KeyEvents
Instantiates a new KeyEvents.Builder instance.
builder() - Static method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
 
builder(int) - Static method in interface is.codion.common.http.server.HttpServerConfiguration
 
builder(int) - Static method in interface is.codion.common.rmi.server.ServerConfiguration
 
builder(int) - Static method in class is.codion.swing.common.ui.KeyEvents
Instantiates a new KeyEvents.Builder instance.
builder(int, int) - Static method in interface is.codion.common.rmi.server.ServerConfiguration
 
builder(int, int) - Static method in interface is.codion.framework.server.EntityServerConfiguration
 
builder(C, Class<T>) - Static method in interface is.codion.common.model.table.ColumnConditionModel
Returns a new ColumnConditionModel.Builder instance.
builder(State) - Static method in interface is.codion.swing.common.ui.control.ToggleControl
 
builder(Value<Boolean>) - Static method in interface is.codion.swing.common.ui.component.button.CheckBoxBuilder
 
builder(Value<Boolean>) - Static method in interface is.codion.swing.common.ui.component.button.RadioButtonBuilder
 
builder(Value<Boolean>) - Static method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
 
builder(Value<Boolean>) - Static method in interface is.codion.swing.common.ui.control.ToggleControl
 
builder(Value<String>) - Static method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
 
builder(Value<String>) - Static method in interface is.codion.swing.common.ui.component.text.PasswordFieldBuilder
 
builder(Value<String>) - Static method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
 
builder(Value<String>) - Static method in class is.codion.swing.common.ui.component.text.TextInputPanel
 
builder(Condition) - Static method in interface is.codion.framework.db.condition.SelectCondition
Returns a SelectCondition.Builder instance based on the given condition
builder(Condition) - Static method in interface is.codion.framework.db.condition.UpdateCondition
Returns a UpdateCondition.Builder instance based on the given condition
builder(EntityType) - Method in class is.codion.framework.domain.entity.DefaultEntities
 
builder(EntityType) - Method in interface is.codion.framework.domain.entity.Entities
Creates a new Entity.Builder instance.
builder(EntityType) - Static method in class is.codion.swing.framework.model.SwingEntityModel
Instantiates a new SwingEntityModel.Builder instance
builder(EntityType) - Static method in class is.codion.swing.framework.ui.EntityPanel
Instantiates a new EntityPanel.Builder
builder(Key) - Static method in interface is.codion.framework.domain.entity.Entity
 
builder(EntitySearchModel) - Static method in class is.codion.swing.framework.ui.EntitySearchField
Initializes a new EntitySearchField.Builder
builder(ItemComboBoxModel<T>) - Static method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
 
builder(ItemComboBoxModel<T>, Value<T>) - Static method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
 
builder(ProgressWorker.ProgressTask<T, V>) - Static method in class is.codion.swing.common.model.worker.ProgressWorker
 
builder(ProgressWorker.Task<T>) - Static method in class is.codion.swing.common.model.worker.ProgressWorker
 
builder(Control.Command) - Static method in interface is.codion.swing.common.ui.control.Control
Creates a new Builder.
builder(EntityComboBoxModel) - Static method in class is.codion.swing.framework.ui.EntityComboBox
Instantiates a new EntityComboBox builder
builder(EntityComboBoxModel, Value<Entity>) - Static method in class is.codion.swing.framework.ui.EntityComboBox
Instantiates a new EntityComboBox builder
builder(SwingEntityModel) - Static method in class is.codion.swing.framework.ui.EntityPanel
Instantiates a new EntityPanel.Builder
builder(SwingEntityModel.Builder) - Static method in class is.codion.swing.framework.ui.EntityPanel
Instantiates a new EntityPanel.Builder
builder(SwingEntityTableModel) - Static method in class is.codion.swing.framework.ui.EntitySelectionDialog
Creates a new EntitySelectionDialog.Builder instance.
builder(SwingEntityTableModel, Property<T>) - Static method in interface is.codion.swing.framework.ui.EntityTableCellRenderer
Instantiates a new EntityTableCellRenderer.Builder with defaults based on the given property.
builder(LayoutManager) - Static method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
 
builder(Class<T>) - Static method in interface is.codion.common.proxy.ProxyBuilder
Returns a new ProxyBuilder instance.
builder(Class<T>) - Static method in class is.codion.swing.common.ui.component.text.NumberField
 
builder(Class<T>) - Static method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
 
builder(Class<T>, Value<T>) - Static method in class is.codion.swing.common.ui.component.text.NumberField
 
builder(Class<T>, Value<T>) - Static method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
 
builder(Class<T>, String) - Static method in class is.codion.swing.common.ui.component.text.TemporalField
A builder for TemporalField.
builder(Class<T>, String) - Static method in class is.codion.swing.common.ui.component.text.TemporalInputPanel
 
builder(Class<T>, String, Value<T>) - Static method in class is.codion.swing.common.ui.component.text.TemporalField
A builder for TemporalField.
builder(Class<T>, String, Value<T>) - Static method in class is.codion.swing.common.ui.component.text.TemporalInputPanel
 
builder(Runnable) - Static method in interface is.codion.common.scheduler.TaskScheduler
 
builder(List<Item<T>>) - Static method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
 
builder(List<Item<T>>, Value<T>) - Static method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
 
builder(Action) - Static method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
 
builder(BoundedRangeModel) - Static method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
 
builder(BoundedRangeModel, Value<Integer>) - Static method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
 
builder(ComboBoxModel<T>) - Static method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
 
builder(ComboBoxModel<T>, Value<T>) - Static method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
 
builder(JPanel) - Static method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
 
builder(SpinnerListModel) - Static method in interface is.codion.swing.common.ui.component.spinner.ItemSpinnerBuilder
 
builder(SpinnerListModel) - Static method in interface is.codion.swing.common.ui.component.spinner.ListSpinnerBuilder
 
builder(SpinnerListModel, Value<T>) - Static method in interface is.codion.swing.common.ui.component.spinner.ItemSpinnerBuilder
 
builder(SpinnerListModel, Value<T>) - Static method in interface is.codion.swing.common.ui.component.spinner.ListSpinnerBuilder
 
builder(SpinnerNumberModel, Class<T>) - Static method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
 
builder(SpinnerNumberModel, Class<T>, Value<T>) - Static method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
 
builderFromSystemProperties() - Static method in interface is.codion.common.http.server.HttpServerConfiguration
Parses configuration from system properties.
builderFromSystemProperties() - Static method in interface is.codion.common.rmi.server.ServerConfiguration
Returns a Builder initialized with values from system properties.
builderFromSystemProperties() - Static method in interface is.codion.framework.server.EntityServerConfiguration
Returns a Builder initialized with values from system properties.
buildModel(EntityConnectionProvider) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
Builds a SwingEntityModel instance
buildPanel() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates an EntityPanel based on this builder, assuming a EntityModel is available.
buildPanel(EntityConnectionProvider) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates an EntityPanel based on this builder
buildPanel(SwingEntityModel) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates an EntityPanel based on this builder
buildTableModel(EntityConnectionProvider) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
Builds a SwingEntityTableModel instance
buildTablePanel(EntityConnectionProvider) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates an EntityTablePanel
buildValue() - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
buildValue() - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
Builds and returns the component value, note that subsequent calls return the same component value until ComponentBuilder.clear() has been called.
button() - Static method in class is.codion.swing.common.ui.component.Components
 
button() - Method in class is.codion.swing.common.ui.component.text.TextInputPanel
 
button(Action) - Static method in class is.codion.swing.common.ui.component.Components
 
ButtonBuilder<T,​C extends AbstractButton,​B extends ButtonBuilder<T,​C,​B>> - Interface in is.codion.swing.common.ui.component.button
Builds buttons.
buttonFocusable(boolean) - Method in interface is.codion.swing.common.ui.component.text.TemporalInputPanel.Builder
 
buttonFocusable(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextInputPanel.Builder
 
buttonPanelBorder(Border) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
 
buttonPanelConstraints(int) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
byteArrayAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
Creates a new Attribute, associated with this EntityType.

C

CACHE_REPORTS - Static variable in interface is.codion.common.db.report.Report
Specifies whether to cache reports when loaded from disk/network, this prevents "hot deploy" of reports.
Value type: Boolean
Default value: true
calendarButton() - Method in class is.codion.swing.common.ui.component.text.TemporalInputPanel
 
calendarDialog() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
 
CalendarDialogBuilder - Interface in is.codion.swing.common.ui.dialog
Builds a dialog for displaying a calendar for date/time input.
CalendarPanel - Class in is.codion.swing.common.ui.component.calendar
A panel presenting a calendar for date/time selection.

For a CalendarPanel without time fields use the CalendarPanel.dateCalendarPanel() factory method.
For a CalendarPanel with time fields use the CalendarPanel.dateTimeCalendarPanel() factory method.

Keyboard navigation:

Previous/next year: CTRL + left/right arrow or down/up arrow.
Previous/next month: SHIFT + left/right arrow or down/up arrow.
Previous/next week: ALT + up/down arrow.
Previous/next day: ALT + left/right arrow.
Previous/next hour: SHIFT-ALT + left/right arrow or down/up arrow.
Previous/next minute: CTRL-ALT + left/right arrow or down/up arrow.
cancel() - Static method in class is.codion.common.i18n.Messages
 
cancelAction(Action) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
 
cancelEnabledState(StateObserver) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
Note that this is overridden by OkCancelDialogBuilder.cancelAction(Action).
CancelException - Exception in is.codion.common.model
Used when actions must be cancelled from deep within a call stack.
CancelException() - Constructor for exception is.codion.common.model.CancelException
 
cancelMnemonic() - Static method in class is.codion.common.i18n.Messages
 
canImport(TransferHandler.TransferSupport) - Method in class is.codion.swing.common.ui.FileTransferHandler
 
caption() - Method in interface is.codion.common.item.Item
 
caption() - Method in interface is.codion.framework.domain.entity.EntityDefinition
 
caption() - Method in interface is.codion.framework.domain.property.Property
 
caption() - Method in class is.codion.javafx.framework.ui.EntityView
 
caption() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
 
caption(Operator) - Static method in interface is.codion.common.model.table.ColumnConditionModel
 
caption(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
Sets the caption for this entity type
caption(String) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
 
caption(String) - Method in interface is.codion.swing.common.ui.component.text.TextInputPanel.Builder
If specified a titled border with the given caption is added to the input field
caption(String) - Method in interface is.codion.swing.common.ui.control.Control.Builder
 
caption(String) - Method in interface is.codion.swing.common.ui.control.Controls.Builder
 
caption(String) - Method in interface is.codion.swing.common.ui.control.ToggleControl.Builder
 
caption(String) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
 
caption(String) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
 
captionResourceKey(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
Specifies the resource bundle key associated with the caption.
captionResourceKey(String) - Method in interface is.codion.framework.domain.property.Property.Builder
Specifies the resource bundle from which to retrieve the caption for this property, assuming the resource key is the attribute name (Attribute.name()).
CASE_SENSITIVE - Static variable in interface is.codion.common.model.table.ColumnConditionModel
Specifies whether string based conditions are case-sensitive or not by default
Value type: Boolean
Default value: true
caseDocumentFilter() - Static method in class is.codion.swing.common.ui.component.text.CaseDocumentFilter
Creates a new CaseDocumentFilter instance, configured with CaseDocumentFilter.DocumentCase.NONE
CaseDocumentFilter - Class in is.codion.swing.common.ui.component.text
A DocumentFilter implementation with automatic conversion to upper or lower case.
CaseDocumentFilter.DocumentCase - Enum in is.codion.swing.common.ui.component.text
Specifies possible case conversions for document text.
caseSensitive(boolean) - Method in interface is.codion.common.model.table.ColumnConditionModel.Builder
 
caseSensitiveSearchState() - Method in interface is.codion.swing.common.model.component.table.FilteredTableSearchModel
 
caseSensitiveState() - Method in interface is.codion.common.model.table.ColumnConditionModel
 
caseSensitiveState() - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
caseSensitiveState() - Method in interface is.codion.framework.model.EntitySearchModel.SearchSettings
 
caseSensitiveState() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
 
castTo(Class<T>) - Method in interface is.codion.framework.domain.entity.Entity
Casts this entity to the given type.
castTo(Class<T>, List<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
Casts the given entities to the given type.
cellRenderer(ListCellRenderer<T>) - Method in interface is.codion.swing.common.ui.component.ListBuilder
 
centerFrame(boolean) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
centerImage(Point2D.Double) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Centers the image on the given image point
centerImage(Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Centers the image on the given point on the panel, if it is within the image boundaries.
CHANGE_ON_SELECTION - Static variable in class is.codion.swing.common.ui.laf.LookAndFeelSelectionPanel
Specifies whether to change the Look and Feel dynamically when selecting
Value type: Boolean
Default value: false
changedUpdate(DocumentEvent) - Method in interface is.codion.swing.common.model.component.text.DocumentAdapter
 
changeListener(ChangeListener) - Method in interface is.codion.swing.common.ui.component.TabbedPaneBuilder
 
changeObserver() - Method in class is.codion.common.value.AbstractValue
By default this method returns the internal change event observer, which is triggered internally or by calling AbstractValue.notifyValueChange().
changeOnSelection(boolean) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
 
characterAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
Creates a new Character based attribute, associated with this EntityType.
characterValue(String) - Static method in class is.codion.common.Configuration
Creates a character configuration value
characterValue(String) - Method in interface is.codion.common.properties.PropertyStore
Creates a value for the given long property
characterValue(String, char) - Static method in class is.codion.common.Configuration
Creates a character configuration value
characterValue(String, char) - Method in interface is.codion.common.properties.PropertyStore
Creates a value for the given long property
checkBox() - Static method in class is.codion.swing.common.ui.component.Components
 
checkBox(Value<Boolean>) - Static method in class is.codion.swing.common.ui.component.Components
 
checkBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
Creates a CheckBox builder based on the given attribute.
CheckBoxBuilder - Interface in is.codion.swing.common.ui.component.button
Builds a JCheckBox.
checkConnectionQuery() - Method in class is.codion.common.db.database.AbstractDatabase
 
checkConnectionQuery() - Method in interface is.codion.common.db.database.Database
Returns a query to use when checking if the connection is valid, this is used in cases where the dbms does not support the isValid() call.
checkOutTimeCollection() - Method in class is.codion.swing.framework.server.monitor.ConnectionPoolMonitor
 
childEntries() - Method in interface is.codion.common.logging.MethodLogger.Entry
 
childPanels() - Method in interface is.codion.swing.common.ui.component.panel.HierarchyPanel
 
childPanels() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
childPanels() - Method in class is.codion.swing.framework.ui.EntityPanel
 
childViews() - Method in class is.codion.javafx.framework.ui.EntityApplicationView
 
childViews() - Method in class is.codion.javafx.framework.ui.EntityView
 
childViews() - Method in interface is.codion.javafx.framework.ui.ViewTreeNode
 
className() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainOperation
 
className() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
The classname of the underlying LookAndFeel
CLASSPATH_KEYSTORE - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
The rmi ssl keystore to use on the classpath, this will be resolved to a temporary file and set as the javax.net.ssl.keyStore system property on server start
Value type: String Default value: null
classPathReport(Class<?>, String) - Static method in class is.codion.plugin.jasperreports.model.JasperReports
Instantiates a JRReport for a classpath based report.
cleanup(T) - Method in class is.codion.swing.common.tools.loadtest.AbstractUsageScenario
Called after this scenario has been run, override to clean up the application after each run
clear() - Method in interface is.codion.common.properties.PropertyValue
Sets this value to null as well as removing it from the underlying store and clearing the system property.
clear() - Method in interface is.codion.common.value.ValueSet
Clears all values from this ValueSet.
clear() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
clear() - Method in interface is.codion.framework.model.EntityTableModel
Clears all items from this table model
clear() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
clear() - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
Clears all items from this combo box model
clear() - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
clear() - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
Clears all items from this table model
clear() - Method in interface is.codion.swing.common.model.component.table.FilteredTableSortModel
Clears the sorting states from this sort model.
clear() - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
clear() - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
Clears this builder so that it builds a new instance on next call to ComponentBuilder.build() or ComponentBuilder.buildValue().
clear() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
clear() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
CLEAR - is.codion.swing.framework.ui.EntityEditPanel.ControlCode
 
CLEAR - is.codion.swing.framework.ui.EntityTablePanel.ControlCode
 
CLEAR_FOREIGN_KEY_ON_EMPTY_SELECTION - Static variable in interface is.codion.framework.model.ForeignKeyDetailModelLink
Specifies whether a detail model sets the master foreign key to null when null or no value is selected in a master model
Value type: Boolean
Default value: false
CLEAR_SELECTION - is.codion.swing.framework.ui.EntityTablePanel.ControlCode
 
clearAndRequestFocus() - Method in class is.codion.swing.framework.ui.EntityEditPanel
Clears the underlying edit model and requests the initial focus.
clearCache() - Method in class is.codion.common.db.report.AbstractReport
 
clearCache() - Method in interface is.codion.common.db.report.Report
Clears the report cache, if caching is not enabled calling this method has no effect
clearComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
Clears all combobox models
clearCondition() - Method in interface is.codion.common.model.table.ColumnConditionModel
Disables and clears this condition model, that is, sets the upper and lower bounds to null and the operator to the default value Operator.EQUAL
clearCondition() - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
clearConditions() - Method in interface is.codion.framework.model.EntityTableConditionModel
Clears the search state of all the condition models, disables them and resets the operator to Operator.EQUAL
clearEditModelClearTableSelection() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
clearExceptions() - Method in class is.codion.swing.common.tools.loadtest.AbstractUsageScenario
 
clearExceptions() - Method in interface is.codion.swing.common.tools.loadtest.UsageScenario
Clears the exceptions that have been collected so far
clearFilters() - Method in interface is.codion.framework.model.EntityTableConditionModel
Clears the search state of all the filter models, disables them and resets the operator to Operator.EQUAL
clearForeignKeyOnEmptySelection() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
clearInPoolStatistics() - Method in class is.codion.swing.framework.server.monitor.ConnectionPoolMonitor
Clears all graph data sets
clearMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
clearPassword() - Method in interface is.codion.common.user.User
Clears the password
clearPrimaryKey() - Method in interface is.codion.framework.domain.entity.Entity
Clears the primary key values from this entity, current as well as original values if any
clearReportCache() - Method in interface is.codion.framework.server.EntityServerAdmin
Clears any cached reports
clearReportCache() - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
Clears the server report cache
clearSelection() - Method in interface is.codion.common.model.table.SelectionModel
Clears the selection
clearSelection() - Method in class is.codion.javafx.framework.model.FXEntityListSelectionModel
 
clearSelection() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
clearSelection() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
clearStatistics() - Method in class is.codion.swing.framework.server.monitor.ConnectionPoolMonitor
Resets all collected pool statistics
clearStatistics() - Method in class is.codion.swing.framework.server.monitor.DatabaseMonitor
Resets all collected statistics
clearStatistics() - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
Clears all collected statistics
clearTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
CLIENT_CONNECTION_TYPE - Static variable in interface is.codion.framework.db.EntityConnectionProvider
Specifies whether the client should connect locally, via rmi or http, accepted values: local, remote, http
Value type: String
Default value: local
CLIENT_DOMAIN_CLASS - Static variable in interface is.codion.framework.db.EntityConnectionProvider
Specifies the name of the domain model class required for a client connection.
Value type: String
Default value: null
CLIENT_HOST_KEY - Static variable in interface is.codion.common.rmi.server.Server
Specifies the client host connection parameter
clientId() - Method in interface is.codion.common.rmi.client.ConnectionRequest
 
clientId() - Method in interface is.codion.common.rmi.server.ClientLog
 
clientId() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
clientId() - Method in interface is.codion.framework.db.EntityConnectionProvider
 
clientId(UUID) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
 
clientId(UUID) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
 
clientId(UUID) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
 
clientId(UUID) - Method in interface is.codion.framework.db.http.HttpEntityConnections.Builder
 
ClientInstanceMonitor - Class in is.codion.swing.framework.server.monitor
A ClientInstanceMonitor
ClientInstanceMonitor(EntityServerAdmin, RemoteClient) - Constructor for class is.codion.swing.framework.server.monitor.ClientInstanceMonitor
Instantiates a new ClientInstanceMonitor, monitoring the given client
ClientInstanceMonitorPanel - Class in is.codion.swing.framework.server.monitor.ui
A ClientInstanceMonitorPanel
ClientInstanceMonitorPanel(ClientInstanceMonitor) - Constructor for class is.codion.swing.framework.server.monitor.ui.ClientInstanceMonitorPanel
Instantiates a new ClientInstanceMonitorPanel
clientLog(UUID) - Method in interface is.codion.framework.server.EntityServerAdmin
 
clientLog(UUID, LocalDateTime, List<MethodLogger.Entry>) - Static method in interface is.codion.common.rmi.server.ClientLog
Instantiates a new ClientLog instance.
ClientLog - Interface in is.codion.common.rmi.server
Encapsulates a collection of server access log entries and basic connection access info.
clientLoggingEnabled(boolean) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
 
clientMonitor() - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
 
ClientMonitor - Class in is.codion.swing.framework.server.monitor
A ClientMonitor
ClientMonitor(EntityServerAdmin, String, User) - Constructor for class is.codion.swing.framework.server.monitor.ClientMonitor
Instantiates a new ClientMonitor
ClientMonitorPanel - Class in is.codion.swing.framework.server.monitor.ui
A ClientMonitorPanel
ClientMonitorPanel() - Constructor for class is.codion.swing.framework.server.monitor.ui.ClientMonitorPanel
Instantiates a new ClientMonitorPanel
clientProperty(Object, Object) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
clientProperty(Object, Object) - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
Adds an arbitrary key/value "client property" to the component
clients() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
 
clients() - Method in interface is.codion.common.rmi.server.ServerAdmin
 
clients(User) - Method in class is.codion.common.rmi.server.DefaultServerAdmin
 
clients(User) - Method in interface is.codion.common.rmi.server.ServerAdmin
 
clients(String) - Method in class is.codion.common.rmi.server.AbstractServer
 
clients(String) - Method in class is.codion.common.rmi.server.DefaultServerAdmin
 
clients(String) - Method in interface is.codion.common.rmi.server.ServerAdmin
 
clients(String) - Method in class is.codion.framework.server.EntityServer
 
Clients - Class in is.codion.common.rmi.client
Utility methods for remote clients
clientTypeId() - Method in interface is.codion.common.rmi.client.ConnectionRequest
 
clientTypeId() - Method in interface is.codion.common.rmi.server.LoginProxy
 
clientTypeId() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
clientTypeId() - Method in interface is.codion.framework.db.EntityConnectionProvider
 
clientTypeId() - Method in class is.codion.swing.framework.server.monitor.ClientMonitor
 
clientTypeId(String) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
 
clientTypeId(String) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
 
clientTypeId(String) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
 
clientTypeId(String) - Method in interface is.codion.framework.db.http.HttpEntityConnections.Builder
 
clientTypeIdleConnectionTimeouts() - Method in interface is.codion.framework.server.EntityServerConfiguration
 
clientTypeIdleConnectionTimeouts(Map<String, Integer>) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
 
clientTypeListModel() - Method in class is.codion.swing.framework.server.monitor.ClientUserMonitor
 
clientTypes() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
 
clientTypes() - Method in interface is.codion.common.rmi.server.ServerAdmin
 
ClientUserMonitor - Class in is.codion.swing.framework.server.monitor
A ClientUserMonitor for monitoring connected clients and users connected to a server
ClientUserMonitor(EntityServerAdmin, int) - Constructor for class is.codion.swing.framework.server.monitor.ClientUserMonitor
Instantiates a new ClientUserMonitor
ClientUserMonitorPanel - Class in is.codion.swing.framework.server.monitor.ui
A ClientUserMonitorPanel
ClientUserMonitorPanel(ClientUserMonitor) - Constructor for class is.codion.swing.framework.server.monitor.ui.ClientUserMonitorPanel
Instantiates a new ClientUserMonitorPanel
clientVersion() - Method in interface is.codion.common.rmi.client.ConnectionRequest
 
clientVersion() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
clientVersion() - Method in interface is.codion.framework.db.EntityConnectionProvider
 
clientVersion(Version) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
 
clientVersion(Version) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
 
clientVersion(Version) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
 
close() - Method in interface is.codion.common.db.connection.DatabaseConnection
Performs a rollback and disconnects this connection.
close() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
Closes this connection pool, connections subsequently checked in are disconnected
close() - Method in interface is.codion.common.db.result.ResultIterator
Closes the underlying result set and other resources held by this iterator
close() - Method in interface is.codion.common.rmi.server.LoginProxy
Disposes of all resources used by this LoginProxy, after a call to this method the proxy should be regarded as unusable.
close() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
close() - Method in interface is.codion.framework.db.EntityConnection
Performs a rollback and disconnects this connection
close() - Method in interface is.codion.framework.db.EntityConnectionProvider
Logs out, disconnects and performs cleanup if required
close() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
Closes this connection.
close() - Method in class is.codion.framework.server.AbstractRemoteEntityConnection
Disconnects this connection
close() - Method in class is.codion.swing.framework.tools.explorer.DatabaseExplorerModel
 
close(EntityConnection) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
Closes the given connection
close(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityJsonService
Disconnects the underlying connection
close(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityService
Disconnects the underlying connection
closeConnectionPool(String) - Method in class is.codion.common.db.database.AbstractDatabase
 
closeConnectionPool(String) - Method in interface is.codion.common.db.database.Database
Closes and removes the pool associated with the given user
closeConnectionPools() - Method in class is.codion.common.db.database.AbstractDatabase
 
closeConnectionPools() - Method in interface is.codion.common.db.database.Database
Closes and removes all available connection pools
closeEvent(EventObserver<?>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
Sets the Event which triggers the closing of the dialog, note that ComponentDialogBuilder.disposeOnEscape(boolean) has no effect if the closeEvent is specified.
closeSilently(Connection) - Static method in interface is.codion.common.db.database.Database
Closes the given Connection instance, suppressing any SQLExceptions that may occur.
closeSilently(ResultSet) - Static method in interface is.codion.common.db.database.Database
Closes the given ResultSet instance, suppressing any SQLExceptions that may occur.
closeSilently(Statement) - Static method in interface is.codion.common.db.database.Database
Closes the given Statement instance, suppressing any SQLExceptions that may occur.
CODE - Static variable in interface is.codion.framework.model.test.TestDomain.Master
 
collapseAll(JTree, TreePath) - Static method in class is.codion.swing.common.ui.Utilities
Collapses all the paths from a parent in the given tree
collate(List<?>) - Static method in class is.codion.common.Text
Sorts the string representations of the list contents, using the space aware collator
collateSansSpaces(Collator, String, String) - Static method in class is.codion.common.Text
Collates the given strings after replacing spaces with underscores
collateSansSpaces(Collator, List<?>) - Static method in class is.codion.common.Text
Collates the contents of the list, replacing spaces with underscores before sorting
collectChartDataState() - Method in interface is.codion.swing.common.tools.loadtest.LoadTest
 
collectChartDataState() - Method in class is.codion.swing.common.tools.loadtest.LoadTestModel
 
collectCheckOutTimesState() - Method in class is.codion.swing.framework.server.monitor.ConnectionPoolMonitor
 
collectSnapshotStatisticsState() - Method in class is.codion.swing.framework.server.monitor.ConnectionPoolMonitor
 
color(Entity, Attribute<?>) - Method in interface is.codion.framework.domain.entity.ColorProvider
Returns the Object representing the specific color to use for the given attribute in the given entity, null in case of no specific color
ColorProvider - Interface in is.codion.framework.domain.entity
Provides background/foreground colors for entities.
column() - Method in interface is.codion.swing.common.model.component.table.FilteredTableSearchModel.RowColumn
 
Column - Class in is.codion.swing.framework.tools.metadata
A database metadata column.
COLUMN - is.codion.swing.common.ui.component.table.FilteredTable.CenterOnScroll
Centers the selected column, if possible.
COLUMN_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel
Specifies how column selection is presented to the user.
Value type: EntityTablePanel.ColumnSelection
Default value: EntityTablePanel.ColumnSelection.DIALOG
columnClass() - Method in interface is.codion.common.model.table.ColumnConditionModel
 
columnClass() - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
columnClass() - Method in class is.codion.swing.framework.tools.metadata.Column
 
columnClass(C) - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel.ColumnValueProvider
Returns the class of the column with the given identifier
columnClass(Class<C>, ColumnProperty.ValueConverter<T, C>) - Method in interface is.codion.framework.domain.property.ColumnProperty.Builder
Sets the actual column type, and the required ColumnProperty.ValueConverter.
columnClass(Class<C>, ColumnProperty.ValueConverter<T, C>, ColumnProperty.ValueFetcher<C>) - Method in interface is.codion.framework.domain.property.ColumnProperty.Builder
Sets the actual column type, and the required ColumnProperty.ValueConverter.
columnComponents() - Method in class is.codion.swing.common.ui.component.table.TableColumnComponentPanel
 
ColumnConditionModel<C,​T> - Interface in is.codion.common.model.table
Specifies a condition model based on a table column, parameters, operator, upper bound and lower bound, as well as relevant events and states.
ColumnConditionModel.AutomaticWildcard - Enum in is.codion.common.model.table
The possible automatic wildcard types
ColumnConditionModel.Builder<C,​T> - Interface in is.codion.common.model.table
Builds a ColumnConditionModel instance.
columnConditionPanel(ColumnConditionModel<C, T>, ColumnConditionPanel.ToggleAdvancedButton) - Static method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
Instantiates a new ColumnConditionPanel, with a default bound field factory.
columnConditionPanel(ColumnConditionModel<C, T>, ColumnConditionPanel.ToggleAdvancedButton, ColumnConditionPanel.BoundFieldFactory) - Static method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
Instantiates a new ColumnConditionPanel.
ColumnConditionPanel<C,​T> - Class in is.codion.swing.common.ui.component.table
A UI implementation for ColumnConditionModel.
ColumnConditionPanel.BoundFieldFactory - Interface in is.codion.swing.common.ui.component.table
Provides equal, upper and lower bound input fields for a ColumnConditionPanel
ColumnConditionPanel.ToggleAdvancedButton - Enum in is.codion.swing.common.ui.component.table
Specifies whether a condition panel should include a button for toggling advanced mode.
columnExpression() - Method in interface is.codion.framework.domain.property.ColumnProperty
 
columnExpression(String) - Method in interface is.codion.framework.domain.property.ColumnProperty.Builder
 
columnFilterModel(C) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
columnFilterModel(C) - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
Returns the ColumnConditionModel for the column with the given identifier.
columnFilterModels() - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
columnFilterModels() - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
 
columnHasDefaultValue() - Method in interface is.codion.framework.domain.property.ColumnProperty
 
columnHasDefaultValue(boolean) - Method in interface is.codion.framework.domain.property.ColumnProperty.Builder
Specifies that the underlying table column has a default value
columnIdentifier() - Method in interface is.codion.common.model.table.ColumnConditionModel
 
columnIdentifier() - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
columnIdentifier() - Method in interface is.codion.swing.common.model.component.table.FilteredTableSortModel.ColumnSortOrder
 
columnIdentifier(int) - Method in interface is.codion.swing.common.model.component.table.FilteredTableColumnModel
 
columnModel() - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
columnModel() - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
 
columnName() - Method in interface is.codion.framework.domain.property.ColumnProperty
 
columnName() - Method in class is.codion.swing.framework.tools.metadata.Column
 
columnName() - Method in class is.codion.swing.framework.tools.metadata.PrimaryKeyColumn
 
columnName(String) - Method in interface is.codion.framework.domain.property.ColumnProperty.Builder
Sets the actual string used as column when querying
columnPreferences(Attribute<?>, int, int) - Static method in interface is.codion.framework.model.EntityTableModel
Creates a new EntityTableModel.ColumnPreferences instance.
columnProperties() - Method in interface is.codion.framework.domain.entity.EntityDefinition
 
columnProperties(List<Attribute<?>>) - Method in interface is.codion.framework.domain.entity.EntityDefinition
Returns the ColumnPropertys based on the given attributes
columnProperty(Attribute<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition
 
columnProperty(Attribute<T>) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance.
columnProperty(Attribute<T>, String) - Static method in interface is.codion.framework.domain.property.Property
Creates a new ColumnProperty.Builder instance.
ColumnProperty<T> - Interface in is.codion.framework.domain.property
Specifies a property based on a table column
ColumnProperty.Builder<T,​B extends ColumnProperty.Builder<T,​B>> - Interface in is.codion.framework.domain.property
Provides setters for ColumnProperty properties
ColumnProperty.ValueConverter<T,​C> - Interface in is.codion.framework.domain.property
Converts to and from SQL values, such as integers being used to represent booleans in a database.
ColumnProperty.ValueFetcher<C> - Interface in is.codion.framework.domain.property
Fetches a single value from a result set.
columns() - Method in interface is.codion.framework.domain.entity.query.SelectQuery
 
columns() - Method in interface is.codion.swing.common.model.component.table.FilteredTableColumnModel
 
columns() - Method in class is.codion.swing.framework.tools.metadata.Table
 
columns(int) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
 
columns(int) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
 
columns(int) - Method in interface is.codion.swing.common.ui.component.text.TemporalInputPanel.Builder
 
columns(int) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
 
columns(int) - Method in interface is.codion.swing.common.ui.component.text.TextInputPanel.Builder
 
columns(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
 
columns(int) - Method in interface is.codion.swing.framework.ui.EntitySearchField.Builder
 
columns(String) - Method in interface is.codion.framework.domain.entity.query.SelectQuery.Builder
Specifies the columns clause to use, without the SELECT keyword.
columnSize() - Method in class is.codion.swing.framework.tools.metadata.Column
 
columnSortOrder() - Method in interface is.codion.swing.common.model.component.table.FilteredTableSortModel
Returns the current column sort order, in order of priority
ColumnSummary - Enum in is.codion.common.model.table
The summary types available to the default summary model
columnSummaryModel(C) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
columnSummaryModel(C) - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel
Returns the ColumnSummaryModel associated with columnIdentifier
columnSummaryModel(ColumnSummaryModel.SummaryValueProvider<T>) - Static method in interface is.codion.common.model.table.ColumnSummaryModel
Instantiates a new ColumnSummaryModel
ColumnSummaryModel - Interface in is.codion.common.model.table
A interface defining a class for providing summaries of numerical table columns: sum, average, minimum, maximum and minimum & maximum.
For instances use the ColumnSummaryModel.columnSummaryModel(SummaryValueProvider) factory method.
ColumnSummaryModel.Summary - Interface in is.codion.common.model.table
Specifies a summary provider
ColumnSummaryModel.SummaryValueProvider<T extends Number> - Interface in is.codion.common.model.table
Provides the values on which to base the summary .
ColumnSummaryModel.SummaryValues<T extends Number> - Interface in is.codion.common.model.table
The values to base a summary on.
columnSummaryPanel(ColumnSummaryModel) - Static method in class is.codion.swing.common.ui.component.table.ColumnSummaryPanel
 
ColumnSummaryPanel - Class in is.codion.swing.common.ui.component.table
A panel that shows a summary value for a numerical column property.
columnType() - Method in interface is.codion.framework.domain.property.ColumnProperty
 
columnValuesEqual(Entity) - Method in interface is.codion.framework.domain.entity.Entity
Compares all column based values in the given entity to the values in this entity instance.
combination(Conjunction, StateObserver...) - Static method in interface is.codion.common.state.State
Creates a new State.Combination instance.
combination(Conjunction, Condition...) - Static method in interface is.codion.framework.db.condition.Condition
Initializes a new Condition.Combination instance
combination(Conjunction, Collection<? extends StateObserver>) - Static method in interface is.codion.common.state.State
Creates a new State.Combination instance.
combination(Conjunction, Collection<Condition>) - Static method in interface is.codion.framework.db.condition.Condition
Initializes a new Condition.Combination instance
COMBO_BOX_COMPLETION_MODE - Static variable in class is.codion.swing.common.ui.component.combobox.Completion
Specifies whether maximum match or autocomplete is used for comboboxes, Completion.Mode.MAXIMUM_MATCH for maximum match and Completion.Mode.AUTOCOMPLETE for auto-completion.
Value type:String
Default value: Completion.Mode.MAXIMUM_MATCH
COMBO_BOX_NULL_CAPTION - Static variable in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
Specifies the caption used by default to represent null in combo box models.
comboBox(Attribute<T>, ComboBoxModel<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
Creates a JComboBox builder based on the given attribute.
comboBox(ComboBoxModel<T>) - Static method in class is.codion.swing.common.ui.component.Components
 
comboBox(ComboBoxModel<T>, Value<T>) - Static method in class is.codion.swing.common.ui.component.Components
 
ComboBoxBuilder<T,​C extends JComboBox<T>,​B extends ComboBoxBuilder<T,​C,​B>> - Interface in is.codion.swing.common.ui.component.combobox
Builds a JComboBox.
comboBoxModel - Variable in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
 
comboBoxModel(Attribute<T>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
Returns the FilteredComboBoxModel for the given attribute.
comment() - Method in class is.codion.swing.framework.tools.metadata.Column
 
COMMISSION - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
 
commit() - Method in interface is.codion.common.db.connection.DatabaseConnection
Performs a commit
commitsOnValidEdit(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
 
commitsOnValidEdit(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
 
commitTransaction() - Method in interface is.codion.common.db.connection.DatabaseConnection
Performs a commit and ends the current transaction
commitTransaction() - Method in interface is.codion.framework.db.EntityConnection
Performs a commit and ends the current transaction
commitTransaction() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
Performs a commit and ends the current transaction
commitTransaction(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityJsonService
Commits a transaction
commitTransaction(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityService
Commits a transaction
comparable(R, C) - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel.ColumnValueProvider
Returns a Comparable instance for the given row and columnIdentifier.
COMPARABLE_COMPARATOR - Static variable in interface is.codion.swing.common.model.component.table.FilteredTableModel.ColumnValueProvider
A Comparator for comparing Comparable instances.
comparator() - Method in interface is.codion.framework.domain.entity.EntityDefinition
 
comparator() - Method in interface is.codion.framework.domain.property.Property
 
comparator(C) - Method in interface is.codion.swing.common.model.component.table.FilteredTableModel.ColumnValueProvider
Returns the comparator to use when sorting by the give column, the comparator receives the column values, but never null.
comparator(Comparator<Entity>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
Sets the comparator to use when comparing entities of this type
comparator(Comparator<T>) - Method in interface is.codion.framework.domain.property.Property.Builder
 
Completion - Class in is.codion.swing.common.ui.component.combobox
Code originally from: http://www.orbital-computer.de/JComboBox Selects an item in a JComboBox based on values typed in on the keyboard.
Completion() - Constructor for class is.codion.swing.common.ui.component.combobox.Completion
 
Completion.Mode - Enum in is.codion.swing.common.ui.component.combobox
The available completion modes.
Completion.Normalize - Enum in is.codion.swing.common.ui.component.combobox
Specifies whether to normalize accented characters in a String.
completionMode(Completion.Mode) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
 
completionMode(Completion.Mode) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
 
completionMode(Completion.Mode) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
 
component() - Method in class is.codion.swing.common.ui.component.AbstractComponentValue
 
component() - Method in interface is.codion.swing.common.ui.component.ComponentValue
 
component(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
Returns a ComponentBuilder instance for a default input component for the given attribute.
componentAttributes() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
 
ComponentBuilder<T,​C extends JComponent,​B extends ComponentBuilder<T,​C,​B>> - Interface in is.codion.swing.common.ui.component
Builds a JComponent.
Note that once ComponentBuilder.build() or ComponentBuilder.buildValue() have been called they will return the same instance on subsequent calls until the builder has been cleared by calling ComponentBuilder.clear().
componentDialog(JComponent) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
 
ComponentDialogBuilder - Interface in is.codion.swing.common.ui.dialog
A builder for JDialog containing a single component.
componentListener(ComponentListener) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
componentListener(ComponentListener) - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
 
componentOrientation(ComponentOrientation) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
componentOrientation(ComponentOrientation) - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
 
Components - Class in is.codion.swing.common.ui.component
A factory for ComponentBuilder instances.
ComponentValue<T,​C extends JComponent> - Interface in is.codion.swing.common.ui.component
A Value represented by an input component of some sort.
Components is a factory for ComponentValue implementations.
condition() - Method in interface is.codion.framework.db.condition.SelectCondition
 
condition() - Method in interface is.codion.framework.db.condition.UpdateCondition
 
condition() - Method in interface is.codion.framework.model.EntityTableConditionModel
 
condition(int) - Method in interface is.codion.swing.common.ui.KeyEvents.Builder
Sets the key event condition, JComponent.WHEN_FOCUSED by default.
condition(EntityType) - Static method in interface is.codion.framework.db.condition.Condition
Creates a Condition instance specifying all entities of the type identified by entityType
condition(EntityType, Condition) - Method in interface is.codion.framework.db.EntityConnection.CopyEntities
Specifies a condition to use when determining which entities of the given type to copy, by default all entities are copied.
condition(Key) - Static method in interface is.codion.framework.db.condition.Condition
Creates a Condition based on the given key
condition(Collection<Key>) - Static method in interface is.codion.framework.db.condition.Condition
Creates a Condition based on the given keys, assuming they are all based on the same attributes.
Condition - Interface in is.codion.framework.db.condition
Specifies a query condition.
CONDITION_1_TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
 
CONDITION_2_TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
 
CONDITION_3_TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
 
CONDITION_PANEL_VISIBLE - is.codion.swing.framework.ui.EntityTablePanel.ControlCode
 
CONDITION_PANEL_VISIBLE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel
Specifies whether table condition panels should be visible or not by default
Value type: Boolean
Default value: false
Condition.Combination - Interface in is.codion.framework.db.condition
An interface encapsulating a combination of Condition objects, that should be either AND'ed or OR'ed together in a query context
conditionChangedListener() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
conditionChangedObserver() - Method in interface is.codion.framework.model.EntityTableModel
 
conditionChangedObserver() - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
conditionChangedObserver() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
conditionModel(C) - Method in interface is.codion.framework.model.EntityTableConditionModel
Returns the ColumnConditionModel associated with the given attribute.
ConditionModelFactory - Interface in is.codion.framework.model
Responsible for creating ColumnConditionModel.
conditionModels() - Method in interface is.codion.framework.model.EntityTableConditionModel
 
conditionObjectMapper(EntityObjectMapper) - Static method in class is.codion.plugin.jackson.json.db.ConditionObjectMapper
Instantiates a new ConditionObjectMapper
ConditionObjectMapper - Class in is.codion.plugin.jackson.json.db
ObjectMapper implementation for Condition and it's subclasses.
conditionPanel() - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
conditionPanel(C) - Method in class is.codion.swing.framework.ui.EntityTableConditionPanel
 
ConditionPanelFactory - Interface in is.codion.swing.common.ui.component.table
Responsible for creating ColumnConditionPanels
conditionProvider(ConditionType) - Method in interface is.codion.framework.domain.entity.EntityDefinition
Returns the ConditionProvider associated with the given type
conditionProvider(ConditionType, ConditionProvider) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
Adds a ConditionProvider which provides a dynamic query condition string.
ConditionProvider - Interface in is.codion.framework.domain.entity
Provides condition strings for where clauses
conditions() - Method in interface is.codion.framework.db.condition.Condition.Combination
 
conditionString(List<Attribute<?>>, List<?>) - Method in interface is.codion.framework.domain.entity.ConditionProvider
Creates a query condition string for the given values
conditionType() - Method in interface is.codion.framework.db.condition.CustomCondition
 
conditionType(EntityType, String) - Static method in interface is.codion.framework.domain.entity.ConditionType
Instantiates a new ConditionType for the given entity type
conditionType(String) - Method in interface is.codion.framework.domain.entity.EntityType
Instantiates a new ConditionType for this entity type
ConditionType - Interface in is.codion.framework.domain.entity
Defines a custom condition type.
Configuration - Class in is.codion.common
A utility class for central configuration values.
CONFIGURATION_FILE - Static variable in class is.codion.common.Configuration
Specifies the main configuration file.
Prefix with 'classpath:' to indicate that the configuration file is on the classpath.
CONFIGURATION_FILE_REQUIRED - Static variable in class is.codion.common.Configuration
Specifies whether the application requires a configuration file to run.
If this is set to true and the file referenced by Configuration.CONFIGURATION_FILE
is not found a FileNotFoundException is thrown when this class is loaded.
Value type: Boolean
Default value: false
configure(String) - Static method in class is.codion.common.rmi.server.SerializationWhitelist
Configures a serialization whitelist, does nothing if whitelist is null or empty.
CONFIGURE_COLUMNS - is.codion.swing.framework.ui.EntityTablePanel.ControlCode
 
configureConnection(DatabaseConnection) - Method in interface is.codion.framework.domain.Domain
Configures a database connection for applications using this domain model, for example adding extensions or properties.
configureDryRun(String) - Static method in class is.codion.common.rmi.server.SerializationWhitelist
Configures a serialization whitelist for a dry run, does nothing if dryRunFile is null or empty.
confirm(ConfirmationMessage) - Method in class is.codion.swing.framework.ui.EntityEditPanel
Presents an OK/Cancel confirm dialog with the message and title from the given ConfirmationMessage instance.
confirm(String) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Displays a confirmation dialog
confirm(String, String) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Displays a confirmation dialog
confirm(String, String, String) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Displays a confirmation dialog
CONFIRM_EXIT - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
Indicates whether the application should ask for confirmation when exiting
Value type: Boolean
Default value: false
confirmationMessage(EntityEditPanel.ConfirmType) - Method in class is.codion.swing.framework.ui.EntityEditPanel
 
confirmationMessage(String, String) - Static method in interface is.codion.swing.framework.ui.ConfirmationMessage
Creates a new ConfirmationMessage instance
ConfirmationMessage - Interface in is.codion.swing.framework.ui
Specifies the message and title for a user confirmation.
confirmCloseListener(EventDataListener<State>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
 
confirmDelete() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
confirmDelete() - Method in class is.codion.swing.framework.ui.EntityEditPanel
Called before delete is performed, if true is returned the delete action is performed otherwise it is cancelled
confirmDelete() - Method in class is.codion.swing.framework.ui.EntityTablePanel
Called before delete is performed, if true is returned the delete action is performed otherwise it is canceled
confirmDeleteMessages() - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
confirmDeleteSelected() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
confirmExit() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
confirmExitTitle() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
confirmInsert() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
confirmInsert() - Method in class is.codion.swing.framework.ui.EntityEditPanel
Called before insert is performed, the default implementation simply returns true
confirmOverwrite(boolean) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
 
confirmUpdate() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
confirmUpdate() - Method in class is.codion.swing.framework.ui.EntityEditPanel
Called before an update is performed, if true is returned the update action is performed otherwise it is cancelled
conjunction() - Method in interface is.codion.common.state.State.Combination
Returns the Conjunction used when combining the states.
conjunction() - Method in interface is.codion.framework.db.condition.Condition.Combination
 
Conjunction - Enum in is.codion.common
AND / OR
connect() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
connect(ConnectionRequest) - Method in class is.codion.common.rmi.server.AbstractServer
 
connect(ConnectionRequest) - Method in interface is.codion.common.rmi.server.Server
Establishes a connection to this Server
connect(RemoteClient) - Method in class is.codion.common.rmi.server.AbstractServer
Establishes the actual client connection.
connect(RemoteClient) - Method in class is.codion.framework.server.EntityServer
 
connection() - Method in class is.codion.common.rmi.server.AbstractServer.ClientConnection
 
connection() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
connection() - Method in interface is.codion.framework.db.EntityConnectionProvider
Provides a EntityConnection object, is responsible for returning a healthy EntityConnection object, that is, it must reconnect an invalid connection whether remotely or locally
connection() - Method in class is.codion.framework.domain.entity.test.EntityTestUnit
 
connection(User) - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
 
connection(User) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
Fetches a connection from the pool.
connection(User, String) - Method in interface is.codion.common.db.database.ConnectionProvider
Returns a JDBC Connection instance based on the given database and user.
connection(UUID) - Method in class is.codion.common.rmi.server.AbstractServer
 
CONNECTION_LOG_SIZE - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
Specifies the size of the (circular) log that is kept in memory for each connection
Value type: Integer
Default value: 40
CONNECTION_MAINTENANCE_INTERVAL_MS - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
Specifies the interval between server connection maintenance runs, in milliseconds.
Value type: Integer
Default value: 30_000ms (30 seconds)
CONNECTION_PROVIDER - Static variable in class is.codion.framework.model.test.AbstractEntityModelTest
 
CONNECTION_TYPE_HTTP - Static variable in interface is.codion.framework.db.EntityConnectionProvider
Indicates a http database connection
CONNECTION_TYPE_LOCAL - Static variable in interface is.codion.framework.db.EntityConnectionProvider
Indicates a local database connection
CONNECTION_TYPE_REMOTE - Static variable in interface is.codion.framework.db.EntityConnectionProvider
Indicates a remote database connection
CONNECTION_VALIDITY_CHECK_TIMEOUT - Static variable in interface is.codion.common.db.database.Database
Specifies the timeout (in seconds) to use when checking if database connections are valid.
connectionCount() - Method in class is.codion.common.rmi.server.AbstractServer
 
connectionCount() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
 
connectionCount() - Method in interface is.codion.common.rmi.server.ServerAdmin
 
connectionCount() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
 
connectionCountDataset() - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
 
connectionCountObserver() - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
 
connectionCreationDate() - Method in interface is.codion.common.rmi.server.ClientLog
 
ConnectionFactory - Interface in is.codion.common.db.pool
Provides new Connection instances.
connectionLimit() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
 
connectionLimit() - Method in interface is.codion.framework.server.EntityServerConfiguration
 
connectionLimit(int) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
 
connectionLimitValue() - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
 
connectionMaintenanceInterval() - Method in interface is.codion.common.rmi.server.ServerConfiguration
 
connectionMaintenanceIntervalMs(int) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
 
ConnectionNotAvailableException - Exception in is.codion.common.rmi.server.exception
An exception indicating that the server is not accepting new connections
ConnectionNotAvailableException() - Constructor for exception is.codion.common.rmi.server.exception.ConnectionNotAvailableException
connectionPool() - Method in class is.codion.swing.common.tools.loadtest.QueryLoadTestModel
 
connectionPool(String) - Method in class is.codion.common.db.database.AbstractDatabase
 
connectionPool(String) - Method in interface is.codion.common.db.database.Database
 
ConnectionPoolFactory - Interface in is.codion.common.db.pool
Provides connection pool implementations
connectionPoolInstanceMonitors() - Method in class is.codion.swing.framework.server.monitor.PoolMonitor
 
connectionPoolMonitor() - Method in class is.codion.swing.framework.server.monitor.DatabaseMonitor
 
ConnectionPoolMonitor - Class in is.codion.swing.framework.server.monitor
A ConnectionPoolMonitor
ConnectionPoolMonitor(ConnectionPoolWrapper, int) - Constructor for class is.codion.swing.framework.server.monitor.ConnectionPoolMonitor
Instantiates a new ConnectionPoolMonitor
ConnectionPoolMonitorPanel - Class in is.codion.swing.framework.server.monitor.ui
A ConnectionPoolMonitorPanel
ConnectionPoolMonitorPanel(ConnectionPoolMonitor) - Constructor for class is.codion.swing.framework.server.monitor.ui.ConnectionPoolMonitorPanel
Instantiates a new ConnectionPoolMonitorPanel
connectionPoolProvider() - Method in interface is.codion.framework.server.EntityServerConfiguration
 
connectionPoolProvider(String) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
 
ConnectionPoolState - Interface in is.codion.common.db.pool
An interface encapsulating the state of a connection pool at a given time.
connectionPoolStatistics() - Method in class is.codion.swing.framework.server.monitor.ConnectionPoolMonitor
 
connectionPoolStatistics(String, long) - Method in interface is.codion.framework.server.EntityServerAdmin
 
ConnectionPoolStatistics - Interface in is.codion.common.db.pool
An interface encapsulating database connection pool statistics
connectionPoolUsernames() - Method in class is.codion.common.db.database.AbstractDatabase
 
connectionPoolUsernames() - Method in interface is.codion.common.db.database.Database
 
connectionPoolUsernames() - Method in interface is.codion.framework.server.EntityServerAdmin
 
connectionPoolUsers() - Method in interface is.codion.framework.server.EntityServerConfiguration
 
connectionPoolUsers(Collection<User>) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
 
ConnectionPoolWrapper - Interface in is.codion.common.db.pool
A connection pool wrapper, providing statistics from the underlying pool and allowing some configuration.
connectionProvider() - Method in class is.codion.framework.model.AbstractEntityEditModel
 
connectionProvider() - Method in class is.codion.framework.model.DefaultConditionModelFactory
 
connectionProvider() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
 
connectionProvider() - Method in class is.codion.framework.model.DefaultEntityModel
 
connectionProvider() - Method in interface is.codion.framework.model.EntityApplicationModel
 
connectionProvider() - Method in interface is.codion.framework.model.EntityEditModel
 
connectionProvider() - Method in interface is.codion.framework.model.EntityModel
 
connectionProvider() - Method in interface is.codion.framework.model.EntitySearchModel
 
connectionProvider() - Method in interface is.codion.framework.model.EntityTableModel
 
connectionProvider() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
 
connectionProvider() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
connectionProvider() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
connectionProvider() - Method in class is.codion.javafx.framework.model.ObservableEntityList
 
connectionProvider() - Method in class is.codion.swing.framework.model.EntityComboBoxModel
 
connectionProvider() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
ConnectionProvider - Interface in is.codion.common.db.database
Responsible for providing JDBC Connection instances.
connectionProviderFactory(EntityApplicationBuilder.ConnectionProviderFactory) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
connectionProxy - Variable in class is.codion.framework.server.AbstractRemoteEntityConnection
A Proxy for logging method calls
connectionRequest() - Method in interface is.codion.common.rmi.server.RemoteClient
 
ConnectionRequest - Interface in is.codion.common.rmi.client
Encapsulates information about a client required by a server for establishing a connection
ConnectionRequest.Builder - Interface in is.codion.common.rmi.client
A builder for ConnectionRequest
connectionRequestsDataset() - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
 
connections() - Method in class is.codion.common.rmi.server.AbstractServer
 
connectionsAvailable() - Method in class is.codion.common.rmi.server.AbstractServer
 
connectionsAvailable() - Method in interface is.codion.common.rmi.server.Server
 
connectionType() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
 
connectionType() - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
Returns a String specifying the type of connection provided by this connection provider builder
connectionType() - Method in interface is.codion.framework.db.EntityConnectionProvider
Returns a String specifying the type of connection provided by this connection provider
ConnectionValidationException - Exception in is.codion.common.rmi.server.exception
An exception indicating that a connection validation has failed
ConnectionValidationException(String) - Constructor for exception is.codion.common.rmi.server.exception.ConnectionValidationException
connectionValidObserver() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
 
connectionValidObserver() - Method in interface is.codion.framework.model.EntityApplicationModel
Returns a StateObserver which is active while the underlying application connection provider is connected.
constructorNullConnectionProvider() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
 
constructorNullTableModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
contains(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
Returns true if this Entity contains a value for the given attribute, that value can be null.
contains(EntityType) - Method in interface is.codion.framework.domain.DomainType
 
contains(EntityType) - Method in class is.codion.framework.domain.entity.DefaultEntities
 
contains(EntityType) - Method in interface is.codion.framework.domain.entity.Entities
 
containsAttribute(Attribute<?>) - Method in interface is.codion.framework.domain.entity.EntityDefinition
 
containsColumn(C) - Method in interface is.codion.swing.common.model.component.table.FilteredTableColumnModel
 
containsComboBoxModel(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
 
containsControl(EntityEditPanel.ControlCode) - Method in class is.codion.swing.framework.ui.EntityEditPanel
 
containsControl(EntityTablePanel.ControlCode) - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
containsDetailModel(EntityType) - Method in class is.codion.framework.model.DefaultEntityModel
 
containsDetailModel(EntityType) - Method in interface is.codion.framework.model.EntityModel
 
containsDetailModel(Class<? extends M>) - Method in class is.codion.framework.model.DefaultEntityModel
 
containsDetailModel(Class<? extends M>) - Method in interface is.codion.framework.model.EntityModel
 
containsDetailModel(M) - Method in class is.codion.framework.model.DefaultEntityModel
 
containsDetailModel(M) - Method in interface is.codion.framework.model.EntityModel
 
containsDetailPanel(EntityType) - Method in class is.codion.swing.framework.ui.EntityPanel
Returns true if this panel contains a detail panel for the given entityType
containsEditPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
 
containsEntityModel() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
 
containsEntityModel(EntityType) - Method in class is.codion.framework.model.DefaultEntityApplicationModel
 
containsEntityModel(EntityType) - Method in interface is.codion.framework.model.EntityApplicationModel
 
containsEntityModel(Class<? extends M>) - Method in class is.codion.framework.model.DefaultEntityApplicationModel
 
containsEntityModel(Class<? extends M>) - Method in interface is.codion.framework.model.EntityApplicationModel
 
containsEntityModel(M) - Method in class is.codion.framework.model.DefaultEntityApplicationModel
 
containsEntityModel(M) - Method in interface is.codion.framework.model.EntityApplicationModel
 
containsItem(Entity) - Method in class is.codion.javafx.framework.model.ObservableEntityList
 
containsItem(R) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
 
containsItem(T) - Method in interface is.codion.common.model.FilteredModel
Returns true if this model contains the given item, visible or filtered.
containsItem(T) - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
 
containsProperty(String) - Method in interface is.codion.common.properties.PropertyStore
Returns true if this PropertyStore contains a value for the given property
containsSearchModel(ForeignKey) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
containsSearchModel(ForeignKey) - Method in interface is.codion.framework.model.EntityEditModel
Returns true if this edit model contains a EntitySearchModel for the given foreign key
containsTableModel() - Method in class is.codion.framework.model.DefaultEntityModel
 
containsTableModel() - Method in interface is.codion.framework.model.EntityModel
 
containsTablePanel() - Method in class is.codion.swing.framework.ui.EntityPanel
 
containsUnsavedData() - Method in class is.codion.framework.model.AbstractEntityEditModel
 
containsUnsavedData() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
 
containsUnsavedData() - Method in interface is.codion.framework.model.EntityApplicationModel
 
containsUnsavedData() - Method in interface is.codion.framework.model.EntityEditModel
Returns true if a value of an existing entity has been modified but not saved.
containsUnsavedData() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
 
contentsChanged(DocumentEvent) - Method in interface is.codion.swing.common.model.component.text.DocumentAdapter
Called when the contents of this document change, either via insertion, update or removal
continuousLayout(boolean) - Method in interface is.codion.swing.common.ui.component.SplitPaneBuilder
 
control() - Method in class is.codion.javafx.framework.ui.PropertyInputDialog
 
control(Control) - Method in interface is.codion.swing.common.ui.control.Controls.Builder
 
control(Control.Builder) - Method in interface is.codion.swing.common.ui.control.Controls.Builder
 
control(Control.Command) - Static method in interface is.codion.swing.common.ui.control.Control
Creates a control based on a Control.Command
Control - Interface in is.codion.swing.common.ui.control
A beefed up Action.
Control.ActionCommand - Interface in is.codion.swing.common.ui.control
A command interface, allowing Controls based on ActionEvents.
Control.Builder - Interface in is.codion.swing.common.ui.control
A builder for Control
Control.Command - Interface in is.codion.swing.common.ui.control
A command interface, allowing Controls based on method references
controlDeleteWord(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
 
controlPanelConstraints() - Method in class is.codion.swing.framework.ui.EntityPanel
 
controls() - Static method in interface is.codion.swing.common.ui.control.Controls
Constructs a new Controls instance.
controls() - Method in class is.codion.swing.framework.ui.EntityTableConditionPanel
 
controls(Control.Builder...) - Method in interface is.codion.swing.common.ui.control.Controls.Builder
 
controls(Control...) - Method in interface is.codion.swing.common.ui.control.Controls.Builder
 
controls(Control...) - Static method in interface is.codion.swing.common.ui.control.Controls
Constructs a new Controls instance.
controls(Controls) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
 
controls(Controls) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
 
Controls - Interface in is.codion.swing.common.ui.control
A collection of controls and separators, note that these can be nested controls.
Controls.Builder - Interface in is.codion.swing.common.ui.control
A builder for Controls
converter() - Method in interface is.codion.javafx.framework.ui.values.StringValue
 
copy() - Static method in class is.codion.common.i18n.Messages
 
copy() - Method in interface is.codion.framework.domain.entity.Entity
Copies this entity.
copy() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
copy() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
copy(List<? extends Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
Copies the given entities.
COPY_TABLE_DATA - is.codion.swing.framework.ui.EntityTablePanel.ControlCode
 
copyBuilder() - Method in interface is.codion.framework.domain.entity.Entity
Returns a new Entity.Builder instance initialized with the values and original values from this entity.
copyBuilder() - Method in interface is.codion.framework.domain.entity.Key
Creates a new Key.Builder instance, initialized with the values in this key.
copyCell() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
copyEntities(EntityConnection, EntityConnection, EntityType...) - Static method in interface is.codion.framework.db.EntityConnection
Creates a new EntityConnection.CopyEntities instance for copying entities from source to destination, with a default batch size of 100.
copyRowsAsTabDelimitedString() - Method in class is.codion.swing.common.ui.component.table.FilteredTable
Copies the table data as a TAB delimited string, with header, to the clipboard.
copySelectedCell() - Method in class is.codion.swing.common.ui.component.table.FilteredTable
Copies the contents of the selected cell to the clipboard.
copyTableWithHeader() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
count(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityJsonService
Returns the record count for the given condition
count(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityService
Returns the record count for the given condition
countQuery(String) - Method in class is.codion.common.db.database.AbstractDatabase
 
countQuery(String) - Method in interface is.codion.common.db.database.Database
Counts this query, based on the first character.
create(User, String, Version) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder.ConnectionProviderFactory
Creates a new EntityConnectionProvider instance.
createAboutControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createAboutPanel() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createAlwaysOnTopControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createApplication() - Method in class is.codion.swing.common.tools.loadtest.LoadTestModel
 
createApplication() - Method in class is.codion.swing.common.tools.loadtest.QueryLoadTestModel
 
createApplication() - Method in class is.codion.swing.framework.tools.loadtest.EntityLoadTestModel
 
createApplicationModel(EntityConnectionProvider) - Method in class is.codion.javafx.framework.ui.EntityApplicationView
Initializes the application model
createApplicationScene(Stage) - Method in class is.codion.javafx.framework.ui.EntityApplicationView
Creates the application scene from the available EntityViews.
createAttributeComboBox(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for combo boxes, containing the values of the given attribute.
createBigDecimalField(Attribute<BigDecimal>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for big decimal fields.
createBigDecimalField(Property<BigDecimal>, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField for BigDecimal values, based on the given property and linked to the given edit model
createBigDecimalField(Property<BigDecimal>, FXEntityEditModel, StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField for BigDecimal values, based on the given property and linked to the given edit model
createBigDecimalValue(Property<BigDecimal>, TextField) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for BigDecimal values, based on the given property and linked to the given text field
createBooleanComboBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for boolean combo boxes.
createBooleanValue(CheckBox) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a Value instance based on the value of the given CheckBox
createBrowseAction(JTextField) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
Creates an Action instance, with a triple-dot name ('...') for selecting a file path to display in the given text field
createButton() - Method in interface is.codion.swing.common.ui.control.Control
Creates a button based on this Control
createButtonModel() - Method in interface is.codion.swing.common.ui.control.ToggleControl
Creates a ButtonModel based on this ToggleControl.
createButtonPanel() - Method in class is.codion.javafx.framework.ui.EntityEditView
 
createCheckBox() - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a new CheckBox instance
createCheckBox() - Method in interface is.codion.swing.common.ui.control.ToggleControl
Creates a JCheckBox based on this toggle control
createCheckBox(State) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a CheckBox based on the given State instance
createCheckBox(StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a new CheckBox instance
createCheckBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for check boxes.
createCheckBox(Property<Boolean>, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a CheckBox based on the given property, linked to the given edit model
createCheckBox(Property<Boolean>, FXEntityEditModel, StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a CheckBox based on the given property, linked to the given edit model
createCheckBoxMenuItem() - Method in interface is.codion.swing.common.ui.control.ToggleControl
 
createClearControl() - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
createColumns(EntityDefinition) - Static method in class is.codion.swing.framework.model.SwingEntityTableModel
Initializes default TableColumns for all visible properties in the given entity type.
createColumns(List<Property<?>>) - Static method in class is.codion.swing.framework.model.SwingEntityTableModel
Initializes default TableColumns from the given properties.
createColumnValueProvider(C) - Method in class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
Creates a ColumnValueProvider for the given column
createColumnValueProvider(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
createComboBox() - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
 
createComboBox(Attribute<T>, ComboBoxModel<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for combo boxes.
createComboBoxModel(Attribute<T>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
Creates a combo box model containing the current values of the given attribute.
createComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingConditionModelFactory
Creates a combo box model based on the given foreign key
createComponent() - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
Creates the component.
createComponent() - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
 
createComponentValue(A, SwingEntityEditModel, T) - Method in class is.codion.swing.framework.ui.DefaultEntityComponentFactory
 
createComponentValue(A, SwingEntityEditModel, T) - Method in interface is.codion.swing.framework.ui.EntityComponentFactory
Provides value input components for multiple entity update, override to supply specific ComponentValue implementations for attributes.
createComponentValue(C) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
Creates the component value
createComponentValue(C) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
 
createConditionModel(A) - Method in interface is.codion.framework.model.ConditionModelFactory
Creates a ColumnConditionModel for the given attribute
createConditionModel(A) - Method in class is.codion.framework.model.DefaultConditionModelFactory
 
createConditionModel(A) - Method in class is.codion.javafx.framework.model.FXConditionModelFactory
 
createConditionModel(A) - Method in class is.codion.swing.framework.model.SwingConditionModelFactory
 
createConditionPanel(ColumnConditionModel<C, T>) - Method in class is.codion.swing.framework.ui.EntityConditionPanelFactory
Creates a ColumnConditionPanel for the given model
createConditionPanel(FilteredTableColumn<C>) - Method in interface is.codion.swing.common.ui.component.table.ConditionPanelFactory
Creates a ColumnConditionPanel for the given column, returns null if none is available
createConditionPanel(FilteredTableColumn<C>) - Method in class is.codion.swing.framework.ui.EntityConditionPanelFactory
 
createConnection(User) - Method in class is.codion.common.db.database.AbstractDatabase
 
createConnection(User) - Method in interface is.codion.common.db.pool.ConnectionFactory
Creates a connection for the given user.
createConnectionPool(ConnectionPoolFactory, User) - Method in class is.codion.common.db.database.AbstractDatabase
 
createConnectionPool(ConnectionPoolFactory, User) - Method in interface is.codion.common.db.database.Database
Creates a connection pool for the given user in this database.
createConnectionPoolWrapper(ConnectionFactory, User) - Method in interface is.codion.common.db.pool.ConnectionPoolFactory
Creates a connection pool wrapper based on the given database and user.
createConnectionPoolWrapper(ConnectionFactory, User) - Method in class is.codion.plugin.hikari.pool.HikariConnectionPoolFactory
Creates a HikariCP based connection pool wrapper
createConnectionPoolWrapper(ConnectionFactory, User) - Method in class is.codion.plugin.tomcat.pool.TomcatConnectionPoolFactory
Creates a Tomcat based connection pool wrapper
createControl() - Method in interface is.codion.swing.common.ui.dialog.FontSizeSelectionDialogBuilder
Creates a Control for selecting the font size.
createControl() - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
Creates a Control for selecting the Look and Feel.
createControl(Property<T>, EntityConnectionProvider) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a Control based on the given property.
createControlPanelControls() - Method in class is.codion.swing.framework.ui.EntityEditPanel
Creates a Controls instance on which to base the control panel
createControlToolBar(int) - Method in class is.codion.swing.framework.ui.EntityEditPanel
Creates the control toolbar, that is, the toolbar containing buttons for editing entities (Insert, Update...)
created() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
 
createDatabase(String) - Method in interface is.codion.common.db.database.DatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.db2database.Db2DatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.derby.DerbyDatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.h2database.H2DatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.hsqldb.HSQLDatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.mariadb.MariaDBDatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.mysql.MySQLDatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.oracle.OracleDatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.postgresql.PostgreSQLDatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.sqlite.SQLiteDatabaseFactory
 
createDatabase(String) - Method in class is.codion.dbms.sqlserver.SQLServerDatabaseFactory
 
createDatabase(String, String) - Static method in class is.codion.dbms.h2database.H2DatabaseFactory
 
createDatePicker() - Static method in class is.codion.javafx.framework.ui.FXUiUtil
 
createDatePicker(StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
 
createDatePicker(Attribute<LocalDate>) - Method in class is.codion.javafx.framework.ui.EntityEditView
Creates a DatePicker for the given attribute, assuming the property is date based
createDatePicker(Property<LocalDate>, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a DatePicker based on the given property and linked to the given edit model
createDatePicker(Property<LocalDate>, FXEntityEditModel, StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a DatePicker based on the given property and linked to the given edit model
createDateValue(Property<LocalDate>, DatePicker) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for LocalDate values, based on the given property and linked to the given text field
createDefaultConditionPanel(ColumnConditionModel<C, T>) - Method in class is.codion.swing.framework.ui.EntityConditionPanelFactory
Creates a ColumnConditionPanel for the given model, returns null in case the column type is not supported
createDeleteSelectedControl() - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
createDepartmentEditModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
createDepartmentEditModel() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
createDepartmentModel() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
 
createDepartmentModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
createDepartmentModelWithoutDetailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
createDepartmentTableModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
createDepartmentTableModel() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
createDependencyTreeModel(Entities) - Static method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createDetailEditModel() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
createDetailTableModel() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
createDoubleField(Attribute<Double>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for double fields.
createDoubleField(Property<Double>, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Double values, based on the given property and linked to the given edit model
createDoubleField(Property<Double>, FXEntityEditModel, StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Double values, based on the given property and linked to the given edit model
createDoubleValue(Property<Double>, TextField) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for Double values, based on the given property and linked to the given text field
createEastButtonPanel(JComponent, Action...) - Static method in class is.codion.swing.common.ui.component.panel.Panels
Creates a panel with centerComponent in the BorderLayout.CENTER position and non-focusable buttons based on buttonActions in the BorderLayout.EAST position, with the buttons preferred size based on the preferred height of centerComponent.
createEastFocusableButtonPanel(JComponent, Action...) - Static method in class is.codion.swing.common.ui.component.panel.Panels
Creates a panel with centerComponent in the BorderLayout.CENTER position and focusable buttons based on buttonActions in the BorderLayout.EAST position, with the buttons preferred size based on the preferred height of centerComponent.
createEditBasePanel(EntityEditPanel) - Method in class is.codion.swing.framework.ui.EntityPanel
Creates a base panel for the edit panel.
createEditControlPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
Creates the control panel or component to place next to the edit panel, containing controls for managing records, such as insert, update and delete.
createEditPanel() - Method in class is.codion.swing.framework.ui.test.EntityEditPanelTestUnit
Creates the edit panel for testing
createEmployeeModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
createEmployeeTableModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
createEmployeeTableModel() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
createEntity(Entities, EntityType, Function<Property<?>, Object>) - Static method in class is.codion.framework.domain.entity.test.EntityTestUtil
 
createEntityPanels() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Creates the EntityPanels to include in this application panel, in the order they should appear in the tab pane.
createEntityTablePanel(SwingEntityTableModel) - Static method in class is.codion.swing.framework.ui.EntityTablePanel
Creates an entity table panel based on the given table model.
createEntityTablePanel(Collection<Entity>, EntityConnectionProvider) - Static method in class is.codion.swing.framework.ui.EntityTablePanel
Creates a static entity table panel showing the given entities, note that this table panel will provide a popup menu for updating and deleting the selected entities unless the underlying entities are read-only.
createEntityValue(ComboBox<Entity>) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a Value instance based on the given ComboBox
createEntityViews() - Method in class is.codion.javafx.framework.ui.EntityApplicationView
Initialized all entity views and adds them via EntityApplicationView.addEntityView(EntityView)
createEqualField() - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.BoundFieldFactory
 
createExitControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createFileMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createFilterModel(Property<T>) - Method in class is.codion.framework.model.DefaultFilterModelFactory
 
createFilterModel(Property<T>) - Method in interface is.codion.framework.model.FilterModelFactory
Creates a ColumnConditionModel for the given property
createForeignKeyComboBox(ForeignKey) - Method in class is.codion.javafx.framework.ui.EntityEditView
Creates a ComboBox based on the entities referenced by the given foreign key
createForeignKeyComboBox(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for foreign key combo boxes.
createForeignKeyComboBox(ForeignKey, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a ComboBox based on the given foreign key and linked to the given edit model
createForeignKeyComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
Creates a EntityComboBoxModel for the given foreign key, override to provide a custom EntityComboBoxModel implementation.
createForeignKeyConditionComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.EntityComboBoxModel
Returns a combo box model for selecting a foreign key value for using as a condition this model.
createForeignKeyFilterComboBox(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityComboBox
Creates a ComboBoxBuilder returning a combo box for filtering this combo box via a foreign key
createForeignKeyFilterComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.EntityComboBoxModel
Returns a combo box model for selecting a foreign key value for filtering this model.
createForeignKeyFilterControl(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityComboBox
Creates an Action which displays a dialog for filtering this combo box via a foreign key
createForeignKeyLabel(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for a read-only foreign key label.
createForeignKeyListModel(ForeignKey) - Method in class is.codion.javafx.framework.model.FXEntityEditModel
Creates a FXEntityListModel based on the given foreign key
createForeignKeySearchField(ForeignKey) - Method in class is.codion.javafx.framework.ui.EntityEditView
Creates a EntitySearchField based on the entities referenced by the given foreign key
createForeignKeySearchField(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for foreign key search fields.
createForeignKeySearchModel(ForeignKey) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
createForeignKeySearchModel(ForeignKey) - Method in interface is.codion.framework.model.EntityEditModel
Creates a EntitySearchModel for looking up entities referenced by the given foreign key, using the search attributes defined for that entity type.
createForeignKeyTextField(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for a read-only, non-focusable foreign key text field.
createFormatter() - Method in interface is.codion.common.formats.LocaleDateTimePattern
 
createHelpControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createHelpMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createHorizontalButtonPanel() - Method in interface is.codion.swing.common.ui.control.Controls
Creates a horizontally laid out panel of buttons from this controls instance
createHorizontalControlPanel() - Method in class is.codion.swing.framework.ui.EntityEditPanel
Creates a horizontally laid out control panel, that is, the panel containing buttons for editing entities (Insert, Update...)
createHorizontalToolBar() - Method in interface is.codion.swing.common.ui.control.Controls
Creates a JToolBar populated with these controls.
createInputPanel(Attribute<?>) - Method in class is.codion.javafx.framework.ui.EntityEditView
 
createInputPanel(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a panel containing a label and the component associated with the given attribute.
createInputPanel(Attribute<?>, JComponent) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a panel containing a label and the component associated with the given attribute.
createInputPanel(Attribute<?>, JComponent, String) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a panel containing a label and the component associated with the given attribute.
createInputPanel(Attribute<?>, JComponent, String, int) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a panel containing a label and the given component.
createInputPanel(JComponent, JComponent) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a panel containing a label component and the inputComponent with the label component positioned above the input component.
createInputPanel(JComponent, JComponent, String) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a panel with a BorderLayout, with the inputComponent at BorderLayout.CENTER and the labelComponent at a specified location.
createInsertControl(EntityComboBox) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates a new Control which shows the edit panel provided by this panel builder in a dialog and if insert is performed adds the new entity to the comboBox and selects it.
createInsertControl(EntitySearchField) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates a new Control which shows the edit panel provided by this panel builder in a dialog and if insert is performed selects the new entity in the searchField.
createInsertControl(JComponent, EntityConnectionProvider, EventDataListener<List<Entity>>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates a new Control which shows the edit panel provided by this panel builder in a dialog and if insert is performed onInsert is notified.
createIntegerField(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for integer fields.
createIntegerField(Property<Integer>, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Integer values, based on the given property and linked to the given edit model
createIntegerField(Property<Integer>, FXEntityEditModel, StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Integer values, based on the given property and linked to the given edit model
createIntegerValue(Property<Integer>, TextField) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for Integer values, based on the given property and linked to the given text field
createItemComboBox(Attribute<T>) - Method in class is.codion.javafx.framework.ui.EntityEditView
Creates a ComboBox based on the items of the given property
createItemComboBox(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for value item list combo boxes.
createItemComboBox(ItemProperty<T>, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a ComboBox based on the values of the given property and linked to the given edit model
createItemComboBoxModel(ItemProperty<T>) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a ObservableList containing the Items associated with the given value list property
createLabel(Attribute<?>) - Method in class is.codion.javafx.framework.ui.EntityEditView
Creates a Label with caption associated with the given attribute
createLabel(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for a label using the caption and mnemonic associated with attribute.
createLimitOffsetClause(Integer, Integer) - Static method in class is.codion.common.db.database.AbstractDatabase
 
createLocalDateField(Attribute<LocalDate>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createLocalDateField(Attribute<LocalDate>, String) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createLocalDateTimeField(Attribute<LocalDateTime>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createLocalDateTimeField(Attribute<LocalDateTime>, String) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createLocalTimeField(Attribute<LocalTime>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createLocalTimeField(Attribute<LocalTime>, String) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createLogLevelControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createLongField(Attribute<Long>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for long fields.
createLongField(Property<Long>, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Long values, based on the given property and linked to the given edit model
createLongField(Property<Long>, FXEntityEditModel, StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Long values, based on the given property and linked to the given edit model
createLongValue(Property<Long>, TextField) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for Long values, based on the given property and linked to the given text field
createLowerBoundField() - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.BoundFieldFactory
 
createMainMenu() - Method in class is.codion.javafx.framework.ui.EntityApplicationView
 
createMainMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createMaskedTextField(Attribute<String>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for formatted text fields.
createMasterTableModel() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
createMenu() - Method in interface is.codion.swing.common.ui.control.Controls
Creates a menu from this controls instance
createMenuBar() - Method in interface is.codion.swing.common.ui.control.Controls
 
createMenuBar() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Creates the JMenuBar to use on the application Frame
createMenuItem() - Method in interface is.codion.swing.common.ui.control.Control
Creates a menu item based on this Control
createNorthCenterPanel(JComponent, JComponent) - Static method in class is.codion.swing.common.ui.component.panel.Panels
Creates a JPanel, using a BorderLayout, adding the given components to their respective positions.
createNorthPanel() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Creates a panel to display in the NORTH position of this application panel.
createOffsetDateTimeField(Attribute<OffsetDateTime>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createOffsetDateTimeField(Attribute<OffsetDateTime>, String) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createOffsetFetchNextClause(Integer, Integer) - Static method in class is.codion.common.db.database.AbstractDatabase
 
createPopupMenu() - Method in interface is.codion.swing.common.ui.control.Controls
Creates a popup menu from this controls instance
createPopupMenuControls(List<Controls>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
Creates a Controls instance containing the controls to include in the table popup menu.
createPredicate(V) - Method in interface is.codion.swing.common.model.component.combobox.FilteredComboBoxModel.ItemFinder
Returns the Predicate to use when searching for the given value
createPrintMenuControls() - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
createPrintTableControl() - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
createRadioButtonMenuItem() - Method in interface is.codion.swing.common.ui.control.ToggleControl
 
createRandomEntity(Entities, EntityType, Map<ForeignKey, Entity>) - Static method in class is.codion.framework.domain.entity.test.EntityTestUtil
 
createRandomValue(Property<T>, Map<ForeignKey, Entity>) - Static method in class is.codion.framework.domain.entity.test.EntityTestUtil
Creates a random value for the given property.
createReadOnlyEntityTablePanel(Collection<Entity>, EntityConnectionProvider) - Static method in class is.codion.swing.framework.ui.EntityTablePanel
Creates a static read-only entity table panel showing the given entities
createRefreshAllControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createRefreshControl() - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
createRemoteConnection(Database, RemoteClient, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class is.codion.framework.server.EntityServer
Creates the remote connection provided by this server
createResetColumnsControl() - Method in class is.codion.swing.common.ui.component.table.FilteredTable
 
createSearchField() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
 
createSearchField(ForeignKey, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a EntitySearchField based on the given foreign key and linked to the given edit model
createSelectColumnsControl() - Method in class is.codion.swing.common.ui.component.table.FilteredTable
 
createSelectFontSizeControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createSelectLookAndFeelControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Allows the user the select between the available Look and Feels, saves the selection as a user preference.
createSelectorValue(Attribute<T>) - Method in class is.codion.swing.framework.model.EntityComboBoxModel
Creates a Value linked to the selected entity via the value of the given attribute.
createSelectorValue(FilteredComboBoxModel.ItemFinder<T, V>) - Method in class is.codion.swing.common.model.component.combobox.FilteredComboBoxModel
 
createServer(Server<C, A>) - Method in interface is.codion.common.rmi.server.AuxiliaryServerFactory
Creates a server instance using the given configuration.
createServer(Server<RemoteEntityConnection, ServerAdmin>) - Method in class is.codion.framework.servlet.EntityServletServerFactory
 
createSingleSelectionModeControl() - Method in class is.codion.swing.common.ui.component.table.FilteredTable
 
createSouthPanel() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Creates a panel to display in the SOUTH position of this application frame, override to provide a south panel.
createSouthToolBar() - Method in class is.codion.swing.framework.ui.EntityTablePanel
Creates the south panel toolbar, by default based on EntityTablePanel.createToolBarControls(List)
createStringValue(TextField) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a StringValue based on the given text field
createSupportEntityPanelBuilders() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Returns a Collection of EntityPanel.Builder instances to use to populate the Support Table menu.
createSupportTableMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createTableCellEditor(Property<T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
Creates a TableCellEditor for the given property, returns null if no editor is available
createTableCellRenderer(Property<T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
Creates a TableCellRenderer to use for the given property in this EntityTablePanel
createTemporalField(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createTemporalField(Attribute<T>, String) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal fields.
createTemporalInputPanel(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal input panels.
createTemporalInputPanel(Attribute<T>, String) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for temporal input panels.
createTestTableModel() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
createTextArea(Attribute<String>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for text areas.
createTextField(Attribute<T>) - Method in class is.codion.javafx.framework.ui.EntityEditView
Creates a TextField for the given attribute
createTextField(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for text fields.
createTextField(Property<String>, FXEntityEditModel) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField based on the given property, linked to the given edit model
createTextField(Property<String>, FXEntityEditModel, StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField based on the given property, linked to the given edit model
createTextField(Property<T>) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField based on the given property
createTextField(Property<T>, StateObserver) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a TextField based on the given property
createTextInputPanel(Attribute<String>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Creates a builder for text input panels.
createTimestampValue(Property<LocalDateTime>, TextField) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for LocalDateTime values, based on the given property and linked to the given text field
createTimeValue(Property<LocalTime>, TextField) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for LocalTime values, based on the given property and linked to the given text field
createToggleButton() - Method in interface is.codion.swing.common.ui.control.ToggleControl
Creates a JToggleButton based on this toggle control
createToggleButton(State) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a ToggleButton based on the given State instance
createToggleColumnsControls() - Method in class is.codion.swing.common.ui.component.table.FilteredTable
 
createToolBarControls(List<Controls>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
createToolsMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createUpdateControl(EntityComboBox) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates a new Control which shows the edit panel provided by this panel builder in a dialog displaying the selected item for update, and if update is performed replaces the updated entity in the combo box.
createUpdateControl(EntitySearchField) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Creates a new Control which shows the edit panel provided by this panel builder in a dialog displaying the selected item for update, and if update is performed replaces the updated entity in the search field.
createUpdateSelectedControls() - Method in class is.codion.swing.framework.ui.EntityTablePanel
Creates a Controls containing controls for updating the value of a single property for the selected entities.
createUpperBoundField() - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.BoundFieldFactory
 
createValue(Property<T>, Control, T) - Static method in class is.codion.javafx.framework.ui.FXUiUtil
Instantiates a Value instance based on the given property, linked to the given control
createVerticalButtonPanel() - Method in interface is.codion.swing.common.ui.control.Controls
Creates a vertically laid out panel of buttons from this controls instance
createVerticalControlPanel() - Method in class is.codion.swing.framework.ui.EntityEditPanel
Creates a vertically laid out control panel, that is, the panel containing buttons for editing entities (Insert, Update...)
createVerticalToolBar() - Method in interface is.codion.swing.common.ui.control.Controls
Creates a JToolBar populated with these controls.
createViewApplicationTreeControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createViewDependenciesControl() - Method in class is.codion.swing.framework.ui.EntityTablePanel
 
createViewDependencyTree() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createViewKeyboardShortcutsControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createViewMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
createWestCenterPanel(JComponent, JComponent) - Static method in class is.codion.swing.common.ui.component.panel.Panels
Creates a JPanel, using a BorderLayout, adding the given components to their respective positions.
creationDate() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
 
creationDate() - Method in class is.codion.swing.framework.server.monitor.ClientInstanceMonitor
 
credentials(UUID) - Method in interface is.codion.common.credentials.CredentialsProvider
Performs an authentication lookup, using the default registry port (1099).
credentials(UUID) - Method in class is.codion.plugin.credentials.server.DefaultCredentialsProvider
 
CredentialsException - Exception in is.codion.common.credentials
An exception occurring while fetching credentials.
CredentialsException(String, Throwable) - Constructor for exception is.codion.common.credentials.CredentialsException
 
CredentialsProvider - Interface in is.codion.common.credentials
Provides user credentials based on an authentication token
credentialsServer(int, int, int) - Static method in class is.codion.plugin.credentials.server.CredentialsServer
Creates and starts a server on the given port
credentialsServer(int, int, int, int) - Static method in class is.codion.plugin.credentials.server.CredentialsServer
Creates and starts a server on the given port
CredentialsServer - Class in is.codion.plugin.credentials.server
A credentials server for one-time authentication tokens for applications running on localhost.
CredentialsService - Interface in is.codion.plugin.credentials.server
A service for supplying user credentials for one-time authentication tokens.
currentItem() - Method in class is.codion.plugin.jasperreports.model.JasperReportsDataSource
 
currentResult() - Method in interface is.codion.swing.common.model.component.table.FilteredTableSearchModel
 
customCondition(ConditionType) - Static method in interface is.codion.framework.db.condition.Condition
Creates a new CustomCondition based on the condition of the given type
customCondition(ConditionType, List<Attribute<?>>, List<Object>) - Static method in interface is.codion.framework.db.condition.Condition
Creates a new CustomCondition based on the condition of the given type
CustomCondition - Interface in is.codion.framework.db.condition
A Condition based on a custom ConditionProvider associated with ConditionType

D

daemonThreadCount() - Method in interface is.codion.common.rmi.server.ServerAdmin.ThreadStatistics
 
darker(Color) - Static method in class is.codion.swing.common.ui.Utilities
Returns a darker version of the given color, using 0.8 as the mulitiplication factor.
darker(Color, double) - Static method in class is.codion.swing.common.ui.Utilities
Returns a darker version of the given color, using the given factor.
database() - Method in interface is.codion.common.db.connection.DatabaseConnection
 
database() - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider
 
database() - Method in interface is.codion.framework.server.EntityServerConfiguration
 
database(Database) - Method in class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
 
database(Database) - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider.Builder
 
database(Database) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
 
Database - Interface in is.codion.common.db.database
Defines DBMS specific functionality as well as basic database configuration settings.
DATABASE_INIT_SCRIPTS - Static variable in interface is.codion.common.db.database.Database
A comma separated list of paths to scripts to run when initializing the database, implementation specific
DATABASE_URL - Static variable in interface is.codion.common.db.database.Database
Specifies the jdbc url of the database.
Database.SelectForUpdateSupport - Enum in is.codion.common.db.database
The possible select for update support values.
Database.Statistics - Interface in is.codion.common.db.database
Encapsulates basic database usage statistics.
databaseConnection() - Method in interface is.codion.framework.db.local.LocalEntityConnection
 
databaseConnection(Database, User) - Static method in interface is.codion.common.db.connection.DatabaseConnection
Constructs a new DatabaseConnection instance, based on the given Database and User
databaseConnection(Database, Connection) - Static method in interface is.codion.common.db.connection.DatabaseConnection
Constructs a new DatabaseConnection instance, based on the given Connection object.
DatabaseConnection - Interface in is.codion.common.db.connection
Manages a Connection instance, providing basic transaction control.
DatabaseException - Exception in is.codion.common.db.exception
An exception coming from a database-layer.
DatabaseException(String) - Constructor for exception is.codion.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
DatabaseException(String, String) - Constructor for exception is.codion.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
DatabaseException(SQLException) - Constructor for exception is.codion.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
DatabaseException(SQLException, String) - Constructor for exception is.codion.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
DatabaseException(SQLException, String, String) - Constructor for exception is.codion.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
databaseExplorerModel(Database, User) - Static method in class is.codion.swing.framework.tools.explorer.DatabaseExplorerModel
Instantiates a new DatabaseExplorerModel instance.
DatabaseExplorerModel - Class in is.codion.swing.framework.tools.explorer
DatabaseExplorerPanel - Class in is.codion.swing.framework.tools.ui.explorer
 
DatabaseFactory - Interface in is.codion.common.db.database
Provides Database implementations
DatabaseFunction<C,​T,​R> - Interface in is.codion.common.db.operation
A database function
databaseMonitor() - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
 
DatabaseMonitor - Class in is.codion.swing.framework.server.monitor
A DatabaseMonitor
DatabaseMonitor(EntityServerAdmin, int) - Constructor for class is.codion.swing.framework.server.monitor.DatabaseMonitor
Instantiates a new DatabaseMonitor for the given server
DatabaseMonitorPanel - Class in is.codion.swing.framework.server.monitor.ui
A DatabaseMonitorPanel
DatabaseMonitorPanel(DatabaseMonitor) - Constructor for class is.codion.swing.framework.server.monitor.ui.DatabaseMonitorPanel
Instantiates a new DatabaseMonitorPanel
DatabaseProcedure<C,​T> - Interface in is.codion.common.db.operation
A database procedure
databaseStatistics() - Method in interface is.codion.framework.server.EntityServerAdmin
Returns the statistics gathered via Database.countQuery(String).
databaseUrl() - Method in interface is.codion.framework.server.EntityServerAdmin
 
databaseUser() - Method in interface is.codion.common.rmi.server.RemoteClient
 
dataListener(EventListener) - Static method in interface is.codion.common.event.Event
Creates a EventDataListener causing the listeners EventListener.onEvent() to be called on each occurrence.
datasetContainsData() - Method in class is.codion.swing.framework.server.monitor.ConnectionPoolMonitor
 
DATE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
 
DATE_FORMAT - Static variable in interface is.codion.framework.domain.property.Property
The default date format pattern to use when showing date values in tables and when creating default date input fields
Value type: String
Default value: dd-MM-yyyy [month/day order is locale specific]
DATE_TIME_FORMAT - Static variable in interface is.codion.framework.domain.property.Property
The default date/time format pattern to use when showing date/time values in tables and when creating default date/time input fields
Value type: String
Default value: dd-MM-yyyy HH:mm [month/day order is locale specific]
dateCalendarPanel() - Static method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
 
datePattern() - Method in interface is.codion.common.formats.LocaleDateTimePattern
 
datePattern(Locale) - Method in interface is.codion.common.formats.LocaleDateTimePattern
 
datePropertyValue(StringProperty, DateTimeFormatter) - Static method in class is.codion.javafx.framework.ui.values.PropertyValues
 
dateTimeCalendarPanel() - Static method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
 
dateTimeFormatter() - Method in interface is.codion.framework.domain.property.Property
Returns the date time formatter used when presenting and inputting values for this property.
dateTimeFormatter(DateTimeFormatter) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
Sets the DateTimeFormatter for this field, this formatter must be able to parse the date time pattern this field is based on.
dateTimeParser(DateTimeParser<T>) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
 
DateTimeParser<T extends Temporal> - Interface in is.codion.common
Parses a Temporal value from text with a provided formatter
dateTimePattern() - Method in interface is.codion.common.formats.LocaleDateTimePattern
 
dateTimePattern() - Method in interface is.codion.common.model.table.ColumnConditionModel
 
dateTimePattern() - Method in interface is.codion.framework.domain.property.Property
Returns the date time format pattern used when presenting and inputting values for this property.
dateTimePattern() - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
dateTimePattern(String) - Method in interface is.codion.common.model.table.ColumnConditionModel.Builder
 
dateTimePattern(String) - Method in interface is.codion.framework.domain.property.Property.Builder
Sets the date/time format pattern used when presenting and inputtind values
dateTimePattern(Locale) - Method in interface is.codion.common.formats.LocaleDateTimePattern
 
Db2DatabaseFactory - Class in is.codion.dbms.db2database
Provides db2 database implementations
Db2DatabaseFactory() - Constructor for class is.codion.dbms.db2database.Db2DatabaseFactory
 
DECIMAL_ROUNDING_MODE - Static variable in interface is.codion.framework.domain.property.Property
Specifies the default rounding mode used for decimal property values
Value type: RoundingMode
Default value: RoundingMode.HALF_EVEN
DECIMAL_SEPARATOR - Static variable in interface is.codion.framework.domain.property.Property
Specifies the default number decimal separator.
Value type: Character
Default value: The decimal separator for the default locale
decimalDigits() - Method in class is.codion.swing.framework.tools.metadata.Column
 
decimalFormatPattern(String) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
 
decimalRoundingMode() - Method in interface is.codion.framework.domain.property.Property
 
decimalRoundingMode(RoundingMode) - Method in interface is.codion.framework.domain.property.Property.Builder
Sets the rounding mode to use when working with decimals
decimalSeparator(char) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
Set the decimal separator for this field
decrementWeight() - Method in interface is.codion.swing.common.tools.randomizer.ItemRandomizer.RandomItem
Decrements the weight value assigned to this random item
decrementWeight(T) - Method in interface is.codion.swing.common.tools.randomizer.ItemRandomizer
Decrements the weight of the given item by one
deepCopy() - Method in interface is.codion.framework.domain.entity.Entity
Copies this entity, with new copied instances of all foreign key value entities.
deepCopy(List<? extends Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
Deep copies the given entities, with new copied instances of all foreign key value entities.
DEFAULT - is.codion.framework.domain.entity.OrderBy.NullOrder
Database default, as in, no null ordering directive.
DEFAULT_CHART_DATA_UPDATE_INTERVAL_MS - Static variable in class is.codion.swing.common.tools.loadtest.LoadTestModel
 
DEFAULT_COLLATOR_LANGUAGE - Static variable in class is.codion.common.Text
Specifies the default collator locale language.
Value type: String
Default value: Locale.getDefault().getLanguage().
DEFAULT_CONNECTION_LOG_SIZE - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
 
DEFAULT_CONNECTION_MAINTENANCE_INTERVAL - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
 
DEFAULT_FOREIGN_KEY_FETCH_DEPTH - Static variable in interface is.codion.framework.domain.property.Property
 
DEFAULT_ICON_SIZE - Static variable in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
DEFAULT_IDLE_CONNECTION_TIMEOUT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
 
DEFAULT_IDLE_TIMEOUT - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
Specifies the default idle timeout in milliseconds.
DEFAULT_MAXIMUM_FRACTION_DIGITS - Static variable in interface is.codion.framework.domain.property.Property
 
DEFAULT_MAXIMUM_POOL_SIZE - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
Specifies the default maximum connection pool size.
DEFAULT_MINIMUM_POOL_SIZE - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
Specifies the default minimum connection pool size.
DEFAULT_PROGRESS_BAR_WIDTH - Static variable in class is.codion.swing.common.ui.dialog.ProgressDialog
 
DEFAULT_QUERY_TIMEOUT_SECONDS - Static variable in interface is.codion.framework.db.condition.SelectCondition
 
DEFAULT_SERVER_CONNECTION_LIMIT - Static variable in interface is.codion.framework.server.EntityServerConfiguration
 
DEFAULT_TEXT_FIELD_COLUMNS - Static variable in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
Specifies the default number of columns in text fields created by component builders
Value type: Integer
Default value: 12
DefaultArgumentToString() - Constructor for class is.codion.common.logging.MethodLogger.DefaultArgumentToString
 
defaultCloseOperation(int) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
DefaultComboBoxBuilder<T,​C extends JComboBox<T>,​B extends ComboBoxBuilder<T,​C,​B>> - Class in is.codion.swing.common.ui.component.combobox
 
DefaultComboBoxBuilder(ComboBoxModel<T>, Value<T>) - Constructor for class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
 
DefaultConditionModelFactory - Class in is.codion.framework.model
A default ConditionModelFactory implementation.
DefaultConditionModelFactory(EntityConnectionProvider) - Constructor for class is.codion.framework.model.DefaultConditionModelFactory
 
DefaultCredentialsProvider - Class in is.codion.plugin.credentials.server
A default CredentialsProvider implementation, based on CredentialsServer.
DefaultCredentialsProvider() - Constructor for class is.codion.plugin.credentials.server.DefaultCredentialsProvider
 
DefaultDetailModelLink<M extends DefaultEntityModel<M,​E,​T>,​E extends AbstractEntityEditModel,​T extends EntityTableModel<E>> - Class in is.codion.framework.model
A default DetailModelLink implementation which does nothing.
DefaultDetailModelLink(M) - Constructor for class is.codion.framework.model.DefaultDetailModelLink
 
DefaultDomain - Class in is.codion.framework.domain
A default Domain implementation.
DefaultDomain(DomainType) - Constructor for class is.codion.framework.domain.DefaultDomain
Instantiates a new DefaultDomain identified by the given DomainType.
DefaultEntities - Class in is.codion.framework.domain.entity
A default Entities implementation.
DefaultEntities(DomainType) - Constructor for class is.codion.framework.domain.entity.DefaultEntities
Instantiates a new DefaultEntities for the given domainType
DefaultEntityApplicationModel<M extends DefaultEntityModel<M,​E,​T>,​E extends AbstractEntityEditModel,​T extends EntityTableModel<E>> - Class in is.codion.framework.model
A central application model class.
DefaultEntityApplicationModel(EntityConnectionProvider) - Constructor for class is.codion.framework.model.DefaultEntityApplicationModel
Instantiates a new DefaultEntityApplicationModel
DefaultEntityApplicationModel(EntityConnectionProvider, Version) - Constructor for class is.codion.framework.model.DefaultEntityApplicationModel
Instantiates a new DefaultEntityApplicationModel
DefaultEntityComponentFactory<T,​A extends Attribute<T>,​C extends JComponent> - Class in is.codion.swing.framework.ui
A default EntityComponentFactory implementation.
DefaultEntityComponentFactory() - Constructor for class is.codion.swing.framework.ui.DefaultEntityComponentFactory
 
DefaultEntityModel<M extends DefaultEntityModel<M,​E,​T>,​E extends AbstractEntityEditModel,​T extends EntityTableModel<E>> - Class in is.codion.framework.model
A default EntityModel implementation.
DefaultEntityModel(E) - Constructor for class is.codion.framework.model.DefaultEntityModel
Instantiates a new DefaultEntityModel, without a table model
DefaultEntityModel(T) - Constructor for class is.codion.framework.model.DefaultEntityModel
Instantiates a new DefaultEntityModel
DefaultEntityObjectMapperFactory - Class in is.codion.plugin.jackson.json.domain
A default EntityObjectMapperFactory implementation, extend to add custom serialisers/deserializers.

Subclasses should be exposed as a service.
DefaultEntityObjectMapperFactory(DomainType) - Constructor for class is.codion.plugin.jackson.json.domain.DefaultEntityObjectMapperFactory
Instantiates a new instance compatible with the given domain type.
DefaultEntityValidator - Class in is.codion.framework.domain.entity
A default EntityValidator implementation providing null validation for properties marked as not null, item validation for item based properties, range validation for numerical properties with max and/or min values specified and string length validation based on the specified max length.
DefaultEntityValidator() - Constructor for class is.codion.framework.domain.entity.DefaultEntityValidator
 
DefaultFilteredTableModel<R,​C> - Class in is.codion.swing.common.model.component.table
A TableModel implementation that supports filtering, searching and sorting.
DefaultFilteredTableModel(List<FilteredTableColumn<C>>, FilteredTableModel.ColumnValueProvider<R, C>) - Constructor for class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
Instantiates a new table model.
DefaultFilteredTableModel(List<FilteredTableColumn<C>>, FilteredTableModel.ColumnValueProvider<R, C>, Collection<? extends ColumnConditionModel<? extends C, ?>>) - Constructor for class is.codion.swing.common.model.component.table.DefaultFilteredTableModel
Instantiates a new table model.
DefaultFilteredTableModel.DefaultSummaryValueProvider<T extends Number,​C> - Class in is.codion.swing.common.model.component.table
A default SummaryValueProvider implementation
DefaultFilterModelFactory - Class in is.codion.framework.model
A default FilterModelFactory implementation.
DefaultFilterModelFactory() - Constructor for class is.codion.framework.model.DefaultFilterModelFactory
 
DefaultForeignKeyDetailModelLink<M extends DefaultEntityModel<M,​E,​T>,​E extends AbstractEntityEditModel,​T extends EntityTableModel<E>> - Class in is.codion.framework.model
A default ForeignKeyDetailModelLink implementation.
DefaultForeignKeyDetailModelLink(M, ForeignKey) - Constructor for class is.codion.framework.model.DefaultForeignKeyDetailModelLink
 
DefaultFrameworkIcons - Class in is.codion.swing.framework.ui.icons
 
DefaultFrameworkIcons() - Constructor for class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
DefaultHttpEntityConnectionProviderBuilder - Class in is.codion.framework.db.http
Builds a HttpEntityConnectionProvider instance.
DefaultHttpEntityConnectionProviderBuilder() - Constructor for class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
 
DefaultLocalEntityConnectionProviderBuilder - Class in is.codion.framework.db.local
DefaultLocalEntityConnectionProviderBuilder() - Constructor for class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
 
defaultLoginUser(User) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
defaultLookAndFeelClassName(String) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
Sets the default look and feel classname, used in case no look and feel settings are found in user preferences.
defaultLookAndFeelName(String) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
Returns the look and feel specified by the given user preference or the system look and feel if no preference value is found.
defaultMethodHandle(Method) - Method in interface is.codion.framework.domain.entity.EntityDefinition
Returns the MethodHandle for the given default method in the EntityType.entityClass().
defaultQueryTimeout() - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider
 
defaultQueryTimeout(int) - Method in class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
 
defaultQueryTimeout(int) - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider.Builder
 
DefaultRemoteEntityConnectionProviderBuilder - Class in is.codion.framework.db.rmi
DefaultRemoteEntityConnectionProviderBuilder() - Constructor for class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
 
defaultSelectAttributes() - Method in interface is.codion.framework.domain.entity.EntityDefinition
Returns the attributes selected by default for this entity type.
defaultSelection(Collection<T>) - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilder
 
defaultSelection(T) - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilder
 
DefaultServerAdmin - Class in is.codion.common.rmi.server
 
DefaultServerAdmin(AbstractServer<?, ? extends ServerAdmin>, ServerConfiguration) - Constructor for class is.codion.common.rmi.server.DefaultServerAdmin
 
DefaultSummaryValueProvider(C, FilteredTableModel<?, C>, Format) - Constructor for class is.codion.swing.common.model.component.table.DefaultFilteredTableModel.DefaultSummaryValueProvider
 
defaultUser() - Method in class is.codion.javafx.framework.ui.EntityApplicationView
 
defaultUser(User) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
 
defaultUsername() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
 
defaultValue() - Method in interface is.codion.framework.domain.property.Property
 
defaultValue() - Method in class is.codion.swing.framework.tools.metadata.Column
 
defaultValue(Class<T>) - Static method in class is.codion.common.Primitives
 
defaultValue(T) - Method in interface is.codion.framework.domain.property.Property.Builder
Sets the default value for this property, overrides the underlying column default value, if any
defaultValueSupplier(Property.ValueSupplier<T>) - Method in interface is.codion.framework.domain.property.Property.Builder
Sets the default value supplier, use in case of dynamic default values.
defaultWeight() - Method in class is.codion.swing.common.tools.loadtest.AbstractUsageScenario
 
defaultWeight() - Method in interface is.codion.swing.common.tools.loadtest.UsageScenario
 
definition() - Method in interface is.codion.framework.domain.entity.Entity
 
definition() - Method in interface is.codion.framework.domain.entity.Key
 
definition(EntityType) - Method in class is.codion.framework.domain.entity.DefaultEntities
 
definition(EntityType) - Method in interface is.codion.framework.domain.entity.Entities
Returns the EntityDefinition for the given entityType
definition(EntityType) - Method in class is.codion.framework.model.DefaultConditionModelFactory
 
definition(Property.Builder<?, ?>...) - Static method in interface is.codion.framework.domain.entity.EntityDefinition
Creates a EntityDefinition.Builder instance based on the given property builders.
definition(String) - Method in class is.codion.framework.domain.entity.DefaultEntities
 
definition(String) - Method in interface is.codion.framework.domain.entity.Entities
Returns the EntityDefinition for the given entityType name
definition(List<Property.Builder<?, ?>>) - Static method in interface is.codion.framework.domain.entity.EntityDefinition
Creates a EntityDefinition.Builder instance based on the given property builders.
definitionModel() - Method in class is.codion.swing.framework.tools.explorer.DatabaseExplorerModel
 
DefinitionRow - Class in is.codion.swing.framework.tools.explorer
 
definitions() - Method in class is.codion.framework.domain.entity.DefaultEntities
 
definitions() - Method in interface is.codion.framework.domain.entity.Entities
Returns all EntityDefinitions available
delegate() - Method in interface is.codion.common.proxy.ProxyBuilder.ProxyMethod.Parameters
 
delegate(T) - Method in interface is.codion.common.proxy.ProxyBuilder
Sets the delegate instance to forward non-proxied method calls to.
delete() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
delete() - Method in class is.codion.framework.model.AbstractEntityEditModel
 
delete() - Method in interface is.codion.framework.model.EntityEditModel
Deletes the active entity
delete() - Method in class is.codion.swing.framework.ui.EntityEditPanel
Performs delete on the active entity without asking for confirmation
delete() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
delete() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
delete(Condition) - Method in interface is.codion.framework.db.EntityConnection
Deletes the entities specified by the given condition.
delete(Condition) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
Deletes the entities specified by the given condition Performs a commit unless a transaction is open.
delete(Key) - Method in interface is.codion.framework.db.EntityConnection
Deletes the entity with the given primary key.
delete(Key) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
Deletes an entity according to the given primary key.
delete(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityJsonService
Deletes the entities for the given condition
delete(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityService
Deletes the entities for the given condition
delete(Collection<Key>) - Method in interface is.codion.framework.db.EntityConnection
Deletes the entities with the given primary keys.
delete(Collection<Key>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
Deletes the entities according to the given primary keys.
delete(List<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
 
delete(List<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
Deletes the given entities, returns silently on receiving an empty list
DELETE - is.codion.swing.framework.ui.EntityEditPanel.ConfirmType
 
DELETE - is.codion.swing.framework.ui.EntityEditPanel.ControlCode
 
DELETE_SELECTED - is.codion.swing.framework.ui.EntityTablePanel.ControlCode
 
deleteByKey(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityJsonService
Deletes the entities for the given keys
deleteByKey(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityService
Deletes the entities for the given keys
deleteCurrentTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
deleteEnabledObserver() - Method in class is.codion.framework.model.AbstractEntityEditModel
 
deleteEnabledObserver() - Method in interface is.codion.framework.model.EntityEditModel
 
DeleteException - Exception in is.codion.common.db.exception
An exception indicating a failed delete operation
DeleteException(String) - Constructor for exception is.codion.common.db.exception.DeleteException
Instantiates a new DeleteException
deleteMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
deleteNotEnabled() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
deleteSelected() - Method in interface is.codion.framework.model.EntityTableModel
Deletes the selected entities
deleteSelected() - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
deleteSelected() - Method in class is.codion.javafx.framework.ui.EntityTableView
Deletes the selected entities after displaying a confirm dialog
deleteSelected() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
deleteSelectedTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
 
deletesPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
 
deleteWithConfirmation() - Method in class is.codion.swing.framework.ui.EntityEditPanel
Performs delete on the active entity after asking for confirmation via EntityEditPanel.confirmDelete().
deleteWithConfirmation() - Method in class is.codion.swing.framework.ui.EntityTablePanel
Deletes the entities selected in the underlying table model
delimitedString(List<String>, List<List<String>>, String) - Static method in class is.codion.common.Text
Creates a delimited string from the given input lists.
delimiter(String) - Method in interface is.codion.common.formats.LocaleDateTimePattern.Builder
 
delimiterDash() - Method in interface is.codion.common.formats.LocaleDateTimePattern.Builder
 
delimiterDot() - Method in interface is.codion.common.formats.LocaleDateTimePattern.Builder
 
delimiterSlash() - Method in interface is.codion.common.formats.LocaleDateTimePattern.Builder
 
denormalizedViewProperty(Attribute<T>, Attribute<Entity>, Attribute<T>) - Static method in interface is.codion.framework.domain.property.Property
Instantiates a TransientProperty.Builder instance, for displaying a value from an entity attribute.
denormalizedViewProperty(Attribute<T>, String, Attribute<Entity>, Attribute<T>) - Static method in interface is.codion.framework.domain.property.Property
Instantiates a TransientProperty.Builder instance, for displaying a value from an entity attribute.
DEPARTMENT - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
 
DEPARTMENT_FK - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
 
DEPARTMENT_LOCATION - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
 
departmentModel - Variable in class is.codion.framework.model.test.AbstractEntityModelTest
 
dependencies() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
dependencies() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
dependencies(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityJsonService
Returns the entities referencing the given entities via foreign keys, mapped to their respective entityTypes
dependencies(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityService
Returns the entities referencing the given entities via foreign keys, mapped to their respective entityTypes
DerbyDatabaseFactory - Class in is.codion.dbms.derby
Provides derby database implementations
DerbyDatabaseFactory() - Constructor for class is.codion.dbms.derby.DerbyDatabaseFactory
 
derivedAttributes(Attribute<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition
Returns the attributes which values are derived from the value of the given attribute, an empty collection if no such derived attributes exist
derivedProperty(Attribute<T>, DerivedProperty.Provider<T>, Attribute<?>...) - Static method in interface is.codion.framework.domain.property.Property
Instantiates a TransientProperty.Builder instance, which value is derived from one or more source attributes.
derivedProperty(Attribute<T>, String, DerivedProperty.Provider<T>, Attribute<?>...) - Static method in interface is.codion.framework.domain.property.Property
Instantiates a TransientProperty.Builder instance, which value is derived from one or more source attributes.
DerivedProperty<T> - Interface in is.codion.framework.domain.property
A property which value is derived from the values of one or more properties.
DerivedProperty.Provider<T> - Interface in is.codion.framework.domain.property
Responsible for providing values derived from other values
DerivedProperty.SourceValues - Interface in is.codion.framework.domain.property
Provides the source values from which to derive the property value.
descending(Attribute<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
Adds a 'descending' order by for the given attributes
descending(Attribute<?>...) - Static method in interface is.codion.framework.domain.entity.OrderBy
 
descendingNullsFirst(Attribute<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
Adds a 'descending' order by for the given attributes with nulls appearing first
descendingNullsLast(Attribute<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
Adds a 'descending' order by for the given attributes with nulls appearing last
description() - Method in enum is.codion.common.model.table.ColumnConditionModel.AutomaticWildcard
 
description() - Method in enum is.codion.common.Operator
 
description() - Method in interface is.codion.framework.db.EntityConnectionProvider
 
description() - Method in interface is.codion.framework.domain.entity.EntityDefinition
 
description() - Method in interface is.codion.framework.domain.property.Property
 
description(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
Specifies a description for this entity.
description(String) - Method in interface is.codion.framework.domain.property.Property.Builder
Sets the description for this property, used for tooltips f.ex.
description(String) - Method in interface is.codion.swing.common.ui.control.Control.Builder
 
description(String) - Method in interface is.codion.swing.common.ui.control.Controls.Builder
 
description(String) - Method in interface is.codion.swing.common.ui.control.ToggleControl.Builder
 
deserialize(byte[]) - Static method in class is.codion.common.Serializer
Deserializes the given byte array into a T, null or an empty byte array result in a null return value
deserialize(JsonParser, DeserializationContext) - Method in class is.codion.plugin.jackson.json.domain.EntityDeserializer
 
deserializeEntities(InputStream) - Method in class is.codion.plugin.jackson.json.domain.EntityObjectMapper
Deserializes the given JSON input stream into a list of Entity instances
deserializeEntities(String) - Method in class is.codion.plugin.jackson.json.domain.EntityObjectMapper
Deserializes the given JSON string into a list of Entity instances
deserializeFromFile(File) - Static method in class is.codion.common.Serializer
Deserializes a list of Objects from the given file
deserializeKeys(InputStream) - Method in class is.codion.plugin.jackson.json.domain.EntityObjectMapper
Deserializes the given JSON input stream into a list of Key instances
deserializeKeys(String) - Method in class is.codion.plugin.jackson.json.domain.EntityObjectMapper
Deserializes the given JSON string into a list of Key instances
destroyed() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
 
detail() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
detail() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
detailModel() - Method in class is.codion.framework.model.DefaultDetailModelLink
 
detailModel() - Method in interface is.codion.framework.model.DetailModelLink
 
detailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
detailModel(EntityType) - Method in class is.codion.framework.model.DefaultEntityModel
 
detailModel(EntityType) - Method in interface is.codion.framework.model.EntityModel
Returns a detail model of the given type
detailModel(Class<? extends M>) - Method in class is.codion.framework.model.DefaultEntityModel
 
detailModel(Class<? extends M>) - Method in interface is.codion.framework.model.EntityModel
Returns the first detail model of the given type
detailModelBuilder(SwingEntityModel.Builder) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
Adds a detail model builder to this model builder
detailModelLink(M) - Method in class is.codion.framework.model.DefaultEntityModel
 
detailModelLink(M) - Method in interface is.codion.framework.model.EntityModel
 
DetailModelLink<M extends EntityModel<M,​E,​T>,​E extends EntityEditModel,​T extends EntityTableModel<E>> - Interface in is.codion.framework.model
Represents a link between a master and detail model.
detailModelNotFound() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
 
detailModels() - Method in class is.codion.framework.model.DefaultEntityModel
 
detailModels() - Method in interface is.codion.framework.model.EntityModel
 
detailPanel(EntityType) - Method in class is.codion.swing.framework.ui.EntityPanel
Returns the detail panel for the given entityType, if one is available
detailPanelBuilder(EntityPanel.Builder) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
Adds the given detail panel builder to this panel builder, if it hasn't been previously added
detailPanels() - Method in class is.codion.swing.framework.ui.EntityPanel
Returns all detail panels.
detailPanelState(EntityPanel.PanelState) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
 
detailSplitPanelResizeWeight(double) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
 
DIALOG - is.codion.javafx.framework.ui.EntityView.PanelState
The panel is displayed in a dialog
DIALOG - is.codion.swing.framework.ui.EntityTablePanel.ColumnSelection
Display a dialog.
DialogBuilder<B extends DialogBuilder<B>> - Interface in is.codion.swing.common.ui.dialog
A base interface for JDialog builders
Dialogs - Class in is.codion.swing.common.ui.dialog
A utility class for displaying Dialogs.
dialogTitle(String) - Method in interface is.codion.swing.common.ui.component.text.TextInputPanel.Builder
 
DIMENSION_TEXT_FIELD_SQUARE - Static variable in class is.codion.swing.common.ui.component.text.TextComponents
A square dimension which sides are the same as the preferred height of a JTextField.
disable(JComponent) - Method in interface is.codion.swing.common.ui.KeyEvents.Builder
Disables this key event on the given component
disable(T) - Static method in class is.codion.swing.common.ui.TransferFocusOnEnter
Disables the transfer focus action added via TransferFocusOnEnter.enable(JComponent)
disabledTextColor(Color) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
 
disconnect() - Method in class is.codion.swing.framework.server.monitor.ClientInstanceMonitor
Disconnects the client from the server
disconnect(AbstractRemoteEntityConnection) - Method in class is.codion.framework.server.EntityServer
 
disconnect(UUID) - Method in class is.codion.common.rmi.server.AbstractServer
 
disconnect(UUID) - Method in class is.codion.common.rmi.server.DefaultServerAdmin
 
disconnect(UUID) - Method in interface is.codion.common.rmi.server.Server
Disconnects the connection identified by the given key.
disconnect(UUID) - Method in interface is.codion.common.rmi.server.ServerAdmin
Unregisters the connection from the server, if connection pooling is enabled for the user the connection is pooled.
disconnect(T) - Method in class is.codion.common.rmi.server.AbstractServer
Disconnects the given connection.
disconnectAll() - Method in class is.codion.swing.framework.server.monitor.ClientUserMonitor
Disconnects all users from the server
disconnectAll() - Method in class is.codion.swing.framework.server.monitor.ui.ClientUserMonitorPanel
 
disconnectAllClients() - Method in interface is.codion.framework.server.EntityServerAdmin
Disconnects all connected clients.
disconnectApplication(QueryLoadTestModel.QueryApplication) - Method in class is.codion.swing.common.tools.loadtest.QueryLoadTestModel
 
disconnectApplication(M) - Method in class is.codion.swing.framework.tools.loadtest.EntityLoadTestModel
 
disconnectApplication(T) - Method in class is.codion.swing.common.tools.loadtest.LoadTestModel
 
disconnectTimedOut() - Method in class is.codion.swing.framework.server.monitor.ClientUserMonitor
Disconnects all timed out users from the server
disconnectTimedOutClients() - Method in interface is.codion.framework.server.EntityServerAdmin
Disconnects all timed-out clients.
DISPLAY_DEPENDENCIES - is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
Display the dependencies causing the error.
DISPLAY_ENTITY_PANELS_IN_FRAME - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
Specifies if EntityPanels opened via the EntityApplicationPanel.displayEntityPanel(EntityPanel.Builder) method should be displayed in a frame instead of the default dialog
Value type: Boolean
Default value: false
DISPLAY_ERROR - is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
Display the error.
displayAbout() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Shows an about dialog
displayConditionState(boolean) - Method in interface is.codion.swing.framework.ui.EntityTableCellRenderer.Builder
 
displayDependenciesDialog(Collection<Entity>, EntityConnectionProvider, JComponent) - Static method in class is.codion.swing.framework.ui.EntityDependenciesPanel
Displays a dialog containing the entities depending on the given entities.
displayDependenciesDialog(Collection<Entity>, EntityConnectionProvider, JComponent, String) - Static method in class is.codion.swing.framework.ui.EntityDependenciesPanel
Shows a dialog containing the entities depending on the given entities.
displayedMnemonic(char) - Method in interface is.codion.swing.common.ui.component.LabelBuilder
displayedMnemonic(int) - Method in interface is.codion.swing.common.ui.component.LabelBuilder
 
displayEntityPanel(EntityPanel.Builder) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Displays the panel provided by the given builder in a frame or dialog, depending on EntityApplicationPanel.DISPLAY_ENTITY_PANELS_IN_FRAME.
displayEntityPanelDialog(EntityPanel.Builder) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Shows a dialog containing the entity panel provided by the given panel builder
displayEntityPanelDialog(EntityPanel.Builder, boolean) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Shows a dialog containing the entity panel provided by the given panel builder
displayEntityPanelFrame(EntityPanel.Builder) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Shows a frame containing the entity panel provided by the given panel builder
displayException(Throwable) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Displays the exception in a dialog
displayException(Throwable) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
Displays the exception in a dialog
displayException(Throwable) - Method in class is.codion.swing.framework.ui.EntityPanel
Displays the exception in a dialog, with the dialog owner as the current focus owner or this panel if none is available.
displayException(Throwable) - Method in class is.codion.swing.framework.ui.EntityTablePanel
Displays the exception in a dialog, with the dialog owner as the current focus owner or this panel if none is available.
displayExceptionDialog(Throwable, Window) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
Displays the given exception in a dialog
displayFrame(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
displayHelp() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Displays the help.
displayKeyboardShortcuts() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
Displays a keyboard shortcut overview panel.
displayStartupDialog(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
displayValueProvider(Function<T, Object>) - Method in interface is.codion.swing.framework.ui.EntityTableCellRenderer.Builder
 
DISPOSE_EDIT_DIALOG_ON_ESCAPE - Static variable in class is.codion.swing.framework.ui.EntityPanel
Indicates whether entity edit panel dialogs should be closed on escape
Value type: Boolean
Default value: true
disposeOnEscape(boolean) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
 
disposeParentWindow(Component) - Static method in class is.codion.swing.common.ui.Utilities
Finds the parent Window and disposes it if found.
dividerSize(int) - Method in interface is.codion.swing.common.ui.component.SplitPaneBuilder
 
DO_NOTHING - is.codion.framework.model.EntityTableModel.InsertAction
This table model does nothing when entities are inserted via the associated edit model
document(Document) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
 
DOCUMENT_ROOT - Static variable in interface is.codion.common.http.server.HttpServerConfiguration
Specifies the document root for file serving
.
DocumentAdapter - Interface in is.codion.swing.common.model.component.text
documentRoot() - Method in interface is.codion.common.http.server.HttpServerConfiguration
 
documentRoot(String) - Method in interface is.codion.common.http.server.HttpServerConfiguration.Builder
 
doDelete(List<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
Deletes the given entities from the database
doInBackground() - Method in class is.codion.swing.common.model.worker.ProgressWorker
 
doInsert(List<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
Inserts the given entities into the database
domain() - Method in interface is.codion.framework.db.local.LocalEntityConnection
 
domain() - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider
 
Domain - Interface in is.codion.framework.domain
Represents an application domain model, entities, reports and database operations.
domainClassName() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
domainClassName() - Method in interface is.codion.framework.db.EntityConnectionProvider
 
domainClassName(String) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
 
domainClassName(String) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
 
domainClassNames() - Method in interface is.codion.framework.server.EntityServerConfiguration
 
domainClassNames(Collection<String>) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
 
domainEntityDefinitions() - Method in interface is.codion.framework.server.EntityServerAdmin
 
domainName() - Method in interface is.codion.framework.domain.entity.EntityDefinition
 
domainName() - Method in interface is.codion.framework.domain.entity.EntityType
 
domainOperations() - Method in interface is.codion.framework.server.EntityServerAdmin
 
domainReports() - Method in interface is.codion.framework.server.EntityServerAdmin
 
domains() - Static method in interface is.codion.framework.domain.Domain
 
domainSourceObserver() - Method in class is.codion.swing.framework.tools.explorer.DatabaseExplorerModel
 
domainTableModel() - Method in class is.codion.swing.framework.server.monitor.ServerMonitor
 
domainType() - Method in class is.codion.framework.domain.entity.DefaultEntities
 
domainType() - Method in interface is.codion.framework.domain.entity.Entities
 
domainType(Class<?>) - Static method in interface is.codion.framework.domain.DomainType
Returns a new DomainType using the given classes simple name as domain name.
domainType(String) - Static method in interface is.codion.framework.domain.DomainType
Returns a DomainType instance with the given name.
DomainType - Interface in is.codion.framework.domain
Identifies a domain model and serves as a factory for EntityType instances associated with this domain model type.
domainTypeName(String) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
domainTypeName(String) - Method in interface is.codion.framework.db.http.HttpEntityConnections.Builder
 
done() - Method in class is.codion.swing.common.model.worker.ProgressWorker
 
DOUBLE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
 
doubleAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
Creates a new Double based attribute, associated with this EntityType.
doubleField() - Static method in class is.codion.swing.common.ui.component.Components
 
doubleField(Value<Double>) - Static method in class is.codion.swing.common.ui.component.Components
 
doubleField(Attribute<Double>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
Creates a NumberField builder based on the given attribute.
doublePropertyValue(StringProperty, NumberFormat) - Static method in class is.codion.javafx.framework.ui.values.PropertyValues
 
doubleSpinner() - Static method in class is.codion.swing.common.ui.component.Components
 
doubleSpinner(Value<Double>) - Static method in class is.codion.swing.common.ui.component.Components
 
doubleSpinner(SpinnerNumberModel) - Static method in class is.codion.swing.common.ui.component.Components
 
doubleSpinner(SpinnerNumberModel, Value<Double>) - Static method in class is.codion.swing.common.ui.component.Components
 
doubleValue(String) - Static method in class is.codion.common.Configuration
Creates a double configuration value
doubleValue(String) - Method in interface is.codion.common.properties.PropertyStore
Creates a value for the given double property
doubleValue(String, double) - Static method in class is.codion.common.Configuration
Creates a double configuration value
doubleValue(String, double) - Method in interface is.codion.common.properties.PropertyStore
Creates a value for the given double property
doUpdate(List<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
Updates the given entities in the database
down() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
down() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
DOWN - is.codion.swing.framework.ui.EntityPanel.Direction
 
dragEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
 
driverClassName(String) - Static method in interface is.codion.common.db.database.DatabaseFactory
 
duration() - Method in interface is.codion.common.logging.MethodLogger.Entry
Returns the duration of the method call this entry represents in nanoseconds, this value is 0 or undefined until the exit time has been set.
duration() - Method in interface is.codion.common.rmi.server.ServerAdmin.GcEvent
 

E

eagerlyLoaded(boolean) - Method in interface is.codion.framework.domain.property.BlobProperty.Builder
Specifies that this value should be loaded eagerly when selected
echoChar(char) - Method in interface is.codion.swing.common.ui.component.text.PasswordFieldBuilder
 
edit() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
edit() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
editable(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
 
editable(boolean) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
 
editable(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
 
editable(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
 
editControlPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
Returns the panel containing the edit panel and the edit controls panel.
editControlTablePanel() - Method in class is.codion.swing.framework.ui.EntityPanel
Returns the base panel containing the edit and table panels (north, center).
editModel() - Method in class is.codion.framework.model.DefaultEntityModel
 
editModel() - Method in interface is.codion.framework.model.EntityModel
 
editModel() - Method in interface is.codion.framework.model.EntityTableModel
Returns the EntityEditModel associated with this table model
editModel() - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
editModel() - Method in class is.codion.javafx.framework.ui.EntityEditView
 
editModel() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
editModel() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
 
editModel() - Method in class is.codion.swing.framework.ui.EntityPanel
 
editModel() - Method in class is.codion.swing.framework.ui.test.EntityEditPanelTestUnit
 
editModelClass(Class<? extends SwingEntityEditModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
Sets the edit model class
editModelFactory(Function<EntityConnectionProvider, SwingEntityEditModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
editor(ComboBoxEditor) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
 
editor(ComboBoxEditor) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
 
editor(ComboBoxEditor) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
 
editPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
 
editPanel() - Method in class is.codion.swing.framework.ui.icons.DefaultFrameworkIcons
 
editPanel() - Method in interface is.codion.swing.framework.ui.icons.FrameworkIcons
 
editPanelClass(Class<? extends EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
 
editView() - Method in class is.codion.javafx.framework.ui.EntityView
 
EMBEDDED - is.codion.javafx.framework.ui.EntityView.PanelState
The panel is embedded in its parent panel
EMBEDDED - is.codion.swing.framework.ui.EntityPanel.PanelState
 
emptyStringToNullValue(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
 
emptyStringToNullValue(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
If set to true then MaskFormatter.stringToValue(String) returns null when it encounters an empty string, instead of throwing a ParseException.
enable() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
Configures and enables this LookAndFeel.
enable(C) - Static method in class is.codion.swing.common.ui.component.combobox.Completion
Enables the default completion mode on the given combo box
enable(C, Completion.Mode) - Static method in class is.codion.swing.common.ui.component.combobox.Completion
Enables the given completion mode on the given combo box
enable(JComponent) - Method in interface is.codion.swing.common.ui.KeyEvents.Builder
Builds the key event and enables it on the given component
enable(T) - Static method in class is.codion.swing.common.ui.TransferFocusOnEnter
Adds a key event to the component which transfers focus on enter, and backwards if shift is down
enabled(boolean) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
enabled(boolean) - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
Sets the enabled state of the component, for a dynamic enabled state use ComponentBuilder.enabledState(StateObserver).
enabledObserver() - Method in interface is.codion.swing.common.ui.control.Control
 
enabledState() - Method in interface is.codion.common.model.table.ColumnConditionModel
 
enabledState() - Method in class is.codion.framework.model.AbstractForeignKeyConditionModel
 
enabledState(StateObserver) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
 
enabledState(StateObserver) - Method in interface is.codion.swing.common.ui.component.ComponentBuilder
 
enabledState(StateObserver) - Method in interface is.codion.swing.common.ui.control.Control.Builder
 
enabledState(StateObserver) - Method in interface is.codion.swing.common.ui.control.Controls.Builder
 
enabledState(StateObserver) - Method in interface is.codion.swing.common.ui.control.ToggleControl.Builder
 
enableLookAndFeel(LookAndFeelProvider) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
Enables the given look and feel and updates all window component trees.
enableSelected() - Method in class is.codion.swing.common.ui.laf.LookAndFeelSelectionPanel
Enables the currently selected look and feel, if it is already selected, this method does nothing
enableTransferFocusOnEnter(C) - Method in class is.codion.swing.common.ui.component.AbstractComponentBuilder
Enables focus transfer on Enter, override for special handling
enter(String) - Method in interface is.codion.common.logging.MethodLogger
 
enter(String, Object) - Method in interface is.codion.common.logging.MethodLogger
 
enterAction(Action) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
 
enterMessage() - Method in interface is.codion.common.logging.MethodLogger.Entry
 
enterTime() - Method in interface is.codion.common.logging.MethodLogger.Entry
 
entities() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
 
entities() - Method in interface is.codion.framework.db.EntityConnection
 
entities() - Method in interface is.codion.framework.db.EntityConnectionProvider
Returns the domain entities this connection is based on
entities() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
 
entities() - Method in class is.codion.framework.domain.DefaultDomain
 
entities() - Method in interface is.codion.framework.domain.Domain
 
entities() - Method in class is.codion.framework.domain.entity.test.EntityTestUnit
 
entities() - Method in class is.codion.framework.model.AbstractEntityEditModel
 
entities() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
 
entities() - Method in class is.codion.framework.model.DefaultEntityModel
 
entities() - Method in interface is.codion.framework.model.EntityApplicationModel
 
entities() - Method in interface is.codion.framework.model.EntityEditModel
 
entities() - Method in interface is.codion.framework.model.EntityModel
 
entities() - Method in interface is.codion.framework.model.EntityTableModel
 
entities() - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
entities() - Method in class is.codion.plugin.jackson.json.domain.EntityObjectMapper
 
entities() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
entities(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityJsonService
Returns the underlying domain entities
entities(HttpServletRequest, HttpHeaders) - Method in class is.codion.framework.servlet.EntityService
Returns the underlying domain entities
Entities - Interface in is.codion.framework.domain.entity
A repository specifying the EntityDefinitions for a given domain.
entitiesByKey() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
entitiesByKey(Collection<Key>) - Method in interface is.codion.framework.model.EntityTableModel
Finds entities according to the values in keys
entitiesByKey(Collection<Key>) - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
entitiesByKey(Collection<Key>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
entity() - Method in interface is.codion.framework.domain.entity.EntityDefinition
Creates a new Entity instance based on this definition
entity() - Method in class is.codion.framework.model.AbstractEntityEditModel
 
entity() - Method in class is.codion.swing.framework.model.SwingEntityTreeModel.EntityTreeNode
Returns the entity, note that this entity is null for the root node.
entity(EntityType) - Method in class is.codion.framework.domain.entity.DefaultEntities
 
entity(EntityType) - Method in interface is.codion.framework.domain.entity.Entities
Creates a new Entity instance with the given entityType
entity(Key) - Static method in interface is.codion.framework.domain.entity.Entity
 
entity(Key) - Method in class is.codion.swing.framework.model.EntityComboBoxModel
 
entity(Map<Attribute<?>, Object>) - Method in interface is.codion.framework.domain.entity.EntityDefinition
Creates a new Entity instance based on this definition
entity(Map<Attribute<?>, Object>, Map<Attribute<?>, Object>) - Method in interface is.codion.framework.domain.entity.EntityDefinition
Creates a new Entity instance based on this definition
Entity - Interface in is.codion.framework.domain.entity
Represents a row in a table or query.
ENTITY_LIST_REFERENCE - Static variable in class is.codion.plugin.jackson.json.domain.EntityObjectMapper
 
Entity.Builder - Interface in is.codion.framework.domain.entity
A builder for Entity instances.
entityApplicationBuilder(Class<M>, Class<P>) - Static method in interface is.codion.swing.framework.ui.EntityApplicationBuilder
 
EntityApplicationBuilder<M extends SwingEntityApplicationModel,​P extends EntityApplicationPanel<M>> - Interface in is.codion.swing.framework.ui
Builds a EntityApplicationPanel and starts the application.
EntityApplicationBuilder.ConnectionProviderFactory - Interface in is.codion.swing.framework.ui
A factory for a EntityConnectionProvider instance.
EntityApplicationBuilder.LoginProvider - Interface in is.codion.swing.framework.ui
Provides a way for a user to login.
EntityApplicationModel<M extends EntityModel<M,​E,​T>,​E extends EntityEditModel,​T extends EntityTableModel<E>> - Interface in is.codion.framework.model
A central application model class.
EntityApplicationPanel<M extends SwingEntityApplicationModel> - Class in is.codion.swing.framework.ui
A central application panel class.
EntityApplicationPanel(M) - Constructor for class is.codion.swing.framework.ui.EntityApplicationPanel
 
EntityApplicationPanelTestUnit<M extends SwingEntityApplicationModel> - Class in is.codion.swing.framework.ui.test
A class for testing EntityApplicationPanel classes
EntityApplicationPanelTestUnit(Class<M>, Class<? extends EntityApplicationPanel<M>>, User) - Constructor for class is.codion.swing.framework.ui.test.EntityApplicationPanelTestUnit
Instantiates a new entity application panel test unit
EntityApplicationView<M extends FXEntityApplicationModel> - Class in is.codion.javafx.framework.ui
A root application View.
EntityApplicationView(String) - Constructor for class is.codion.javafx.framework.ui.EntityApplicationView
Instantiates a new EntityApplicationView instance.
EntityApplicationView(String, String) - Constructor for class is.codion.javafx.framework.ui.EntityApplicationView
Instantiates a new EntityApplicationView instance.
entityAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
Creates a new Attribute, associated with this EntityType.
entityByKey() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
 
entityByKey(Key) - Method in interface is.codion.framework.model.EntityTableModel
 
entityByKey(Key) - Method in class is.codion.javafx.framework.model.FXEntityListModel
 
entityByKey(Key) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
entityClass() - Method in interface is.codion.framework.domain.entity.EntityType
 
EntityComboBox - Class in is.codion.swing.framework.ui
A UI component based on the EntityComboBoxModel.
entityComboBoxModel() - Method in class is.codion.swing.framework.model.EntityComboBoxModelConditionModel
 
EntityComboBoxModel - Class in is.codion.swing.framework.model
A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.
EntityComboBoxModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.EntityComboBoxModel
 
entityComboBoxModelConditionModel(ForeignKey, EntityComboBoxModel) - Static method in class is.codion.swing.framework.model.EntityComboBoxModelConditionModel
Instantiates a EntityComboBoxModelConditionModel instance
EntityComboBoxModelConditionModel - Class in is.codion.swing.framework.model
EntityComponentFactory<T,​A extends Attribute<T>,​C extends JComponent> - Interface in is.codion.swing.framework.ui
A factory for ComponentValue implementations.
EntityComponents - Class in is.codion.swing.framework.ui.component
A factory for ComponentBuilder instances based on attributes from a given entity definition.
EntityComponents(EntityDefinition) - Constructor for class is.codion.swing.framework.ui.component.EntityComponents
 
EntityComponentValidators - Class in is.codion.swing.framework.ui
A factory class for adding validators to components.
EntityConditionPanelFactory - Class in is.codion.swing.framework.ui
A default ConditionPanelFactory implementation.
EntityConditionPanelFactory(EntityTableConditionModel) - Constructor for class is.codion.swing.framework.ui.EntityConditionPanelFactory
Instantiates a new EntityConditionPanelFactory
EntityConnection - Interface in is.codion.framework.db
A connection to a database, for querying and manipulating Entitys and running database operations specified by a single Domain model.
EntityConnection.CopyEntities - Interface in is.codion.framework.db
Copies a set of entities between a source and destination connection, performing a commit after each EntityConnection.CopyEntities.batchSize(int) number of inserts, unless the destination connection has an open transaction.
EntityConnection.InsertEntities - Interface in is.codion.framework.db
Inserts entities in batches, performing a commit after each EntityConnection.InsertEntities.batchSize(int) number of inserts, unless the destination connection has an open transaction.
EntityConnectionProvider - Interface in is.codion.framework.db
Specifies a class responsible for providing a single EntityConnection instance.
EntityConnectionProvider.Builder<T extends EntityConnectionProvider,​B extends EntityConnectionProvider.Builder<T,​B>> - Interface in is.codion.framework.db
Builds a EntityConnectionProvider instances
entityCopy() - Method in class is.codion.framework.model.AbstractEntityEditModel
 
entityCopy() - Method in interface is.codion.framework.model.EntityEditModel
 
entityDefinition() - Method in class is.codion.framework.model.AbstractEntityEditModel
 
entityDefinition() - Method in interface is.codion.framework.model.EntityEditModel
 
entityDefinition() - Method in interface is.codion.framework.model.EntityTableConditionModel
 
entityDefinition() - Method in interface is.codion.framework.model.EntityTableModel
 
entityDefinition() - Method in class is.codion.javafx.framework.model.ObservableEntityList
 
entityDefinition() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
 
entityDefinition() - Method in class is.codion.swing.framework.ui.component.EntityComponents
 
EntityDefinition - Interface in is.codion.framework.domain.entity
Specifies an entity definition.
EntityDefinition.Builder - Interface in is.codion.framework.domain.entity
Builds a EntityDefinition
EntityDependenciesPanel - Class in is.codion.swing.framework.ui
Displays the given dependencies in a tabbed pane.
EntityDeserializer - Class in is.codion.plugin.jackson.json.domain
 
EntityEditComponentPanel - Class in is.codion.swing.framework.ui
A base class for entity edit panels, providing components for editing entities.
EntityEditComponentPanel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.ui.EntityEditComponentPanel
Instantiates a new EntityEditComponentPanel
EntityEditEvents - Class in is.codion.framework.model
A central event hub for listening for entity inserts, updates and deletes.