Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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.builder - AbstractComponentBuilder() - Constructor for class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- AbstractComponentBuilder(Value<T>) - Constructor for class is.codion.swing.common.ui.component.builder.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.value -
An abstract base implementation of
ComponentValue
. - AbstractComponentValue(C) - Constructor for class is.codion.swing.common.ui.component.value.AbstractComponentValue
-
Instantiates a new nullable
AbstractComponentValue
- AbstractComponentValue(C, T) - Constructor for class is.codion.swing.common.ui.component.value.AbstractComponentValue
-
Instantiates a new
AbstractComponentValue
- AbstractCondition - Class in is.codion.framework.domain.entity.condition
-
A base class for Condition implementations.
- AbstractCondition(EntityType, List<Column<?>>, Collection<?>) - Constructor for class is.codion.framework.domain.entity.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, Function<DataSource, T>) - 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 -
An abstract
EntityConnectionProvider.Builder
. - 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. - 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
- AbstractEntityTableModel<E extends EntityEditModel> - Class in is.codion.framework.model
-
An abstract
EntityTableModel
implementation - AbstractEntityTableModel(E, FilterModel<Entity>) - Constructor for class is.codion.framework.model.AbstractEntityTableModel
- AbstractEntityTableModel(E, FilterModel<Entity>, EntityQueryModel) - Constructor for class is.codion.framework.model.AbstractEntityTableModel
- 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
- AbstractFilterModelRefresher<T> - Class in is.codion.swing.common.model.component
-
A default swing based
FilterModel.Refresher
. - AbstractFilterModelRefresher(Supplier<Collection<T>>) - Constructor for class is.codion.swing.common.model.component.AbstractFilterModelRefresher
- AbstractRefresher(Supplier<Collection<T>>) - Constructor for class is.codion.common.model.FilterModel.AbstractRefresher
- 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
-
Represents a remote client connection.
- AbstractTextComponentValue<T,
C extends JTextComponent> - Class in is.codion.swing.common.ui.component.text -
An abstract
ComponentValue
implementation for a text component. - AbstractTextComponentValue(C) - Constructor for class is.codion.swing.common.ui.component.text.AbstractTextComponentValue
-
Instantiates a new
AbstractTextComponentValue
, with theUpdateOn.VALUE_CHANGE
update on policy and no null value. - AbstractTextComponentValue(C, T) - Constructor for class is.codion.swing.common.ui.component.text.AbstractTextComponentValue
-
Instantiates a new
AbstractTextComponentValue
, with theUpdateOn.VALUE_CHANGE
update on policy. - AbstractTextComponentValue(C, T, UpdateOn) - Constructor for class is.codion.swing.common.ui.component.text.AbstractTextComponentValue
-
Instantiates a new
AbstractComponentValue
- AbstractValue<T> - Class in is.codion.common.value
-
An abstract
Value
implementation handling everything except the value itself. - AbstractValue() - Constructor for class is.codion.common.value.AbstractValue
-
Creates a
AbstractValue
instance, which does not notify listeners. - AbstractValue(T) - Constructor for class is.codion.common.value.AbstractValue
-
Creates a
AbstractValue
instance, which does not notify listeners. - AbstractValue(T, Value.Notify) - Constructor for class is.codion.common.value.AbstractValue
-
Creates an
AbstractValue
instance. - accept(T) - Method in interface is.codion.common.event.Event
-
Triggers this event.
- accept(T) - Method in class is.codion.common.value.AbstractValue
- accept(T) - Method in interface is.codion.common.value.Value
-
Sets the value.
- accepts(Comparable<Entity>) - Method in class is.codion.framework.model.ForeignKeyConditionModel
- accepts(Comparable<Entity>) - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- accepts(Comparable<T>) - Method in interface is.codion.common.model.condition.ConditionModel
-
Returns true if the given value is accepted by this models condition.
- action(Control.ActionCommand) - Static method in interface is.codion.swing.common.ui.control.Control
-
Creates a control based on a
Control.ActionCommand
- action(Control.ActionCommand) - Method in interface is.codion.swing.common.ui.control.Control.BuilderFactory
- action(Action) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- action(Action) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
- action(Action) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- action(Action) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
-
Note that this disables
ComponentBuilder.transferFocusOnEnter(boolean)
. - action(Action) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- action(Action) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- action(Action) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- action(Action) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
- actionAt(int, Action) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- actionDialog(JComponent) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- ActionDialogBuilder<B extends ActionDialogBuilder<B>> - Interface in is.codion.swing.common.ui.dialog
-
Builds a dialog with a button panel based on actions.
- 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
-
Note that this disables
ComponentBuilder.transferFocusOnEnter(boolean)
. - actions() - Method in interface is.codion.swing.common.ui.control.Controls
- actions(Collection<Action>) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- actions(Action...) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- activate() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Activates this panel, by initializing it, bringing its parent window to front and requesting initial focus.
- activated(EntityPanel) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.ApplicationLayout
-
Called when the given entity panel is activated.
- activated(EntityPanel) - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailController
-
Called when the given detail panel is activated.
- activated(EntityPanel) - Method in class is.codion.swing.framework.ui.TabbedApplicationLayout
- activateDeactivateDetailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- activateEvent() - Method in class is.codion.swing.framework.ui.EntityPanel
- active() - Method in class is.codion.framework.model.DefaultDetailModelLink
- active() - Method in interface is.codion.framework.model.DetailModelLink
-
Controls the active status of this link.
- active() - 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.tabbedpane.TabbedPaneBuilder.TabBuilder
-
Adds this tab and returns the
TabbedPaneBuilder
- add() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- add() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- add(int) - Method in interface is.codion.common.model.selection.MultiItemSelection.Indexes
-
Adds the given index to the selected indexes
- add(FunctionType<C, T, R>, DatabaseFunction<C, T, R>) - Method in class is.codion.framework.domain.DomainModel
-
Adds the given function to this domain
- add(ProcedureType<C, T>, DatabaseProcedure<C, T>) - Method in class is.codion.framework.domain.DomainModel
-
Adds the given procedure to this domain
- add(ReportType<T, R, P>, Report<T, R, P>) - Method in class is.codion.framework.domain.DomainModel
-
Adds a report to this domain model.
- add(State) - Method in interface is.codion.common.state.State.Group
-
Adds a state to this
State.Group
. - add(StateObserver) - Method in interface is.codion.common.state.State.Combination
-
Adds a state to this state combination
- add(Domain) - Method in class is.codion.framework.domain.DomainModel
-
Adds all entities, procedures, functions and reports from the given domain model.
- add(ForeignKey, Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Adds the given entities to all foreign key models based on that entity type
- add(ForeignKey, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
- add(EntityDefinition) - Method in class is.codion.framework.domain.entity.DefaultEntities
- add(EntityDefinition...) - Method in class is.codion.framework.domain.DomainModel
-
Adds a new
EntityDefinition
to this domain model. - add(Collection<State>) - Method in interface is.codion.common.state.State.Group
-
Adds the given states to this
State.Group
. - add(Collection<Integer>) - Method in interface is.codion.common.model.selection.MultiItemSelection.Indexes
-
Adds these indexes to the selection
- add(Collection<R>) - Method in interface is.codion.common.model.selection.MultiItemSelection.Items
-
Adds the given items to the selection
- add(Predicate<R>) - Method in interface is.codion.common.model.selection.MultiItemSelection.Items
-
Adds the items passing the predicate test to the selection
- 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(Ikon...) - Method in interface is.codion.swing.common.ui.icon.Icons
-
Adds the given ikons to this FrameworkIcons instance.
- add(Ikon...) - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- add(R) - Method in interface is.codion.common.model.selection.MultiItemSelection.Items
-
Adds the given item to the selection
- add(T) - Method in interface is.codion.common.value.Values
-
Adds a value to this Values instance.
- ADD - Static variable in class is.codion.swing.framework.ui.component.EntityComboBox.ControlKeys
-
Displays a dialog for adding a new record.
Default key stroke: INSERT - ADD - Static variable in class is.codion.swing.framework.ui.component.EntitySearchField.ControlKeys
-
Displays a dialog for adding a new record.
Default key stroke: INSERT - ADD - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Add a new entity instance.
Default key stroke: INSERT - ADD_BOTTOM - Enum constant in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
The entities inserted via the associated edit model are added as the bottommost rows in the model
- ADD_BOTTOM_SORTED - Enum constant in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
The entities inserted via the associated edit model are added as the bottommost rows in the model, if sorting is enabled then sorting is performed
- ADD_TOP - Enum constant in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
The entities inserted via the associated edit model are added as the topmost rows in the model
- ADD_TOP_SORTED - Enum constant in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
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
- addAll(Collection<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- addAll(Collection<T>) - Method in interface is.codion.common.value.Values
-
Adds the given values to this Values instance.
- addAll(JComponent...) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- addAll(T...) - Method in interface is.codion.common.value.Values
-
Adds the given values to this Values instance.
- addApplicationBatch() - Method in interface is.codion.tools.loadtest.LoadTest
-
Adds a batch of applications.
- addAuthenticator(Authenticator) - Method in class is.codion.common.rmi.server.AbstractServer
-
Adds a
Authenticator
instance to this server. - addConsumer(Consumer<? super T>) - Method in interface is.codion.common.observer.Observable
- addConsumer(Consumer<? super T>) - Method in interface is.codion.common.observer.Observer
-
Adds
consumer
to thisObserver
. - addConsumer(Consumer<? super T>) - Method in class is.codion.common.value.AbstractValue
- addControl() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- addControl() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- addDeserializer(Class<T>, StdDeserializer<? extends T>) - Method in class is.codion.framework.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
EntityQueryModel.conditionRequired()
- 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
EntityQueryModel.conditionRequired()
. - 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
EntityQueryModel.conditionRequired()
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
EntityQueryModel.conditionRequired()
. - 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
- addEntities(Domain) - Method in class is.codion.framework.domain.DomainModel
-
Adds all the entities from the given domain to this domain.
- addEntityDialog(Supplier<EntityEditPanel>) - Static method in class is.codion.swing.framework.ui.EntityDialogs
-
Creates a new
EntityDialogs.AddEntityDialogBuilder
instance. - 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.
- addFocusListener(FocusListener) - Method in class is.codion.swing.common.ui.component.text.HintTextField
- addFocusListener(FocusListener) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- addFunctions(Domain) - Method in class is.codion.framework.domain.DomainModel
-
Adds all the functions from the given domain to this domain.
- 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
- addItem(T) - Method in interface is.codion.common.model.FilterModel.Items
-
Adds the given item to this model.
- addItemAt(int, T) - Method in interface is.codion.common.model.FilterModel.VisibleItems
-
Adds the given item at the given index.
- addItems(Collection<T>) - Method in interface is.codion.common.model.FilterModel.Items
-
Adds the given items to the bottom of this table model.
- addItemsAt(int, Collection<T>) - Method in interface is.codion.common.model.FilterModel.VisibleItems
-
Adds the given items at the last index.
- ADDITIONAL_HAVING - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- ADDITIONAL_POPUP_MENU_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing any additional popup menu controls. - ADDITIONAL_TOOLBAR_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing any additional toolbar controls. - addKeyEvent(KeyEvents.Builder) - Method in class is.codion.swing.framework.ui.EntityPanel
-
Enables the given key event on this panel
- addListener(Runnable) - Method in interface is.codion.common.observer.Observable
- addListener(Runnable) - Method in interface is.codion.common.observer.Observer
-
Adds
listener
to thisObserver
. - addListener(Runnable) - Method in class is.codion.common.value.AbstractValue
- addLookAndFeel(LookAndFeelProvider) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Adds the given look and feel provider.
- addLookAndFeel(UIManager.LookAndFeelInfo) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Adds a new look and feel provider.
- addLookAndFeel(UIManager.LookAndFeelInfo, Consumer<UIManager.LookAndFeelInfo>) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Adds a new look and feel provider.
- 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
- addPopupMenuControls(Controls) - Method in class is.codion.swing.framework.ui.EntityTablePanel
- addProcedures(Domain) - Method in class is.codion.framework.domain.DomainModel
-
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
- addReports(Domain) - Method in class is.codion.framework.domain.DomainModel
-
Adds all the reports from the given domain to this domain.
- addSameDetailModelTwice() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- addSerializer(Class<? extends T>, StdSerializer<T>) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Adds a serializer to this EntityObjectMapper instance.
- addServerShutDownListener(Runnable) - Method in class is.codion.tools.monitor.model.ServerMonitor
- addShutdownListener(Runnable) - Method in class is.codion.common.rmi.server.AbstractServer
- addShutdownListener(Runnable) - Method in interface is.codion.tools.loadtest.LoadTest
- 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)
- addSortOrder(C, SortOrder) - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel
-
Adds the given column sorting order to the currently sorted columns.
- addTableModelListener(TableModelListener) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- addTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- addToolBarControls(Controls) - Method in class is.codion.swing.framework.ui.EntityTablePanel
- addValidator(Value.Validator<? super T>) - Method in class is.codion.common.value.AbstractValue
- addValidator(Value.Validator<? super 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>, JComboBox<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Adds a validator to the given combo box
- addValidator(Attribute<T>, JTextComponent) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Adds a validator to the given text component
- addWeakConsumer(Consumer<? super T>) - Method in interface is.codion.common.observer.Observable
- addWeakConsumer(Consumer<? super T>) - Method in interface is.codion.common.observer.Observer
-
Uses a
WeakReference
, addingconsumer
does not prevent it from being garbage collected. - addWeakConsumer(Consumer<? super T>) - Method in class is.codion.common.value.AbstractValue
- addWeakListener(Runnable) - Method in interface is.codion.common.observer.Observable
- addWeakListener(Runnable) - Method in interface is.codion.common.observer.Observer
-
Uses a
WeakReference
, addinglistener
does not prevent it from being garbage collected. - addWeakListener(Runnable) - Method in class is.codion.common.value.AbstractValue
- ADMIN_PORT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The port on which the server should export the remote admin interface Value type: Integer Default value: 0 (admin not exported)
- ADMIN_USER - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies a username:password combination representing the server admin user
Example: scott:tiger
Default value: none - adminPort() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- 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 - Enum constant in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
The condition panel is in an advanced state.
- afterDelete() - Method in class is.codion.framework.model.AbstractEntityEditModel
- afterDelete() - Method in interface is.codion.framework.model.EntityEditModel
- afterInsert() - Method in class is.codion.framework.model.AbstractEntityEditModel
- afterInsert() - Method in interface is.codion.framework.model.EntityEditModel
- afterInsert(Entity, 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.
- afterInsertFocusAttribute() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Sets the component associated with the given attribute as the component that should receive the focus after an insert is performed in this edit panel.
- afterInsertFocusComponent() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Sets the component that should receive the focus after an insert has been performed.
- afterInsertUpdateOrDelete() - Method in class is.codion.framework.model.AbstractEntityEditModel
- afterInsertUpdateOrDelete() - Method in interface is.codion.framework.model.EntityEditModel
- afterRun(Consumer<T>) - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Builder
- afterUpdate() - Method in class is.codion.framework.model.AbstractEntityEditModel
- afterUpdate() - Method in interface is.codion.framework.model.EntityEditModel
- aggregate() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- aggregate(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies that this column is an aggregate function column.
- all(EntityType) - Static method in interface is.codion.framework.db.EntityConnection.Count
- all(EntityType) - Static method in interface is.codion.framework.db.EntityConnection.Select
- all(EntityType) - Static method in interface is.codion.framework.db.EntityConnection.Update
- all(EntityType) - Static method in interface is.codion.framework.domain.entity.condition.Condition
- ALLOW_COLUMN_REORDERING - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies whether columns can be rearranged in tables Value type: Boolean Default value: true
- allowEmptySelection(boolean) - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilder
- 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
- ALTERNATE_ROW_COLORING - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
Specifies whether alternate row coloring is enabled by default.
- alternateBackground() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- alternateBackground() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
- alternateFilteredBackground() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- alternateFilteredBackground() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
- alternateRowColor() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- alternateRowColor() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
-
The table alternate row color associated with the
Table.alternateRowColor
UI key - alternateRowColoring() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- alternateRowColoring(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- alternateSelectionBackground() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- alternateSelectionBackground() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
- ALWAYS - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Always keep the menu open.
- ALWAYS - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.RefreshButtonVisible
-
Refresh button should always be visible
- alwaysOnTop() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- alwaysOnTop() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- and(StateObserver...) - Static method in interface is.codion.common.state.State
-
Creates a new
State.Combination
instance usingConjunction.AND
. - and(Condition...) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a new
Condition.Combination
instance, combining the given conditions using the AND conjunction. - and(Collection<? extends StateObserver>) - Static method in interface is.codion.common.state.State
-
Creates a new
State.Combination
instance usingConjunction.AND
. - and(Collection<Condition>) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a new
Condition.Combination
instance, combining the given conditions using the AND conjunction. - AND - Enum constant in enum class is.codion.common.Conjunction
-
The AND conjunction.
- api(String, boolean) - Method in class is.codion.tools.generator.domain.DomainSource
- apiSearchString(EntityDefinition) - Static method in class is.codion.tools.generator.domain.DomainSource
- apiSearchValue() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- appendTo(StringBuilder) - Method in interface is.codion.common.logging.MethodLogger.Entry
-
Appends this logger entry along with any child-entries to the given StringBuilder.
- applicationBatchSize() - Method in interface is.codion.tools.loadtest.LoadTest
- applicationBatchSize(int) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- applicationCount() - Method in interface is.codion.tools.loadtest.LoadTest
- applicationIcon(ImageIcon) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- applicationLayout() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- applicationModel() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- applicationModelFactory(Function<EntityConnectionProvider, M>) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- applicationName(String) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- applicationPanel() - Method in class is.codion.swing.framework.ui.TabbedApplicationLayout
- applicationPanelFactory(Function<M, P>) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- applications() - Method in interface is.codion.tools.loadtest.LoadTest
- applicationTableModel() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- applicationVersion(Version) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- applyPreferences() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Applies any user preferences previously saved via
EntityPanel.savePreferences()
for this panel and its detail panels. - applyPreferences() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Applies any user preferences previously saved via
EntityTablePanel.savePreferences()
- 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() - Method in interface is.codion.framework.domain.entity.OrderBy.OrderByColumn
- ascending(Column<?>...) - Static method in interface is.codion.framework.domain.entity.OrderBy
- ascending(Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds an 'ascending' order by for the given columns
- ascending(OrderBy.NullOrder, Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds an 'ascending' order by for the given columns
- ascendingIgnoreCase(Column<String>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds an 'ascending' order by ignoring case for the given columns
- ascendingIgnoreCase(OrderBy.NullOrder, Column<String>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds an 'ascending' order by ignoring case for the given columns
- async() - Method in class is.codion.common.model.FilterModel.AbstractRefresher
- async() - Method in interface is.codion.common.model.FilterModel.Refresher
-
Sometimes we'd like to be able to refresh one or more models and perform some action on the refreshed data, after the refresh has finished, such as selecting a particular item or such.
- ASYNC_REFRESH - Static variable in interface is.codion.common.model.FilterModel
-
Specifies whether data models should refresh data asynchronously or on the UI thread Value type: Boolean Default value: true
- asyncRefresh(boolean) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- attribute() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.AttributeDefiner
-
Creates a new
TransientAttributeDefinition.Builder
instance, which does not map to an underlying table column. - attribute() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
The
Attribute
this definition is based on, should be unique within an Entity. - attribute() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
- attribute() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- attribute() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- attribute() - Method in exception is.codion.framework.domain.entity.exception.ValidationException
- attribute() - Method in class is.codion.swing.framework.ui.component.DefaultEntityComponentFactory
- attribute(Attribute<T>) - Method in interface is.codion.framework.model.EntityConditionModel
-
Returns the
ConditionModel
associated with the given attribute. - attribute(EntityType, String, TypeReference<T>) - Static method in interface is.codion.framework.domain.entity.attribute.Attribute
-
Creates a new
Attribute
, associated with the given entityType. - attribute(EntityType, String, Class<T>) - Static method in interface is.codion.framework.domain.entity.attribute.Attribute
-
Creates a new
Attribute
, associated with the given entityType. - attribute(String, TypeReference<T>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Attribute
, associated with this EntityType. - 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.attribute
-
Typed
Attribute
. - Attribute.AttributeDefiner<T> - Interface in is.codion.framework.domain.entity.attribute
-
Provides
AttributeDefinition.Builder
instances. - Attribute.Type<T> - Interface in is.codion.framework.domain.entity.attribute
-
Defines the data type of an Attribute
- AttributeConditionModelFactory - Class in is.codion.framework.model
-
A default
TableConditionModel.ConditionModelFactory
implementation for creating Entity based column condition models. - AttributeConditionModelFactory(EntityConnectionProvider) - Constructor for class is.codion.framework.model.AttributeConditionModelFactory
-
Instantiates a new
AttributeConditionModelFactory
. - AttributeDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
Defines an Attribute.
- AttributeDefinition.Builder<T,
B extends AttributeDefinition.Builder<T, B>> - Interface in is.codion.framework.domain.entity.attribute -
Builds a attribute definition instance
- AttributeDefinition.ValueSupplier<T> - Interface in is.codion.framework.domain.entity.attribute
-
Supplies values, for example default ones.
- attributes() - Method in interface is.codion.framework.db.EntityConnection.Select
- attributes() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- attributes() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- attributes() - Method in interface is.codion.framework.model.EntityQueryModel
-
Returns the
ValueSet
controlling which attributes are included when querying entities. - attributes() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- attributes(Attribute<?>...) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition.Builder
-
Specifies the attributes from the referenced entity to select.
- attributes(Collection<? extends Attribute<?>>) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Sets the attributes to include in the query result.
- attributes(Collection<Attribute<?>>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Specifies the attributes to include when selecting the entities to populate this model with.
- attributes(T...) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Sets the attributes to include in the query result.
- auditAction() - Method in interface is.codion.framework.domain.entity.attribute.AuditColumnDefinition
- auditColumn() - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
- AuditColumn - Interface in is.codion.framework.domain.entity.attribute
-
A column containing audit information, such as username or timestamp
- AuditColumn.AuditAction - Enum Class in is.codion.framework.domain.entity.attribute
-
The possible audit actions
- AuditColumnDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
A column definition representing an audit column
- auditInsertTimeColumnName() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- auditInsertTimeColumnName(String) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- auditInsertUserColumnName() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- auditInsertUserColumnName(String) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- auditUpdateTimeColumnName() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- auditUpdateTimeColumnName(String) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- auditUpdateUserColumnName() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- auditUpdateUserColumnName(String) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- AUTHENTICATION_REQUIRED - Static variable in interface is.codion.framework.model.EntityApplicationModel
-
Specifies whether user authentication is required Value type: Boolean Default value: true
- 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
- Authenticator - Interface in is.codion.common.rmi.server
-
An authenticator.
- authenticators() - Static method in interface is.codion.common.rmi.server.Authenticator
- AUTO_RESIZE_MODE - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies the default table column resize mode for tables in the application Value type: Integer (JTable.AUTO_RESIZE_*) Default value:
JTable.AUTO_RESIZE_OFF
- AUTO_RESIZE_MODE_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies how column selection is presented to the user.
- 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 - Enum constant in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Identifies the completion mode AutoCompletion
- autoEnable() - Method in interface is.codion.common.model.condition.ConditionModel
- autoEnable() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- autoEnable() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- autoEnable(boolean) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- 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.
- automaticLoginUser(User) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- autoRefreshApplications() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- autoResizeMode(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- autoResizeModeSelection(EntityTablePanel.AutoResizeModeSelection) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- autoscrolls(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- autoStartsEdit(boolean) - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
A convenience method for setting the client property 'JTable.autoStartsEdit'.
- autoStartsEdit(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- 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 extendAuxiliaryServerFactory
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
- auxiliaryServers() - Method in class is.codion.common.rmi.server.AbstractServer
- available() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- available() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- AVERAGE - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The average of the supplied values
- averageGetTime() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
B
- background() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- background() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
-
The table background color associated with the
Table.background
UI key - background() - Method in interface is.codion.swing.common.ui.control.Control
- background(boolean, boolean, Color) - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- background(boolean, boolean, Color) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
- background(FilterTableCellRenderer.ColorProvider<R, C, T>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- background(Color) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- background(Color) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- background(Color) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- backwardAction() - Static method in class is.codion.swing.common.ui.key.TransferFocusOnEnter
-
Instantiates an Action for transferring keyboard focus backward.
- batchCopy(EntityConnection, EntityConnection) - Static method in interface is.codion.framework.db.EntityConnection
-
Creates a new
EntityConnection.BatchCopy.Builder
instance for copying entities from source to destination, with a default batch size of 100. - batchInsert(EntityConnection, Iterator<Entity>) - Static method in interface is.codion.framework.db.EntityConnection
-
Creates a new
EntityConnection.BatchInsert
instance based on the given iterator, with a default batch size of 100. - batchSize(int) - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- batchSize(int) - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
- beforeApplicationStarted(Runnable) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
-
Runs before the application is started, but after Look and Feel initialization.
- beforeDelete() - Method in class is.codion.framework.model.AbstractEntityEditModel
- beforeDelete() - Method in interface is.codion.framework.model.EntityEditModel
- beforeInsert() - Method in class is.codion.framework.model.AbstractEntityEditModel
- beforeInsert() - Method in interface is.codion.framework.model.EntityEditModel
- beforeInsert(Entity, 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.
- beforeRun(Consumer<T>) - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Builder
- beforeUpdate() - Method in class is.codion.framework.model.AbstractEntityEditModel
- beforeUpdate() - Method in interface is.codion.framework.model.EntityEditModel
- between(T, T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'between'
ColumnCondition
. - BETWEEN - Enum constant in enum class is.codion.common.Operator
-
x ≤ α ≤ y
- BETWEEN_EXCLUSIVE - Enum constant in enum class is.codion.common.Operator
-
x < α < y
- betweenExclusive(T, T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'betweenExclusive'
ColumnCondition
. - bigDecimalAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new BigDecimal based attribute, associated with this EntityType.
- bigDecimalColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new BigDecimal based column, 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. - bindEvents() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Override to add event bindings after initialization
- BOOLEAN - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- BOOLEAN_HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default horizontal alignment for boolean columns.
- 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.
- booleanColumn(Class<C>, C, C) - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Creates a new
ColumnDefinition.Builder
instance representing a Boolean value. - booleanColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Boolean based column, 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(FilterComboBoxModel<Item<Boolean>>) - Static method in class is.codion.swing.common.ui.component.Components
- booleanComboBox(FilterComboBoxModel<Item<Boolean>>, Value<Boolean>) - Static method in class is.codion.swing.common.ui.component.Components
- booleanConverter(C, C) - Static method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
A convenience method for a
Column.Converter
for boolean columns - booleanItems() - Static method in class is.codion.swing.common.model.component.combobox.ItemComboBoxModel
- booleanItems(String) - Static method in class is.codion.swing.common.model.component.combobox.ItemComboBoxModel
- booleanItems(String, String, String) - Static method in class is.codion.swing.common.model.component.combobox.ItemComboBoxModel
- booleanValue(String) - Static method in class is.codion.common.Configuration
-
Creates a boolean configuration value
- booleanValue(String) - Method in interface is.codion.common.property.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.property.PropertyStore
-
Creates a value for the given boolean property
- border(Border) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- border(Border) - Method in interface is.codion.swing.common.ui.component.builder.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
- borderLayoutPanel() - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a new
BorderLayoutPanelBuilder
instance using a newBorderLayout
instance with the default horizontal and vertical gap. - borderLayoutPanel(BorderLayout) - Static method in class is.codion.swing.common.ui.component.Components
- BorderLayoutPanelBuilder - Interface in is.codion.swing.common.ui.component.panel
-
Builds a JPanel instance using a BorderLayout.
- borderPainted(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- borderPainted(boolean) - Method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- borderPainted(boolean) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- Borders - Class in is.codion.swing.common.ui.border
-
Utility class for working with Borders.
- BOTH - Enum constant in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Centers both the selected column and row, if possible.
- bottomComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- boundedItemRandomizer(Collection<T>) - Static method in interface is.codion.tools.loadtest.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.tools.loadtest.randomizer.ItemRandomizer
-
Instantiates a new
ItemRandomizer
with the added constraint that the total item weights can not exceed a defined maximum. - build() - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- build() - Method in interface is.codion.common.model.condition.ConditionModel.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.RemoteClient.Builder
- build() - Method in interface is.codion.common.rmi.server.Server.Locator.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.common.state.State.Builder
- build() - Method in interface is.codion.common.value.Value.Builder
- build() - Method in interface is.codion.common.value.ValueList.Builder
- build() - Method in interface is.codion.common.value.Values.Builder
- build() - Method in interface is.codion.common.value.ValueSet.Builder
- build() - Method in interface is.codion.common.version.Version
- build() - Method in interface is.codion.common.version.Version.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.Count.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.Update.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.HttpEntityConnection.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.db.SchemaDomain.SchemaSettings.Builder
- build() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Builds a new attribute definition instance
- build() - Method in interface is.codion.framework.domain.entity.Entity.Builder
-
Builds the Entity instance
- build() - Method in interface is.codion.framework.domain.entity.Entity.Key.Builder
-
Builds the key instance
- build() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
- 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.model.EntitySearchModel.Builder
- build() - Method in interface is.codion.framework.model.ForeignKeyConditionModel.Builder
- build() - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- build() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
- build() - Method in interface is.codion.swing.common.model.component.combobox.ItemComboBoxModel.Builder
- build() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- build() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- build() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- build() - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Builds a new component instance.
- build() - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- build() - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- build() - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.Builder
- build() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- build() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- build() - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- build() - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- build() - Method in interface is.codion.swing.common.ui.control.Control.Builder
- build() - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- build() - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- 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.icon.FontImageIcon.Builder
- 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.model.component.EntityComboBoxModel.Builder
- build() - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
- build() - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- build() - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- build() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.DeleteCommandBuilder
- build() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.InsertCommandBuilder
- build() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.UpdateCommandBuilder
- build() - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- build() - Method in interface is.codion.swing.framework.ui.WindowDetailLayout.Builder
- build() - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- build() - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Builder
- build(EntityConnectionProvider) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Builds a
SwingEntityModel
instance - build(EntityConnectionProvider) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
-
Creates an EntityPanel based on this builder
- build(SwingEntityModel) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
-
Creates an EntityPanel based on this builder
- build(String) - Method in interface is.codion.common.version.Version.Builder
- build(Consumer<C>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- build(Consumer<C>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Builds a new component instance.
- builder() - Static method in interface is.codion.common.format.LocaleDateTimePattern
- builder() - Static method in interface is.codion.common.rmi.client.ConnectionRequest
- builder() - Static method in interface is.codion.common.rmi.server.Server.Locator
-
Returns a
Server.Locator.Builder
instance. - builder() - Static method in interface is.codion.common.state.State
- builder() - Static method in interface is.codion.common.value.Value
- builder() - Static method in interface is.codion.common.value.ValueList
-
Creates a new
ValueList.Builder
instance. - builder() - Static method in interface is.codion.common.value.ValueSet
-
Creates a new
ValueSet.Builder
instance. - builder() - Static method in interface is.codion.common.version.Version
- builder() - Static method in interface is.codion.framework.db.EntityConnectionProvider
- builder() - Static method in interface is.codion.framework.db.http.HttpEntityConnection
- builder() - Static method in interface is.codion.framework.db.http.HttpEntityConnectionProvider
-
Instantiates a new builder instance.
- 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.db.SchemaDomain.SchemaSettings
- builder() - Method in interface is.codion.framework.domain.entity.Entity.Copy
-
Returns a new
Entity.Builder
instance initialized with the values and original values from this entity. - 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
-
Creates a
SelectQuery.Builder
- builder() - Static method in class is.codion.framework.domain.entity.StringFactory
- builder() - Static method in class is.codion.framework.model.ForeignKeyConditionModel
- builder() - Static method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- 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.ButtonPanelBuilder
- 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.CheckBoxMenuItemBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.MenuItemBuilder
- 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.RadioButtonMenuItemBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- builder() - Static method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
-
Creates a new
BorderLayoutPanelBuilder
instance using a newBorderLayout
instance with the default horizontal and vertical gap. - builder() - Static method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.text.FileInputPanel
- 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.TextFieldPanel
- builder() - Static method in interface is.codion.swing.common.ui.control.Control
- builder() - Static method in interface is.codion.swing.common.ui.control.Controls
- builder() - Static method in class is.codion.swing.common.ui.key.KeyEvents
-
Instantiates a new
KeyEvents.Builder
instance. - builder() - Static method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- builder() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Returns a
EntityComboBoxModel.Builder
for aEntityComboBoxModel
filtering this model using the givenForeignKey
- builder() - Static method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- builder(boolean) - Static method in interface is.codion.common.state.State
- builder(int) - Static method in interface is.codion.common.rmi.server.ServerConfiguration
- builder(int) - Static method in class is.codion.swing.common.ui.component.table.FilterTableColumn
-
Instantiates a new index based
FilterTableColumn.Builder
. - builder(int) - Static method in class is.codion.swing.common.ui.key.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) - Static method in class is.codion.swing.common.ui.component.table.FilterTableColumn
-
Instantiates a new enum based
FilterTableColumn.Builder
. - builder(C, int) - Static method in class is.codion.swing.common.ui.component.table.FilterTableColumn
-
Instantiates a new
FilterTableColumn.Builder
. - builder(ConditionModel<T>) - Static method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- builder(ConnectionRequest) - Static method in interface is.codion.common.rmi.server.RemoteClient
-
Instantiates a new
RemoteClient.Builder
. - 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.CheckBoxMenuItemBuilder
- 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.RadioButtonMenuItemBuilder
- builder(Value<Boolean>) - Static method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
- 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.TextFieldPanel
- builder(ValueObserver<T>) - Static method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- builder(Attribute<T>, SwingEntityTableModel) - Static method in class is.codion.swing.framework.ui.EntityTableCellRenderer
- builder(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Count
- builder(Entity.Key) - Static method in interface is.codion.framework.domain.entity.Entity
- 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 for the given entityType - 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(EntityType, EntityConnectionProvider) - Static method in interface is.codion.framework.model.EntitySearchModel
-
Instantiates a new
EntitySearchModel.Builder
, initialized with the search columns for the given entity type - builder(EntityType, EntityConnectionProvider) - Static method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
- builder(EntityType, EntityConnectionProvider) - Static method in class is.codion.swing.framework.ui.component.EntitySearchField
-
Instantiates a new
EntitySearchField.Builder
- builder(EntitySearchModel) - Static method in class is.codion.swing.framework.ui.component.EntitySearchField
-
Instantiates a new
EntitySearchField.Builder
- builder(EntitySearchModel) - Static method in class is.codion.swing.framework.ui.component.EntitySearchFieldPanel
- builder(EntitySearchModel, Supplier<EntityEditPanel>) - Static method in class is.codion.swing.framework.ui.component.EntitySearchFieldPanel
- builder(EntitySearchModel, Supplier<EntityEditPanel>, Value<Entity>) - Static method in class is.codion.swing.framework.ui.component.EntitySearchFieldPanel
- builder(FilterComboBoxModel<Item<T>>) - Static method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- builder(FilterComboBoxModel<Item<T>>, Value<T>) - Static method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- builder(FilterTableModel.Columns<R, C>) - Static method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Instantiates a new table model builder.
- builder(FilterTableModel<R, C>, List<FilterTableColumn<C>>) - Static method in class is.codion.swing.common.ui.component.table.FilterTable
-
Instantiates a new
FilterTable.Builder
using the given model - builder(ProgressWorker.ProgressResultTask<T, V>) - Static method in class is.codion.swing.common.model.worker.ProgressWorker
- builder(ProgressWorker.ResultTask<T>) - Static method in class is.codion.swing.common.model.worker.ProgressWorker
- builder(Control) - Static method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- builder(Control) - Static method in interface is.codion.swing.common.ui.component.button.MenuItemBuilder
- builder(Control.Builder<?, ?>) - Static method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- builder(Control.Builder<?, ?>) - Static method in interface is.codion.swing.common.ui.component.button.MenuItemBuilder
- builder(Controls) - Static method in interface is.codion.swing.common.ui.component.button.ButtonPanelBuilder
- builder(Controls) - Static method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- builder(Controls) - Static method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- builder(Controls.ControlsBuilder) - Static method in interface is.codion.swing.common.ui.component.button.ButtonPanelBuilder
- builder(Controls.ControlsBuilder) - Static method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- builder(Controls.ControlsBuilder) - Static method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- builder(EntityComboBoxModel) - Static method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Instantiates a new
EntityComboBox
builder - builder(EntityComboBoxModel, Value<Entity>) - Static method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Instantiates a new
EntityComboBox
builder - builder(EntityComboBoxModel, Supplier<EntityEditPanel>) - Static method in class is.codion.swing.framework.ui.component.EntityComboBoxPanel
- builder(EntityComboBoxModel, Supplier<EntityEditPanel>, Value<Entity>) - Static method in class is.codion.swing.framework.ui.component.EntityComboBoxPanel
- 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(EntityPanel) - Static method in class is.codion.swing.framework.ui.TabbedDetailLayout
- builder(EntityPanel) - Static method in class is.codion.swing.framework.ui.WindowDetailLayout
- builder(LoadTest.Scenario.Performer<T>) - Static method in interface is.codion.tools.loadtest.LoadTest.Scenario
- builder(BorderLayout) - Static method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- builder(LayoutManager) - Static method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- builder(Class<M>, Class<P>) - Static method in class is.codion.swing.framework.ui.EntityApplicationPanel
- builder(Class<T>) - Static method in interface is.codion.common.model.condition.ConditionModel
-
Returns a new
ConditionModel.Builder
instance. - builder(Class<T>) - Static method in interface is.codion.common.proxy.ProxyBuilder
-
Returns a new
ProxyBuilder
instance. - builder(Class<T>) - Static method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
Instantiates a new
FilterTableCellRenderer.Builder
. - builder(Class<T>) - Static method in class is.codion.swing.common.ui.component.text.NumberField
- builder(Class<T>) - Static method in class is.codion.swing.common.ui.component.text.TemporalField
-
A builder for
TemporalField
. - builder(Class<T>) - Static method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- 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 class is.codion.swing.common.ui.component.text.TemporalField
-
A builder for
TemporalField
. - builder(Class<T>, Value<T>) - Static method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- builder(Class<T>, Value<T>) - Static method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
- builder(Runnable) - Static method in interface is.codion.common.scheduler.TaskScheduler
- builder(String) - Static method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- builder(Collection<T>) - Static method in interface is.codion.common.value.ValueList
-
Creates a new
ValueList.Builder
instance. - builder(Collection<T>) - Static method in interface is.codion.common.value.ValueSet
-
Creates a new
ValueSet.Builder
instance. - builder(Collection<T>) - Static method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- builder(Function<User, T>, Consumer<T>) - Static method in interface is.codion.tools.loadtest.LoadTest
- builder(Supplier<C>, Function<C, C>) - Static method in interface is.codion.common.value.Values
- builder(Supplier<Collection<T>>) - Static method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- builder(List<Item<T>>) - Static method in class is.codion.swing.common.model.component.combobox.ItemComboBoxModel
-
Returns a
ItemComboBoxModel.Builder
, by default unsorted. - 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(Action) - Static method in interface is.codion.swing.common.ui.component.button.MenuItemBuilder
- builder(Action...) - Static method in interface is.codion.swing.common.ui.component.button.ButtonPanelBuilder
- builder(BoundedRangeModel) - Static method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- 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(Icon) - Static method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- builder(JComponent) - Static method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- builder(JPanel) - Static method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- builder(KeyStroke) - Static method in class is.codion.swing.common.ui.key.KeyEvents
-
Instantiates a new
KeyEvents.Builder
instance. - 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
- builder(JTextComponent) - Static method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- builder(Ikon) - Static method in interface is.codion.swing.common.ui.icon.FontImageIcon
- 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.
- buildMenuBar() - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- buildPopupMenu() - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- buildValue() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- buildValue() - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Builds and returns the component value.
- buildValue(Consumer<ComponentValue<T, C>>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- buildValue(Consumer<ComponentValue<T, C>>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Builds and returns the component value.
- button() - Static method in class is.codion.swing.common.ui.component.Components
- button() - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- button(Control) - Static method in class is.codion.swing.common.ui.component.Components
- button(Control.Builder<?, ?>) - Static method in class is.codion.swing.common.ui.component.Components
- button(Action) - Static method in class is.codion.swing.common.ui.component.Components
- BUTTON - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
- buttonBuilder(Consumer<ButtonBuilder<?, ?, ?>>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Provides a way to configure the
ButtonBuilder
used by thisControlPanelBuilder
. - ButtonBuilder<T,
C extends AbstractButton, B extends ButtonBuilder<T, C, B>> - Interface in is.codion.swing.common.ui.component.button -
Builds buttons.
- buttonCaption(String) - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.Builder
- buttonFocusable(boolean) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
-
Default false.
- buttonFocusable(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
-
Default false.
- buttonGap(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonPanelBuilder
-
Default is
Layouts.GAP
. - buttonGroup(ButtonGroup) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- buttonIcon(Icon) - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.Builder
- buttonIcon(ImageIcon) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- buttonLocation(String) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
-
Must be one of
BorderLayout.WEST
orBorderLayout.EAST
. - buttonLocation(String) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
-
Must be one of
BorderLayout.WEST
orBorderLayout.EAST
- buttonPanel() - Static method in class is.codion.swing.common.ui.component.Components
- buttonPanel(Controls) - Static method in class is.codion.swing.common.ui.component.Components
- buttonPanel(Controls.ControlsBuilder) - Static method in class is.codion.swing.common.ui.component.Components
- buttonPanel(Action...) - Static method in class is.codion.swing.common.ui.component.Components
- buttonPanelBorder(Border) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- ButtonPanelBuilder - Interface in is.codion.swing.common.ui.component.button
-
Builds a JPanel with buttons.
- buttonPanelConstraints(int) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
Default
FlowLayout.TRAILING
- buttonsFocusable(boolean) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
- buttonsFocusable(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
-
Default false
- buttonsFocusable(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
-
Default false
- byteArray() - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.BuilderFactory
-
Provides builder for a byte[] based file input panel.
- byteArrayAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Attribute
, associated with this EntityType. - byteArrayColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Column
, associated with this EntityType. - byteArrayInputPanel() - Static method in class is.codion.swing.common.ui.component.Components
-
Provides builder for a byte array based file input panel.
- byteArrayInputPanel(Attribute<byte[]>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a byte array based
FileInputPanel
builder based on the given attribute.
C
- CACHE_ENTITY_PANELS - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies whether EntityPanels displayed via
EntityApplicationPanel.displayEntityPanelDialog(EntityPanel)
orEntityApplicationPanel.displayEntityPanelFrame(EntityPanel)
should be cached, instead of being created each time the dialog/frame is shown. - 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
- cached() - Method in class is.codion.common.db.report.AbstractReport
- cached() - Method in interface is.codion.common.db.report.Report
- cached() - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition
-
Note that cached attributes are included when an entity is serialized.
- cached() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- cached(boolean) - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition.Builder
-
Default true unless no source attributes are specified or this is a denormalized attribute.
- CACHED - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.ReportColumns.Id
- calendar() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- calendar() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- calendarButton() - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- calendarControl() - Method in class is.codion.swing.common.ui.component.text.TemporalField
-
Returns a Control for displaying a calendar, an empty Optional in case a Calendar is not supported for the given temporal type
- 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.
- calendarIcon(ImageIcon) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- calendarIcon(ImageIcon) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
- CalendarPanel - Class in is.codion.swing.common.ui.component.calendar
-
A panel presenting a calendar for date/time selection.
- CalendarPanel.Builder - Interface in is.codion.swing.common.ui.component.calendar
-
Builds a
CalendarPanel
instance. - CalendarPanel.ControlKeys - Class in is.codion.swing.common.ui.component.calendar
-
The available controls.
- CALL_SYSTEM_EXIT - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies whether the application should call
System.exit(int)
when exiting. - cancel() - Static method in class is.codion.common.i18n.Messages
- cancelAction(Action) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
- cancelEnabled(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.attribute.AttributeDefinition
- caption() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- caption() - Method in interface is.codion.swing.framework.ui.component.EntityComponentFactory
-
Provides a way to override the default attribute caption, when presenting the component to the user.
- caption() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- caption() - Method in class is.codion.swing.framework.ui.EntityPanel
- caption(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Note that this method has a side-effect, when setting the caption to a null value this attribute is automatically hidden via
AttributeDefinition.Builder.hidden(boolean)
, when a non-null value is used it is automatically made visible (as in, not hidden). - 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.text.TextFieldPanel.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.dialog.InputDialogBuilder
- caption(String) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- caption(String) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- captionResourceKey(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies the key to use when retrieving the caption for this attribute from the entity resource bundle, in case it differes from the attribute name (
Attribute.name()
), which is the default value. - captionResourceKey(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Specifies the resource bundle key associated with the caption.
- caretListener(CaretListener) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- caretUpdatePolicy(int) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- CASE_SENSITIVE - Static variable in interface is.codion.common.model.condition.ConditionModel
-
Specifies whether string based conditions are case-sensitive by default Value type: Boolean Default value: false
- 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 Class in is.codion.swing.common.ui.component.text
-
Specifies possible case conversions for document text.
- caseSensitive() - Method in interface is.codion.common.model.condition.ConditionModel
- caseSensitive() - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition
- caseSensitive() - Method in interface is.codion.framework.model.EntitySearchModel.Settings
- caseSensitive() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- caseSensitive() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- caseSensitive() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- caseSensitive() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- caseSensitive(boolean) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- caseSensitive(boolean) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- CATALOG - Enum constant in enum class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns.Id
- cellEditor(A, FilterTableCellEditor<T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Sets the cell editor for the given attribute
- cellEditor(C, FilterTableCellEditor<T>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
the cell renderer for the given column, overrides
FilterTable.Builder.cellEditorFactory(FilterTableCellEditor.Factory)
. - cellEditor(TableCellEditor) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- cellEditorFactory(FilterTableCellEditor.Factory<C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Note that this factory is only used to create cell editors for columns which do not already have a cell editor and is overridden by any editor set via
FilterTable.Builder.cellEditor(Object, FilterTableCellEditor)
. - cellEditorFactory(FilterTableCellEditor.Factory<Attribute<?>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- cellRenderer(A, FilterTableCellRenderer<T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Sets the cell renderer for the given attribute
- cellRenderer(C, FilterTableCellRenderer<T>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
The cell renderer for the given column, overrides
FilterTable.Builder.cellRendererFactory(FilterTableCellRenderer.Factory)
. - cellRenderer(ListCellRenderer<T>) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder
- cellRenderer(TableCellRenderer) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- cellRendererFactory(FilterTableCellRenderer.Factory<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Note that this factory is only used to create cell renderers for columns which do not already have a cell renderer and is overridden by any renderer set via
FilterTable.Builder.cellRenderer(Object, FilterTableCellRenderer)
. - cellRendererFactory(EntityTableCellRenderer.Factory) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- cellVisible(int, int) - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Returns true if the given cell is visible.
- centerComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- centerFrame(boolean) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
-
This is overridden by
location(Point)
or by setting thelocationRelativeTo(Component)
component. - 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.
- centerOnScroll() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- centerOnScroll(FilterTable.CenterOnScroll) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- changed() - Method in interface is.codion.common.model.condition.ConditionModel
- changed() - Method in interface is.codion.common.model.condition.TableConditionModel
- changed() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- changed() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- changedUpdate(DocumentEvent) - Method in interface is.codion.swing.common.model.component.text.DocumentAdapter
- changeListener(ChangeListener) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
- changing() - Method in interface is.codion.common.model.selection.SingleItemSelection
-
To prevent a selection change, add a listener throwing a
CancelException
. - changing() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
- characterAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Character based attribute, associated with this EntityType.
- characterColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Character based column, associated with this EntityType.
- characterField() - Static method in class is.codion.swing.common.ui.component.Components
- characterField(Value<Character>) - Static method in class is.codion.swing.common.ui.component.Components
- characterValue(String) - Static method in class is.codion.common.Configuration
-
Creates a character configuration value
- characterValue(String) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given character 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.property.PropertyStore
-
Creates a value for the given character 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.
- CHECKBOX - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
- checkBoxBuilder(Consumer<CheckBoxBuilder>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Provides a way to configure the
CheckBoxBuilder
used by thisControlPanelBuilder
. - CheckBoxBuilder - Interface in is.codion.swing.common.ui.component.button
-
Builds a JCheckBox.
- checkBoxMenuItem() - Static method in class is.codion.swing.common.ui.component.Components
- checkBoxMenuItem(Value<Boolean>) - Static method in class is.codion.swing.common.ui.component.Components
- CheckBoxMenuItemBuilder<B extends CheckBoxMenuItemBuilder<B>> - Interface in is.codion.swing.common.ui.component.button
-
Builds a JCheckBoxMenuItem.
- checkOutTimeCollection() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- childEntries() - Method in interface is.codion.common.logging.MethodLogger.Entry
- CLASS - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.OperationColumns.Id
- className() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainOperation
- 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.JasperReports
-
Instantiates a JRReport for a classpath based report.
- clear() - Static method in class is.codion.common.i18n.Messages
- clear() - Method in interface is.codion.common.model.condition.ConditionModel
-
Clears this condition model, that is, clears all operands and sets the operator to the initial one.
- clear() - Method in interface is.codion.common.model.condition.TableConditionModel
-
Clears the search state of all the condition models, disables them and resets the operator to
Operator.EQUAL
- clear() - Method in interface is.codion.common.model.selection.SingleItemSelection
-
Clears the selection
- clear() - Method in interface is.codion.common.observer.Mutable
-
Clears this
Mutable
instance by setting the value to null - clear() - Method in class is.codion.common.value.AbstractValue
- clear() - Method in interface is.codion.common.value.Value
-
Clears this value, by setting it to null or the null value in case this is a non-null value.
- clear() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Clears all values from the underlying entity, disregarding the
EntityEditModel.EditableValue.persist()
directive. - clear() - Method in interface is.codion.framework.model.EntitySearchModel.Selection
-
Clears the selection
- clear() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- clear() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- clear() - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel
-
Clears the sorting states from this sort model.
- clear() - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Clears all controls from this layout
- clear() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Clears and disables this foreign key filter
- clear() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- clear() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- clear() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- CLEAR - Enum constant in enum class is.codion.swing.common.model.component.table.FilterTableModel.RefreshStrategy
-
Clear the table model before populating it with the refreshed data.
- CLEAR - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Clears the input fields.
- CLEAR - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for clearing the data from the table. - CLEAR_FOREIGN_KEY_CONDITION_ON_EMPTY_SELECTION - Static variable in interface is.codion.framework.model.ForeignKeyDetailModelLink
-
Specifies whether a detail model clears the foreign key search condition when null or no value is selected in a master model
Value type: Boolean
Default value: true - CLEAR_FOREIGN_KEY_VALUE_ON_EMPTY_SELECTION - Static variable in interface is.codion.framework.model.ForeignKeyDetailModelLink
-
Specifies whether a detail model sets the master foreign key value to null when null or no value is selected in a master model
Value type: Boolean
Default value: false - CLEAR_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for clearing the table selection. - clearAfterInsert(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- 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
- clearCharts() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
-
Clears the accumulated chart data
- clearCharts() - Method in class is.codion.tools.monitor.model.EntityServerMonitor
- clearComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Clears all combobox models
- cleared() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ComboBoxItems
- clearEditModelClearTableSelection() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- clearExceptions(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
-
Clears the exceptions collected from running the given scenario
- clearForeignKeyConditionOnEmptySelection() - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- clearForeignKeyConditionOnEmptySelection() - Method in interface is.codion.framework.model.ForeignKeyDetailModelLink
-
Returns the
State
controlling whether the detail table model should clear the foreign key search condition when no value is selected in the master model - clearForeignKeyOnEmptySelection() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- clearForeignKeyValueOnEmptySelection() - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- clearForeignKeyValueOnEmptySelection() - Method in interface is.codion.framework.model.ForeignKeyDetailModelLink
-
Returns the
State
controlling whether the detail model should set the foreign key to null when null or no value is selected in the master model. - clearMnemonic() - Static method in class is.codion.common.i18n.Messages
- 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.tools.monitor.model.ServerMonitor
-
Clears the server report cache
- clearSelection() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- clearSelection() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- clearStatistics() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
-
Clears all graph data sets
- clearStatistics() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
-
Resets all collected statistics
- clearStatistics() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Clears all collected statistics
- clearTip() - Static method in class is.codion.common.i18n.Messages
- CLIENT_CONNECTION_TIMEOUT - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies the default client connection timeout (ms) in a comma separated list.
- 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:
EntityConnectionProvider.CONNECTION_TYPE_LOCAL
- CLIENT_DOMAIN_TYPE - Static variable in interface is.codion.framework.db.EntityConnectionProvider
-
Specifies the domain type required for a client connection Value type: is.codion.framework.domain.DomainType Default value: null
- CLIENT_HOST - Enum constant in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
- CLIENT_HOST - Static variable in interface is.codion.common.rmi.server.Server
-
Specifies the client host connection parameter
- CLIENT_HOST_COLUMN - Enum constant in enum class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns.Id
- CLIENT_ID - Enum constant in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
- CLIENT_LOGGING - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
The initial connection logging status on the server, either true (on) or false (off) Value type: Boolean Default value: false
- CLIENT_TYPE - Enum constant in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
- CLIENT_TYPE_COLUMN - Enum constant in enum class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns.Id
- CLIENT_VERSION - Enum constant in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
- CLIENT_VERSION_COLUMN - Enum constant in enum class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns.Id
- clientHost() - Method in interface is.codion.common.rmi.server.RemoteClient
-
Note that if the client host is not known
RemoteClient.UNKNOWN_HOST
is returned. - clientHost(String) - Method in interface is.codion.common.rmi.server.RemoteClient.Builder
- 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.HttpEntityConnection.Builder
- ClientInstanceMonitor - Class in is.codion.tools.monitor.model
-
A ClientInstanceMonitor
- ClientInstanceMonitor(EntityServerAdmin, RemoteClient) - Constructor for class is.codion.tools.monitor.model.ClientInstanceMonitor
-
Instantiates a new
ClientInstanceMonitor
, monitoring the given client - ClientInstanceMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ClientInstanceMonitorPanel
- ClientInstanceMonitorPanel(ClientInstanceMonitor) - Constructor for class is.codion.tools.monitor.ui.ClientInstanceMonitorPanel
-
Instantiates a new ClientInstanceMonitorPanel
- clientInstanceTableModel() - Method in class is.codion.tools.monitor.model.ClientMonitor
- clientLocale() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- clientLog(UUID) - Method in interface is.codion.framework.server.EntityServerAdmin
- clientLog(UUID, 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.
- clientLogging() - Method in interface is.codion.framework.server.EntityServerConfiguration
- clientLogging(boolean) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- clientMonitor() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- clientMonitor() - Method in class is.codion.tools.monitor.model.ServerMonitor
- ClientMonitor - Class in is.codion.tools.monitor.model
-
A ClientMonitor
- ClientMonitor(EntityServerAdmin) - Constructor for class is.codion.tools.monitor.model.ClientMonitor
-
Instantiates a new
ClientMonitor
- ClientMonitor.RemoteClientColumns - Class in is.codion.tools.monitor.model
- ClientMonitor.RemoteClientColumns.Id - Enum Class in is.codion.tools.monitor.model
- ClientMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ClientMonitorPanel
- ClientMonitorPanel(ClientMonitor) - Constructor for class is.codion.tools.monitor.ui.ClientMonitorPanel
-
Instantiates a new ClientMonitorPanel
- clientProperty(Object, Object) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- clientProperty(Object, Object) - Method in interface is.codion.swing.common.ui.component.builder.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 - Class in is.codion.common.rmi.client
-
Utility methods for remote clients
- clientTimeZone() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- clientTypeId() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- clientTypeId() - Method in interface is.codion.common.rmi.server.Authenticator
-
Returns the the id of the client type for which to use this authenticator.
- clientTypeId() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- clientTypeId() - Method in interface is.codion.framework.db.EntityConnectionProvider
- 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.HttpEntityConnection.Builder
- clientTypeIdleConnectionTimeouts() - Method in interface is.codion.framework.server.EntityServerConfiguration
- clientTypeIdleConnectionTimeouts(Map<String, Integer>) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- 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.tools.monitor.model
-
A ClientUserMonitor for monitoring connected clients and users connected to a server
- ClientUserMonitor(EntityServerAdmin, int) - Constructor for class is.codion.tools.monitor.model.ClientUserMonitor
-
Instantiates a new
ClientUserMonitor
- ClientUserMonitor.UserHistoryColumns - Class in is.codion.tools.monitor.model
- ClientUserMonitor.UserHistoryColumns.Id - Enum Class in is.codion.tools.monitor.model
- ClientUserMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ClientUserMonitorPanel
- ClientUserMonitorPanel(ClientUserMonitor) - Constructor for class is.codion.tools.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.Authenticator
-
Disposes of all resources used by this authenticator, after a call to this method the authenticator 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
-
Closes the underlying connection 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(EntityConnection) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
-
Closes the given 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
- closeDialog(boolean) - Method in interface is.codion.swing.framework.ui.EntityDialogs.AddEntityDialogBuilder
- closeObserver(Observer<?>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
-
Sets the Observer which triggers the closing of the dialog, note that
ComponentDialogBuilder.disposeOnEscape(boolean)
has no effect if a closeObserver is specified. - CODE - Static variable in interface is.codion.framework.model.test.TestDomain.Master
- CODION_VERSION - Enum constant in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
- COLLAPSE - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout.ControlKeys
-
Collapses the detail panel all the way to the right, hiding it.
Default key stroke: SHIFT-CTRL-ALT RIGHT ARROW - 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<T>) - Static method in class is.codion.common.Text
-
Sorts the string representations of the list contents, using the space aware collator
- collator() - Static method in class is.codion.common.Text
-
Creates a Comparator which compares the string representations of the objects using the default Collator, taking spaces into account.
- collator(Locale) - Static method in class is.codion.common.Text
-
Creates a Comparator which compares the string representations of the objects using the default Collator, taking spaces into account.
- collectChartData() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- collectCheckOutTimes() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- collectSnapshotStatistics() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- color(FilterTable<Entity, Attribute<?>>, Entity, Attribute<?>, T) - Method in interface is.codion.swing.framework.ui.EntityTableCellRenderer.EntityColorProvider
- color(FilterTable<R, C>, R, C, T) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.ColorProvider
- color(Color) - Method in interface is.codion.swing.common.ui.icon.FontImageIcon.Builder
- color(Color) - Method in interface is.codion.swing.common.ui.icon.FontImageIcon
-
Sets the icon color
- Colors - Class in is.codion.swing.common.ui
-
Utilities class for Color.
- column() - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Creates a new
ColumnDefinition.Builder
instance. - column() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey.Reference
- column() - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition
- column() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns this keys column.
- column() - Method in interface is.codion.framework.domain.entity.OrderBy.OrderByColumn
- column() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.RowColumn
- column(C) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
-
Returns the TableColumn with the given identifier
- column(EntityType, String, TypeReference<T>) - Static method in interface is.codion.framework.domain.entity.attribute.Column
-
Creates a new
Column
, associated with the given entityType. - column(EntityType, String, Class<T>) - Static method in interface is.codion.framework.domain.entity.attribute.Column
-
Creates a new
Column
, associated with the given entityType. - column(String, TypeReference<T>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Column
, associated with this EntityType. - column(String, Class<T>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Column
, associated with this EntityType. - Column<T> - Interface in is.codion.framework.domain.entity.attribute
-
An
Attribute
representing a table column. - COLUMN - Enum constant in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Centers the selected column, if possible.
- COLUMN_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing controls for configuring columns. - COLUMN_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies how column selection is presented to the user.
- Column.AuditColumnDefiner<T> - Interface in is.codion.framework.domain.entity.attribute
-
Provides
ColumnDefinition.Builder
instances for audit columns. - Column.ColumnDefiner<T> - Interface in is.codion.framework.domain.entity.attribute
-
Provides
ColumnDefinition.Builder
instances. - Column.Converter<T,
C> - Interface in is.codion.framework.domain.entity.attribute -
Converts to and from SQL values, such as integers being used to represent booleans in a database.
- Column.Fetcher<C> - Interface in is.codion.framework.domain.entity.attribute
-
Fetches a single value from a result set.
- columnClass() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- columnClass(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Columns
- columnClass(DomainGeneratorModel.EntityColumns.Id) - Method in class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- columnClass(DomainGeneratorModel.SchemaColumns.Id) - Method in class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- columnClass(ClientMonitor.RemoteClientColumns.Id) - Method in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- columnClass(ClientUserMonitor.UserHistoryColumns.Id) - Method in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- columnClass(ServerMonitor.DomainColumns.Id) - Method in class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- columnClass(ServerMonitor.OperationColumns.Id) - Method in class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- columnClass(ServerMonitor.ReportColumns.Id) - Method in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- columnClass(Class<C>, Column.Converter<T, C>) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Sets the actual column type, and the required
Column.Converter
. - columnClass(Class<C>, Column.Converter<T, C>, Column.Fetcher<C>) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Sets the actual column type, and the required
Column.Converter
. - ColumnCondition<T> - Interface in is.codion.framework.domain.entity.condition
-
A condition based on a single
Column
. - ColumnCondition.Factory<T> - Interface in is.codion.framework.domain.entity.condition
-
Creates
ColumnCondition
s. - ColumnConditionPanel<T> - Class in is.codion.swing.common.ui.component.table
-
A UI implementation for
ConditionModel
. - ColumnConditionPanel.Builder<T> - Interface in is.codion.swing.common.ui.component.table
-
Builds a
ColumnConditionPanel
instance - ColumnConditionPanel.ControlKeys - Class in is.codion.swing.common.ui.component.table
-
The condition controls.
- ColumnConditionPanel.FieldFactory - Interface in is.codion.swing.common.ui.component.table
-
Provides equal, in, upper and lower bound input fields for a
ColumnConditionPanel
- ColumnConditionPanel.Fields - Class in is.codion.swing.common.ui.component.table
-
Provides the fields.
- ColumnDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
Specifies a attribute definition based on a table column
- ColumnDefinition.Builder<T,
B extends ColumnDefinition.Builder<T, B>> - Interface in is.codion.framework.domain.entity.attribute -
Builds a
ColumnDefinition
- columnHasDefaultValue() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- columnHasDefaultValue(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies that the underlying table column has a default value
- columnHidden() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- columnModel() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- columnReorderingAllowed(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- columnResizingAllowed(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- columns() - Method in class is.codion.framework.domain.entity.condition.AbstractCondition
- columns() - Method in interface is.codion.framework.domain.entity.condition.Condition
- columns() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns the columns comprising this key, in an unspecified order.
- columns() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- columns() - Method in interface is.codion.framework.domain.entity.EntityDefinition.PrimaryKey
-
Returns a list containing all primary key columns associated with this entity type.
- columns() - Method in interface is.codion.framework.domain.entity.query.SelectQuery
- columns() - Method in interface is.codion.framework.model.EntitySearchModel
- columns() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- columns() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- columns() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.HiddenColumns
- columns() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.VisibleColumns
- columns() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- columns() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- columns() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- 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.TemporalFieldPanel.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.TextFieldPanel.Builder
- columns(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
- columns(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- columns(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- columns(String) - Method in interface is.codion.framework.domain.entity.query.SelectQuery.Builder
-
Specifies the columns clause to use, without the SELECT keyword.
- columns(Collection<Column<String>>) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
- columnSelection(EntityTablePanel.ColumnSelection) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- columnShown() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- columnSortOrder() - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel
- columnSortOrder(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel
- ColumnSummary - Enum Class in is.codion.common.model.summary
-
The summary types available to the default summary model
- columnSummaryPanel(SummaryModel, int) - 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.
- 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.domain.entity.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.domain.entity.condition.Condition
-
Initializes a new
Condition.Combination
instance - combined(String, boolean) - Method in class is.codion.tools.generator.domain.DomainSource
- COMBO_BOX_COMPLETION_MODE - Static variable in class is.codion.swing.common.ui.component.combobox.Completion
-
Specifies the default completion model used for comboboxes.
- comboBox() - Method in class is.codion.swing.framework.ui.component.EntityComboBoxPanel
- 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(Column<T>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Returns the
FilterComboBoxModel
for the given column. - comboBoxPreferredWidth() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.Defaults
- comboBoxPreferredWidth(int) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- command(Control.Command) - Method in interface is.codion.swing.common.ui.control.Control.BuilderFactory
- command(Control.Command) - Static method in interface is.codion.swing.common.ui.control.Control
-
Creates a control based on a
Control.Command
- CommandControl - Interface in is.codion.swing.common.ui.control
-
A
Control
based on aControl.Command
- CommandControl.CommandControlBuilder - Interface in is.codion.swing.common.ui.control
-
Builds a
CommandControl
- 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
- commitOnValidEdit(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- 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
- comparable(R, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Columns
-
Returns a Comparable instance for the given row and column.
- comparator() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- comparator() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- comparator() - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel
- comparator(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Columns
-
Returns the comparator to use when comparing the values of the given column
- comparator(Comparator<Item<T>>) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- 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<Entity>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Note that this comparator is not used if
EntityComboBoxModel.Builder.orderBy(OrderBy)
has been specified. - comparator(Comparator<T>) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
- comparator(Comparator<T>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
- compatibleWith(DomainType) - Method in class is.codion.framework.json.domain.DefaultEntityObjectMapperFactory
- compatibleWith(DomainType) - Method in interface is.codion.framework.json.domain.EntityObjectMapperFactory
-
Returns true if this mapper factory is compatible with the given domain type.
- Completion - Class in is.codion.swing.common.ui.component.combobox
-
Selects an item in a JComboBox based on values typed on the keyboard.
- Completion.Mode - Enum Class in is.codion.swing.common.ui.component.combobox
-
The available completion modes.
- Completion.Normalize - Enum Class 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.value.AbstractComponentValue
- component() - Method in interface is.codion.swing.common.ui.component.value.ComponentValue
- component(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- 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. - COMPONENT_VALUE - Static variable in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
The client property key for the associated
ComponentValue
- ComponentBuilder<T,
C extends JComponent, B extends ComponentBuilder<T, C, B>> - Interface in is.codion.swing.common.ui.component.builder -
Use
ComponentBuilder.build()
to build a JComponent instance orComponentBuilder.buildValue()
to build aComponentValue
instance.
The component is available viaComponentValue.component()
and the associatedComponentValue
instance is available via theComponentBuilder.COMPONENT_VALUE
client property. - 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.
- componentFactory(EntityComponentFactory<T, ?>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditAttributeDialogBuilder
- componentListener(ComponentListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- componentListener(ComponentListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- componentOrientation(ComponentOrientation) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- componentOrientation(ComponentOrientation) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- components() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- components() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
- components() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumnComponentPanel
- Components - Class in is.codion.swing.common.ui.component
-
A factory for
ComponentBuilder
instances. - componentValue() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor
- componentValue(SwingEntityEditModel, T) - Method in class is.codion.swing.framework.ui.component.DefaultEntityComponentFactory
- componentValue(SwingEntityEditModel, T) - Method in interface is.codion.swing.framework.ui.component.EntityComponentFactory
-
Provides an input
ComponentValue
for editing a single attribute value for one or more entities. - ComponentValue<T,
C extends JComponent> - Interface in is.codion.swing.common.ui.component.value -
A
Value
represented by an input component of some sort. - condition() - Method in interface is.codion.framework.model.EntitySearchModel
-
Sets the additional search condition supplier to use when performing the next search.
- condition() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
- condition() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
-
Controls the condition supplier to use when querying data, setting this to null reverts back to the original condition, set via
EntityComboBoxModel.Builder.condition(Supplier)
or the default one, fetching all underlying entities, if none was specified. - condition(int) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Sets the key event condition,
JComponent.WHEN_FOCUSED
by default. - condition(ConditionType) - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
Returns the
ConditionProvider
associated with the given type - condition(ConditionType, ConditionProvider) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Adds a
ConditionProvider
which provides a dynamic query condition string. - condition(Supplier<Condition>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
- Condition - Interface in is.codion.framework.domain.entity.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_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing the condition panel controls. - CONDITION_VIEW - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies the default initial table condition panel view Value type:
ConditionPanel.ConditionView
Default value:ConditionPanel.ConditionView.HIDDEN
- Condition.All - Interface in is.codion.framework.domain.entity.condition
-
A condition specifying all entities of a given type, a no-condition.
- Condition.Combination - Interface in is.codion.framework.domain.entity.condition
-
An interface encapsulating a combination of Condition instances, that should be either AND'ed or OR'ed together in a query context
- conditionChanged() - Method in interface is.codion.framework.model.EntityQueryModel
-
When using the default query mechanism, the
EntityQueryModel.conditionChanged()
state is reset after each successful query. - conditionChangedListener() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- conditionEnabled() - Method in interface is.codion.framework.model.EntityQueryModel
-
It can be necessary to prevent the user from selecting too much data, when working with a large dataset.
- conditionFieldFactory(Attribute<?>, ColumnConditionPanel.FieldFactory) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- ConditionModel<T> - Interface in is.codion.common.model.condition
-
Specifies a condition with an operator and operands as well as relevant events and states.
- ConditionModel.Builder<T> - Interface in is.codion.common.model.condition
-
Builds a
ConditionModel
instance. - ConditionModel.Operands<T> - Interface in is.codion.common.model.condition
-
Provides access to the operands.
- ConditionModel.Wildcard - Enum Class in is.codion.common.model.condition
-
The possible wildcard types
- ConditionPanel<T> - Class in is.codion.swing.common.ui.component.table
-
An abstract base class for a UI component based on a
ConditionModel
. - ConditionPanel(ConditionModel<T>) - Constructor for class is.codion.swing.common.ui.component.table.ConditionPanel
-
Instantiates a new
ConditionPanel
. - ConditionPanel.ConditionView - Enum Class in is.codion.swing.common.ui.component.table
-
The available condition panel views
- conditionPanelFactory(TableConditionPanel.Factory<Attribute<?>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- ConditionProvider - Interface in is.codion.framework.domain.entity.condition
-
Provides condition strings for where clauses
- conditionRequired() - Method in interface is.codion.framework.model.EntityQueryModel
-
Returns a
State
controlling whether this query model should query all underlying entities when no query condition has been set. - conditions() - Method in interface is.codion.framework.domain.entity.condition.Condition.Combination
- conditions() - Method in interface is.codion.framework.model.EntityQueryModel
- conditions() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- conditions(Condition...) - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- conditionType() - Method in interface is.codion.framework.domain.entity.condition.CustomCondition
- conditionType(EntityType, String) - Static method in interface is.codion.framework.domain.entity.condition.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.condition
-
Defines a custom condition type.
- conditionView(ConditionPanel.ConditionView) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- conditionView(ConditionPanel.ConditionView) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- 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 byConfiguration.CONFIGURATION_FILE
is not found aConfiguration.ConfigurationFileNotFoundException
is thrown when this class is loaded. - Configuration.ConfigurationFileNotFoundException - Exception in is.codion.common
-
Indicates that a required configuration file was not found.
- configure(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.
- configure(Database) - Method in interface is.codion.framework.domain.Domain
-
Configures a database, for example run migration scripts.
- configureControls(Consumer<Controls.Layout>) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Configures the controls.
- configureControls(Consumer<Controls.Layout>) - Method in class is.codion.swing.framework.ui.EntityPanel
-
Configures the controls layout.
Note that theControls.Layout
instance has pre-configured defaults, which must be cleared in order to start with an empty configuration. - configureDatabase(Database, Domain) - Static method in interface is.codion.framework.db.local.LocalEntityConnection
-
Runs the database configuration for the given domain on the given database.
- configurePopupMenu(Consumer<Controls.Layout>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Configures the popup menu controls layout.
Note that theControls.Layout
instance has pre-configured defaults, which must be cleared in order to start with an empty configuration. - configureTablePanel(Consumer<EntityTablePanel.Config>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EntitySelectionDialogBuilder
- configureToolBar(Consumer<Controls.Layout>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Configures the toolbar controls layout.
Note that theControls.Layout
instance has pre-configured defaults, which must be cleared in order to start with an empty configuration. - confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityDialogs.AddEntityDialogBuilder
- confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditEntityDialogBuilder
- confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.DeleteCommandBuilder
- confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.InsertCommandBuilder
- confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.UpdateCommandBuilder
- confirm(JComponent) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.Confirmer
-
Returns true if the action is confirmed, presents an confirmation dialog to the user if required.
- confirm(JComponent, String, String) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.Confirmer
-
Shows 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
- confirmAdd(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBox.Builder
- confirmAdd(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- confirmAdd(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- confirmAdd(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- confirmCloseListener(Consumer<State>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- confirmDelete() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- confirmDelete() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- confirmDelete(int) - Static method in class is.codion.framework.i18n.FrameworkMessages
- confirmEdit(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBox.Builder
- confirmEdit(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- confirmEdit(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- confirmEdit(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- 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
- 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
- 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.domain.entity.condition.Condition.Combination
- conjunction() - Method in interface is.codion.framework.model.EntityQueryModel.AdditionalCondition
-
Default
Conjunction.AND
. - Conjunction - Enum Class 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
- CONNECT_TIMEOUT - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The connect timeout in milliseconds Value type: Integer Default value: 2000 ms
- connected() - Method in interface is.codion.common.db.connection.DatabaseConnection
-
Note that this method does not check if the connection is valid, only that it is connected.
- connected() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- connected() - Method in interface is.codion.framework.db.EntityConnection
- connected() - Method in interface is.codion.framework.db.EntityConnectionProvider
- connected() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
- connected() - Method in class is.codion.framework.server.AbstractRemoteEntityConnection
- 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.test.DefaultEntityFactory
- connection() - Method in class is.codion.framework.domain.test.DomainTest
- connection() - Method in class is.codion.framework.model.AbstractEntityEditModel
- connection() - Method in class is.codion.framework.model.AbstractEntityTableModel
- connection() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- connection() - Method in class is.codion.framework.model.DefaultEntityModel
- connection() - Method in interface is.codion.framework.model.EntityApplicationModel
-
Do not cache or keep the connection returned by this method in a long living field, since it may become invalid and thereby unusable.
- connection() - Method in interface is.codion.framework.model.EntityEditModel
-
Do not cache or keep the connection returned by this method in a long living field, since it may become invalid and thereby unusable.
- connection() - Method in interface is.codion.framework.model.EntityModel
-
Do not cache or keep the connection returned by this method in a long living field, since it may become invalid and thereby unusable.
- connection() - Method in interface is.codion.framework.model.EntityTableModel
-
Do not cache or keep the connection returned by this method in a long living field, since it may become invalid and thereby unusable.
- 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_COUNT_COLUMN - Enum constant in enum class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns.Id
- CONNECTION_LIMIT - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies maximum number of concurrent connections the server accepts -1 indicates no limit and 0 indicates a closed server.
- 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 - 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_POOL_FACTORY_CLASS - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies the class name of the connection pool factory to use.
- CONNECTION_POOL_USERS - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies a comma separated list of username:password combinations for which to create connection pools on startup Example: scott:tiger,john:foo,paul:bar
- 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
- connectionCount() - Method in class is.codion.tools.monitor.model.ServerMonitor
- connectionCountDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- ConnectionFactory - Interface in is.codion.common.db.connection
-
Provides new
Connection
instances. - connectionLimit() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- connectionLimit() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- connectionLimit() - Method in class is.codion.tools.monitor.model.ServerMonitor
- connectionLimit(int) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- connectionMaintenanceInterval() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- connectionMaintenanceInterval(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
-
Instantiates a new
ConnectionNotAvailableException
- connectionPool() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- connectionPool() - Method in class is.codion.tools.loadtest.model.QueryLoadTestModel
- connectionPool(String) - Method in class is.codion.common.db.database.AbstractDatabase
- connectionPool(String) - Method in interface is.codion.common.db.database.Database
- connectionPoolFactory() - Method in interface is.codion.framework.server.EntityServerConfiguration
- connectionPoolFactory(String) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- ConnectionPoolFactory - Interface in is.codion.common.db.pool
-
Provides connection pool implementations
- connectionPoolInstanceMonitors() - Method in class is.codion.tools.monitor.model.PoolMonitor
- connectionPoolMonitor() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
- ConnectionPoolMonitor - Class in is.codion.tools.monitor.model
-
A ConnectionPoolMonitor
- ConnectionPoolMonitor(ConnectionPoolWrapper, int) - Constructor for class is.codion.tools.monitor.model.ConnectionPoolMonitor
-
Instantiates a new
ConnectionPoolMonitor
- ConnectionPoolMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ConnectionPoolMonitorPanel
- ConnectionPoolMonitorPanel(ConnectionPoolMonitor) - Constructor for class is.codion.tools.monitor.ui.ConnectionPoolMonitorPanel
-
Instantiates a new ConnectionPoolMonitorPanel
- 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.tools.monitor.model.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.AbstractEntityTableModel
- connectionProvider() - Method in class is.codion.framework.model.AttributeConditionModelFactory
- 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.EntityConditionModel
- 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.EntityQueryModel
- 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 interface is.codion.swing.framework.model.component.EntityComboBoxModel
- connectionProvider(ConnectionProvider) - Method in class is.codion.common.db.database.AbstractDatabase
- connectionProvider(ConnectionProvider) - Method in interface is.codion.common.db.database.Database
-
Sets the
ConnectionProvider
instance used when creating connections. - ConnectionProvider - Interface in is.codion.common.db.database
-
Responsible for providing JDBC
Connection
instances. - connectionProviderFactory(EntityApplicationPanel.Builder.ConnectionProviderFactory) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- 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.tools.monitor.model.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
- connectionValid() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- connectionValid() - Method in interface is.codion.framework.db.EntityConnectionProvider
- connectionValid(Connection) - Method in interface is.codion.common.db.connection.ConnectionFactory
-
Validates the given connection.
- connectionValid(Connection) - Method in class is.codion.common.db.database.AbstractDatabase
- connectTimeout(int) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- connectTimeout(int) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- connectTimeout(int) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- constructorNullConnectionProvider() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- constructorNullTableModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- consumer(Consumer<? super T>) - Method in interface is.codion.common.value.Value.Builder
- consumer(Consumer<T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- consumer(Consumer<T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- contains(int) - Method in interface is.codion.common.model.selection.MultiItemSelection.Indexes
- contains(C) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- 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(Attribute<?>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
- 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
- contains(R) - Method in interface is.codion.common.model.selection.MultiItemSelection.Items
- contains(T) - Method in interface is.codion.common.model.FilterModel.FilteredItems
-
Returns true if the given item is filtered.
- contains(T) - Method in interface is.codion.common.model.FilterModel.Items
-
Returns true if the model contain the given item, as visible or filtered.
- contains(T) - Method in interface is.codion.common.model.FilterModel.VisibleItems
-
Returns true if the given item is visible
- contains(T) - Method in interface is.codion.common.value.ValuesObserver
-
Returns true if this
Values
instance contains the specified element - containsAll(Collection<T>) - Method in interface is.codion.common.value.ValuesObserver
-
Returns true if this
Values
instance contains all of the elements of the specified collection - containsConnectionPool(String) - Method in class is.codion.common.db.database.AbstractDatabase
- containsConnectionPool(String) - Method in interface is.codion.common.db.database.Database
- 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
- 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
- containsProperty(String) - Method in interface is.codion.common.property.PropertyStore
-
Returns true if this PropertyStore contains a value for the given property
- 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
- contentAreaFilled(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- 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.splitpane.SplitPaneBuilder
- control(Control) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- control(Control) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- control(Control) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- control(Control) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- control(Control) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
-
Adds a button based on the given control to the
BorderLayout.SOUTH
position - control(Control) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- control(Control.Builder<?, ?>) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- control(Control.Builder<?, ?>) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- control(Control.Builder<?, ?>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- control(Control.Builder<?, ?>) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
-
Adds a button based on the given control to the
BorderLayout.SOUTH
position - control(Control.Builder<?, ?>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- control(ControlKey<?>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds a standard control
- control(ControlKey<T>) - Method in interface is.codion.swing.common.ui.control.ControlMap
- control(ControlKey<T>) - Method in class is.codion.swing.framework.ui.EntityEditPanel
- control(ControlKey<T>) - Method in class is.codion.swing.framework.ui.EntityPanel
- control(ControlKey<T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
- Control - Interface in is.codion.swing.common.ui.control
-
A beefed up Action.
- CONTROL_PANEL_CONSTRAINTS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies where the control panel should be placed in a BorderLayout Value type: String Default value:
BorderLayout.EAST
- CONTROL_TOOLBAR_CONSTRAINTS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies where the control toolbar should be placed in a BorderLayout Value type: String Default value: BorderLayout.WEST
- Control.ActionCommand - Interface in is.codion.swing.common.ui.control
-
A command interface, allowing Controls based on
ActionEvent
s. - Control.Builder<C extends Control,
B extends Control.Builder<C, B>> - Interface in is.codion.swing.common.ui.control -
A builder for Control
- Control.BuilderFactory - Interface in is.codion.swing.common.ui.control
-
Provides control builders.
- Control.Command - Interface in is.codion.swing.common.ui.control
-
A command interface, allowing Controls based on method references
- controlAt(int, Control) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- controlAt(int, Control.Builder<?, ?>) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- controlClass() - Method in interface is.codion.swing.common.ui.control.ControlKey
- controlComponent(Function<Controls, JComponent>) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Creates the component to place next to the edit panel, containing the available controls, such as insert, update, delete, clear and refresh.
- controlComponentConstraints(String) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Sets the layout constraints to use for the control panel.
- controlDeleteWord(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- ControlKey<T extends Control> - Interface in is.codion.swing.common.ui.control
-
Identifies a
Control
instance - controller() - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailLayout
- controller() - Method in class is.codion.swing.framework.ui.TabbedDetailLayout
- controller() - Method in class is.codion.swing.framework.ui.WindowDetailLayout
- controlMap(Class<?>) - Static method in interface is.codion.swing.common.ui.control.ControlMap
- ControlMap - Interface in is.codion.swing.common.ui.control
-
Manages a set of
Control
instances. - ControlPanelBuilder<C extends JComponent,
B extends ControlPanelBuilder<C, B>> - Interface in is.codion.swing.common.ui.component.button -
Builds panels with controls.
- controls() - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
- controls() - Method in interface is.codion.swing.common.ui.control.ControlMap
- controls() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Returns a
Controls
instance containing all the controls configured viaEntityEditPanel.configureControls(Consumer)
. - controls(Control...) - Static method in interface is.codion.swing.common.ui.control.Controls
-
Constructs a new Controls instance.
- controls(Control...) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- controls(Control.Builder<?, ?>...) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- controls(ControlKey<Controls>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds standard controls
- controls(Controls) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Adds all actions from the given
Controls
instance - controls(Controls) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
-
Adds all actions from the given
Controls
instance - controls(Controls.ControlsKey, Consumer<Controls.Layout>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds standard configurable controls
- controls(Collection<? extends Control>) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- controls(Action...) - Static method in interface is.codion.swing.common.ui.control.Controls
-
Constructs a new Controls instance.
- Controls - Interface in is.codion.swing.common.ui.control
-
A collection of controls and separators, note that these can be nested controls.
- Controls.ControlsBuilder - Interface in is.codion.swing.common.ui.control
-
A builder for Controls
- Controls.ControlsKey - Interface in is.codion.swing.common.ui.control
-
A
ControlKey
forControls
instances - Controls.Layout - Interface in is.codion.swing.common.ui.control
-
Specifies a layout for a
Controls
instance. - CONVERT_GROUPING_TO_DECIMAL_SEPARATOR - Static variable in class is.codion.swing.common.ui.component.text.NumberField
-
Specifies whether NumberFields should convert a grouping separator symbol to a decimal separator symbol when typed.
- converter() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Note: returns null when used in a remote connection context.
- convertGroupingToDecimalSeparator(boolean) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
-
Specifies whether the number field should convert a grouping separator symbol to a decimal separator symbol when typed.
- copy() - Static method in class is.codion.common.i18n.Messages
- copy() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- copy() - Method in interface is.codion.common.rmi.server.RemoteClient
- copy() - Method in interface is.codion.common.user.User
- copy() - Method in interface is.codion.framework.domain.entity.Entity
- copy() - Method in interface is.codion.swing.common.ui.control.CommandControl
-
Returns a new
CommandControl.CommandControlBuilder
instance, based on a copy of this control. - copy() - Method in interface is.codion.swing.common.ui.control.Control
-
Returns a new
Control.Builder
instance, based on a copy of this control. - copy() - Method in interface is.codion.swing.common.ui.control.ControlMap
- copy() - Method in interface is.codion.swing.common.ui.control.Controls
- copy() - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- copy() - Method in interface is.codion.swing.common.ui.control.ToggleControl
-
Returns a
ToggleControl.ToggleControlBuilder
instance, based on a copy of this control, using the same value - copy() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- copy() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- copy(State) - Method in interface is.codion.swing.common.ui.control.ToggleControl
-
Returns a new
ToggleControl.ToggleControlBuilder
instance, based on a copy of this control, using the given state. - copy(Value<Boolean>) - Method in interface is.codion.swing.common.ui.control.ToggleControl
-
Returns a new
ToggleControl.ToggleControlBuilder
instance, based on a copy of this control, using the given value. - copy(Control.ActionCommand) - Method in interface is.codion.swing.common.ui.control.CommandControl
-
Returns a new
CommandControl.CommandControlBuilder
instance, based on a copy of this control, using the given command. - copy(Control.Command) - Method in interface is.codion.swing.common.ui.control.CommandControl
-
Returns a new
CommandControl.CommandControlBuilder
instance, based on a copy of this control, using the given command. - COPY_CELL - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Copy the selected cell contents to the clipboard.
Default key stroke: CTRL-ALT-C - COPY_CELL - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for copying the selected cell data.
Default key stroke: CTRL-ALT-C - COPY_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing controls for copying either cell or table data. - COPY_ROWS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for copying the table rows with header. - copyBuilder() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Creates a new
Entity.Key.Builder
instance, initialized with the values in this key. - copySelectedCell() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Copies the contents of the selected cell to the clipboard.
- copySelectedToClipboard() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Copies the selected table rows as a TAB delimited string, with header, to the clipboard.
- copyTableWithHeader() - Static method in class is.codion.framework.i18n.FrameworkMessages
- copyToClipboard() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Copies the table data as a TAB delimited string, with header, to the clipboard.
- count() - Method in interface is.codion.common.model.FilterModel.FilteredItems
- count() - Method in interface is.codion.common.model.FilterModel.Items
- count() - Method in interface is.codion.common.model.FilterModel.VisibleItems
- count() - Method in interface is.codion.common.model.selection.MultiItemSelection
- count(EntityConnection.Count) - Method in interface is.codion.framework.db.EntityConnection
-
Counts the number of rows returned based on the given count conditions
- count(EntityConnection.Count) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Counts the number of rows returned based on the given count conditions
- COUNT_QUERIES - Static variable in interface is.codion.common.db.database.Database
-
Specifies whether database queries should be counted for collecting statistics.
- create(C) - Method in interface is.codion.common.model.condition.TableConditionModel.ConditionModelFactory
-
Creates a
ConditionModel
for a given column identifier - create(C) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Factory
- create(C, FilterTableModel<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Factory
- create(TableConditionModel<C>, Map<C, ConditionPanel<?>>, FilterTableColumnModel<C>, Consumer<TableConditionPanel<C>>) - Method in interface is.codion.swing.common.ui.component.table.TableConditionPanel.Factory
- create(User, DomainType, String, Version) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder.ConnectionProviderFactory
-
Creates a new
EntityConnectionProvider
instance. - create(Attribute<?>) - Method in class is.codion.framework.model.AttributeConditionModelFactory
- create(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingAttributeConditionModelFactory
- create(Attribute<?>, FilterTableModel<Entity, Attribute<?>>) - Method in interface is.codion.swing.framework.ui.EntityTableCellRenderer.Factory
- create(Attribute<?>, SwingEntityTableModel) - Method in interface is.codion.swing.framework.ui.EntityTableCellRenderer.Factory
- create(ControlMap) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- create(String) - Method in interface is.codion.common.db.database.DatabaseFactory
- create(String) - Method in class is.codion.dbms.db2.Db2DatabaseFactory
- create(String) - Method in class is.codion.dbms.derby.DerbyDatabaseFactory
- create(String) - Method in class is.codion.dbms.h2.H2DatabaseFactory
- create(String) - Method in class is.codion.dbms.hsqldb.HSQLDatabaseFactory
- create(String) - Method in class is.codion.dbms.mariadb.MariaDBDatabaseFactory
- create(String) - Method in class is.codion.dbms.mysql.MySQLDatabaseFactory
- create(String) - Method in class is.codion.dbms.oracle.OracleDatabaseFactory
- create(String) - Method in class is.codion.dbms.postgresql.PostgreSQLDatabaseFactory
- create(String) - Method in class is.codion.dbms.sqlite.SQLiteDatabaseFactory
- create(String) - Method in class is.codion.dbms.sqlserver.SQLServerDatabaseFactory
- 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
- createBigDecimalField(Attribute<BigDecimal>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for big decimal fields.
- createBooleanComboBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for boolean combo boxes.
- createCheckBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for check boxes.
- 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.
- createComboBox(Column<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a combo boxe, containing the values of the given column.
- createComboBoxModel(Column<T>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Creates a combo box model containing the current values of the given column.
- createComponent() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
-
Creates the component.
- createComponent() - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- createComponentValue(C) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
-
Creates the component value
- createComponentValue(C) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- createConnection(User) - Method in interface is.codion.common.db.connection.ConnectionFactory
-
Creates a connection for the given user.
- createConnection(User) - Method in class is.codion.common.db.database.AbstractDatabase
- createConnectionPool(ConnectionFactory, User) - Method in interface is.codion.common.db.pool.ConnectionPoolFactory
-
Creates a connection pool wrapper based on the given database and user.
- createConnectionPool(ConnectionFactory, User) - Method in class is.codion.plugin.hikari.pool.HikariConnectionPoolFactory
-
Creates a HikariCP based connection pool wrapper
- createConnectionPool(ConnectionFactory, User) - Method in class is.codion.plugin.tomcat.pool.TomcatConnectionPoolFactory
-
Creates a Tomcat based connection pool wrapper
- 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.
- createControl(Consumer<LookAndFeelProvider>) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
-
Creates a
Control
for selecting the Look and Feel. - createControl(Consumer<Integer>) - Method in interface is.codion.swing.common.ui.dialog.FontSizeSelectionDialogBuilder
-
Creates a
Control
for selecting the font size. - createCopyCellControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- created() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- created() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- created() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- CREATED - Enum constant in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
- createDatabase(String, String...) - Static method in class is.codion.dbms.h2.H2DatabaseFactory
-
Creates a H2 Database instance
- createDefaultTableHeader() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createDelete() - Method in class is.codion.framework.model.AbstractEntityEditModel
- createDelete() - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.Delete
instance for deleting the active entity. - createDelete(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- createDelete(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.Delete
instance for deleting the given entities. - 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.AbstractEntityTableModelTest
- createDependencyTreeModel(Entities) - Static method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createDoubleField(Attribute<Double>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for double fields.
- createDoubleSpinner(Attribute<Double>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a spinner
- createEditModel(EntityType, EntityConnectionProvider) - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- createEmployeeModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- createEntityPanels() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Creates the
EntityPanel
s to include in this application panel. - createEqualComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingAttributeConditionModelFactory
- createEqualField(ConditionModel<T>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.FieldFactory
-
Creates the field representing the
Operator.EQUAL
andOperator.NOT_EQUAL
operand, linked toConditionModel.Operands.equal()
- createEqualField(ConditionModel<T>) - Method in class is.codion.swing.framework.ui.EntityConditionFieldFactory
- createEqualSearchModel(ForeignKey) - Method in class is.codion.framework.model.AttributeConditionModelFactory
- createExitControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createFileMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createForeignKeyComboBox(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for foreign key combo boxes.
- createForeignKeyComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Creates a
EntityComboBoxModel
for the given foreign key, override to provide a customEntityComboBoxModel
implementation. - createForeignKeyComboBoxPanel(ForeignKey, Supplier<EntityEditPanel>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a foreign key combo box panel with optional buttons for adding and editing items.
- createForeignKeyLabel(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a read-only foreign key label.
- createForeignKeySearchField(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for foreign key search fields.
- createForeignKeySearchFieldPanel(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a foreign key search field panel with an optional button for performing a search.
- createForeignKeySearchFieldPanel(ForeignKey, Supplier<EntityEditPanel>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a foreign key search field panel with optional buttons for adding and editing items.
- 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.format.LocaleDateTimePattern
- createHelpControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createHelpMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createImageIcon(FontIcon) - Method in interface is.codion.swing.common.ui.icon.FontImageIcon.ImageIconFactory
-
Creates an ImageIcon for the given FontIcon
- createInField(ConditionModel<T>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.FieldFactory
-
Creates the field representing the
Operator.IN
operands, linked toConditionModel.Operands.in()
- createInField(ConditionModel<T>) - Method in class is.codion.swing.framework.ui.EntityConditionFieldFactory
- 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
atBorderLayout.CENTER
and thelabelComponent
at a specified location. - createInSearchModel(ForeignKey) - Method in class is.codion.framework.model.AttributeConditionModelFactory
- createInsert() - Method in class is.codion.framework.model.AbstractEntityEditModel
- createInsert() - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.Insert
instance for inserting the active entity. - createInsert(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- createInsert(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.Insert
instance for inserting the given entities. - createIntegerField(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for integer fields.
- createIntegerSpinner(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a spinner
- createItemComboBox(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for value item list combo boxes.
- createItemSpinner(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a list spinner
- 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
-
Creates a limit/offset clause of the form
LIMIT {limit} OFFSET {offset}
. - createList(ListModel<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a list builder factory
- createListSpinner(Attribute<T>, SpinnerListModel) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a list spinner
- 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.
- createLowerBoundField(ConditionModel<T>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.FieldFactory
-
Creates the field representing the lower bound operand, linked to
ConditionModel.Operands.lowerBound()
- createLowerBoundField(ConditionModel<T>) - Method in class is.codion.swing.framework.ui.EntityConditionFieldFactory
- createMainComponent() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Creates the main component, which is
EntityPanel.mainPanel()
in case of no detail panels or the result ofEntityPanel.DetailLayout.layout()
in case of one or more detail panels. - 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.
- createMenuBar() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Creates the JMenuBar to use on the application Frame
- createObjectInputFilter() - Method in interface is.codion.common.rmi.server.ObjectInputFilterFactory
- createObjectInputFilter() - Method in class is.codion.common.rmi.server.WhitelistInputFilterFactory
- createObserver() - Method in class is.codion.common.value.AbstractValue
- createOffsetFetchNextClause(Integer, Integer) - Static method in class is.codion.common.db.database.AbstractDatabase
-
Creates a offset/fetch next clause of the form
OFFSET {offset} ROWS FETCH NEXT {limit} ROWS ONLY
. - 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.FilterTable
- createSearchField() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- createSelectAutoResizeModeControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createSelectColumnsControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- 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 interface is.codion.swing.framework.model.component.EntityComboBoxModel
-
Creates a
Value
linked to the selected entity via the value of the given attribute. - createSelectorValue(FilterComboBoxModel.ItemFinder<T, V>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- 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.EntityServiceFactory
- createSingleSelectionModeControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createSlider(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a slider
- createSummaryValues(C, Format) - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues.Factory
- 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
- createTableModel(EditModel) - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- createTableModel(EntityType, EntityConnectionProvider) - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- createTemporalField(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for temporal fields.
- createTemporalFieldPanel(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for temporal field 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.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for text fields.
- createTextFieldPanel(Attribute<String>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for text field panels.
- createToggleAutoResizeModeControls() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createToggleColumnsControls() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createToolsMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createUpdate() - Method in class is.codion.framework.model.AbstractEntityEditModel
- createUpdate() - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.Update
instance for updating the active entity. - createUpdate(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- createUpdate(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.Update
instance for updating the given entities. - createUpperBoundField(ConditionModel<T>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.FieldFactory
-
Creates the field representing the upper bound operand, linked to
ConditionModel.Operands.upperBound()
- createUpperBoundField(ConditionModel<T>) - Method in class is.codion.swing.framework.ui.EntityConditionFieldFactory
- createViewApplicationTreeControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- 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
- CREATION_TIME - Enum constant in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
- creationDate() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- creationTime() - Method in interface is.codion.common.rmi.server.RemoteClient
- CROSS_PLATFORM - Static variable in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Specifies whether the cross platform Look and Feel should be available for selection.
- CTRL_DOWN - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Keep the menu open if CTRL is down when clicked
- currentItem() - Method in class is.codion.plugin.jasperreports.JasperReportsDataSource
- currentResult() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
-
Returns the
ValueObserver
notified of the selected search result row/column if available, otherwise one with row: -1 and column: -1 - Cursors - Class in is.codion.swing.common.ui
-
Utility class for cursors.
- custom(ConditionType) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Creates a new
CustomCondition
based on the condition of the given type - custom(ConditionType, List<Column<?>>, List<Object>) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Creates a new
CustomCondition
based on the condition of the given type - CustomCondition - Interface in is.codion.framework.domain.entity.condition
-
A Condition based on a custom
ConditionProvider
associated withConditionType
D
- daemonThreadCount() - Method in interface is.codion.common.rmi.server.ServerAdmin.ThreadStatistics
- DARKENING_FACTOR - Static variable in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- darker(Color) - Static method in class is.codion.swing.common.ui.Colors
-
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.Colors
-
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.Operation - Enum Class in is.codion.common.db.database
-
Specifies common database operations.
- Database.QueryCounter - Interface in is.codion.common.db.database
-
Counts queries for statistics.
- 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
- 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.tools.monitor.model.ServerMonitor
- DatabaseMonitor - Class in is.codion.tools.monitor.model
-
A DatabaseMonitor
- DatabaseMonitor(EntityServerAdmin, int) - Constructor for class is.codion.tools.monitor.model.DatabaseMonitor
-
Instantiates a new
DatabaseMonitor
for the given server - DatabaseMonitorPanel - Class in is.codion.tools.monitor.ui
-
A DatabaseMonitorPanel
- DatabaseMonitorPanel(DatabaseMonitor) - Constructor for class is.codion.tools.monitor.ui.DatabaseMonitorPanel
-
Instantiates a new DatabaseMonitorPanel
- databaseObjectMapper(EntityObjectMapper) - Static method in class is.codion.framework.json.db.DatabaseObjectMapper
-
Instantiates a new
DatabaseObjectMapper
- DatabaseObjectMapper - Class in is.codion.framework.json.db
-
ObjectMapper implementation for
EntityConnection.Select
andEntityConnection.Update
. - 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.queryCounter()
. - databaseUrl() - Method in interface is.codion.framework.server.EntityServerAdmin
- databaseUser() - Method in interface is.codion.common.rmi.server.RemoteClient
- databaseUser(User) - Method in interface is.codion.common.rmi.server.RemoteClient.Builder
- datasetContainsData() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- DATE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- DATE_FORMAT - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
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.entity.attribute.AttributeDefinition
-
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]
- datePattern() - Method in interface is.codion.common.format.LocaleDateTimePattern
- datePattern(Locale) - Method in interface is.codion.common.format.LocaleDateTimePattern
- dateTimeFormatter() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns the date time formatter used when presenting and inputting values for this attribute.
- 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(TemporalField.DateTimeParser<T>) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- dateTimePattern() - Method in interface is.codion.common.format.LocaleDateTimePattern
- dateTimePattern() - Method in interface is.codion.common.model.condition.ConditionModel
- dateTimePattern() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns the date time format pattern used when presenting and inputting values for this attribute.
- dateTimePattern() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- dateTimePattern() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- dateTimePattern(String) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- dateTimePattern(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the date/time format pattern used when presenting and inputtind values
- dateTimePattern(String) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- dateTimePattern(String) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
- dateTimePattern(Locale) - Method in interface is.codion.common.format.LocaleDateTimePattern
- Db2DatabaseFactory - Class in is.codion.dbms.db2
-
Provides db2 database implementations
- Db2DatabaseFactory() - Constructor for class is.codion.dbms.db2.Db2DatabaseFactory
- DECIMAL_ROUNDING_MODE - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
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.entity.attribute.AttributeDefinition
-
Specifies the default number decimal separator.
- decimalFormatPattern(String) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- decimalRoundingMode() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- decimalRoundingMode(RoundingMode) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.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
- DECREASE_COLUMN_SIZE - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Decreases the size of the selected column.
Default key stroke: CTRL-SUBTRACT - DECREMENT - Static variable in class is.codion.swing.common.ui.component.text.TemporalField.ControlKeys
-
Decrements the date component under the cursor.
Default key stroke: DOWN ARROW - decrementWeight() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
-
Decrements the weight value assigned to this random item
- decrementWeight(T) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
-
Decrements the weight of the given item by one
- DEFAULT - Enum constant in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Database default, as in, no null ordering directive.
- DEFAULT - Static variable in class is.codion.swing.common.ui.Cursors
- DEFAULT_APPLICATION_BATCH_SIZE - Static variable in interface is.codion.tools.loadtest.LoadTest
- DEFAULT_COLLATOR_LANGUAGE - Static variable in class is.codion.common.Text
-
Specifies the default collator locale language.
- DEFAULT_CONNECTION_LOG_SIZE - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
-
The default number of log entries to keep.
- DEFAULT_CONNECTION_MAINTENANCE_INTERVAL - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The default connection maintenance interval in milliseconds.
- DEFAULT_DOMAIN_PACKAGE - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel
-
The default package.
- DEFAULT_FOREIGN_KEY_FETCH_DEPTH - Static variable in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
-
The default number of levels of foreign keys to fetch
- DEFAULT_ICON_SIZE - Static variable in interface is.codion.swing.common.ui.icon.Icons
- DEFAULT_IDLE_CONNECTION_TIMEOUT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The default idle connection timeout in milliseconds.
- DEFAULT_IDLE_TIMEOUT - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies the default idle timeout in milliseconds Value type: Integer Default value: 60.000
- DEFAULT_LIMIT - Static variable in interface is.codion.framework.model.EntitySearchModel
-
Specifies the default search result limit, that is, the maximum number of results, null meaning no limit Value type: Integer Default value: null
- DEFAULT_LOGIN_DELAY_FACTOR - Static variable in interface is.codion.tools.loadtest.LoadTest
- DEFAULT_MAXIMUM_FRACTION_DIGITS - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
The default maximum fraction digits for floating point numbers
- DEFAULT_MAXIMUM_POOL_SIZE - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies the default maximum connection pool size Value type: Integer Default value: 8
- DEFAULT_MAXIMUM_THINKTIME - Static variable in interface is.codion.tools.loadtest.LoadTest
- DEFAULT_MINIMUM_POOL_SIZE - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies the default minimum connection pool size Value type: Integer Default value: 4
- DEFAULT_MINIMUM_THINKTIME - Static variable in interface is.codion.tools.loadtest.LoadTest
- DEFAULT_QUERY_TIMEOUT_SECONDS - Static variable in interface is.codion.framework.db.EntityConnection
-
The default query timeout in seconds
- DEFAULT_SOURCE_DIRECTORY - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel
-
The default source directory.
- DEFAULT_TEXT_FIELD_COLUMNS - Static variable in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Specifies the default number of text field columns Value type: Integer Default value: 12
- DEFAULT_USER - Static variable in class is.codion.tools.generator.ui.DomainGeneratorPanel
-
The default user on the form username:password or just username.
- defaultAction(Action) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
A default action is triggered by the Enter key
- DefaultArgumentToString() - Constructor for class is.codion.common.logging.MethodLogger.DefaultArgumentToString
- defaultCellBorder() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- defaultCellBorder() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
- defaultCloseOperation(int) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
-
Default
WindowConstants.DISPOSE_ON_CLOSE
. - 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
- 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
-
Instantiates a
DefaultDetailModelLink
for the given detail model - 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,
C extends JComponent> - Class in is.codion.swing.framework.ui.component -
A default
EntityComponentFactory
implementation. - DefaultEntityComponentFactory(Attribute<T>) - Constructor for class is.codion.swing.framework.ui.component.DefaultEntityComponentFactory
- DefaultEntityFactory - Class in is.codion.framework.domain.test
-
Handles creating and manipulating Entity instances for testing purposes.
- DefaultEntityFactory(EntityConnection) - Constructor for class is.codion.framework.domain.test.DefaultEntityFactory
-
Instantiates a new
DefaultEntityFactory
- 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.framework.json.domain
-
A default
EntityObjectMapperFactory
implementation, extend to add custom serialisers/deserializers. - DefaultEntityObjectMapperFactory(DomainType) - Constructor for class is.codion.framework.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 attributes marked as not null, item validation for item based attributes, range validation for numerical attributes 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
-
Instantiates a new DefaultEntityValidator
- DefaultEntityValidator(boolean) - Constructor for class is.codion.framework.domain.entity.DefaultEntityValidator
-
Instantiates a new DefaultEntityValidator
- 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
- defaultFrameSize(Dimension) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- DefaultFrameworkIcons - Class in is.codion.swing.framework.ui.icon
-
A default
FrameworkIcons
implementation. - DefaultFrameworkIcons() - Constructor for class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
-
Instantiates a new
DefaultFrameworkIcons
instance - DefaultHttpEntityConnectionProviderBuilder - Class in is.codion.framework.db.http
-
Builds a
HttpEntityConnectionProvider
instance. - DefaultHttpEntityConnectionProviderBuilder() - Constructor for class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
-
Instantiates a new
DefaultHttpEntityConnectionProviderBuilder
- defaultKeystroke() - Method in interface is.codion.swing.common.ui.control.ControlKey
-
Note that changing the default keystroke has no effect on already initialized components.
- defaultLayout() - Method in interface is.codion.swing.common.ui.control.Controls.ControlsKey
- DefaultLocalEntityConnectionProviderBuilder - Class in is.codion.framework.db.local
-
Builds a
LocalEntityConnectionProvider
instance. - DefaultLocalEntityConnectionProviderBuilder() - Constructor for class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
-
Instantiates a new
DefaultLocalEntityConnectionProviderBuilder
- defaultLoginUser(User) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- defaultLookAndFeelClassName(String) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
-
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.
- defaultLookAndFeelName(String, 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.
- 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
-
Builds a
RemoteEntityConnectionProvider
instance. - DefaultRemoteEntityConnectionProviderBuilder() - Constructor for class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
-
Instantiates a new
DefaultRemoteEntityConnectionProviderBuilder
- defaults() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Populates this edit model with default values for all attributes.
- defaults() - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds all remaining default controls
- defaults() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- defaults(ControlKey<?>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds all remaining default controls, up until and including
stopAt
- Defaults() - Constructor for class is.codion.swing.framework.ui.EntityEditComponentPanel.Defaults
- 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
-
A base server admin implementation.
- DefaultServerAdmin(AbstractServer<?, ? extends ServerAdmin>, ServerConfiguration) - Constructor for class is.codion.common.rmi.server.DefaultServerAdmin
-
Instantiates a new DefaultServerAdmin instance.
- DefaultUISettings() - Constructor for class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- defaultUser(User) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- defaultValue() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- defaultValue() - Method in interface is.codion.framework.model.EntityEditModel.EditableValue
-
Returns the
Value
instance controlling the default value supplier for the given attribute. - defaultValue(AttributeDefinition.ValueSupplier<T>) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the default value supplier, use in case of dynamic default values.
- defaultValue(T) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the default value for this attribute, overrides the underlying column default value, if any
- defaultWeight() - Method in interface is.codion.tools.loadtest.LoadTest.Scenario
- defaultWeight(int) - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Builder
- define() - Method in interface is.codion.framework.domain.entity.attribute.Attribute
- define() - Method in interface is.codion.framework.domain.entity.attribute.Column
- define() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey
- define(AttributeDefinition.Builder<?, ?>...) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a
EntityDefinition.Builder
instance based on the given attribute definition builders. - define(List<AttributeDefinition.Builder<?, ?>>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a
EntityDefinition.Builder
instance based on the given attribute definition builders. - definition() - Method in interface is.codion.framework.domain.entity.Entity
- definition(Attribute<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
- definition(Column<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Columns
- definition(ForeignKey) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- 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.AttributeConditionModelFactory
- 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 - definitionComparator() - Static method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns a new Comparator instance for sorting attribute definition instances by caption, or if that is not available, attribute name, ignoring case
- definitions() - Method in class is.codion.framework.domain.entity.DefaultEntities
- definitions() - Method in interface is.codion.framework.domain.entity.Entities
-
Returns all
EntityDefinition
s found in this Entities instance - definitions() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
- definitions() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Columns
- definitions() - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- definitions() - Method in interface is.codion.framework.domain.entity.EntityDefinition.PrimaryKey
-
Returns a list containing the definitions of all primary key columns associated with this entity type.
- definitions(Column<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- 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() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one delete query
- 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
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- 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.icon.DefaultFrameworkIcons
- delete() - Method in interface is.codion.swing.framework.ui.icon.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(Entity.Key) - Method in interface is.codion.framework.db.EntityConnection
-
Deletes the entity with the given primary key.
- delete(Entity.Key) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Deletes an entity according to the given primary key.
- delete(Collection<Entity.Key>) - Method in interface is.codion.framework.db.EntityConnection
-
Deletes the entities with the given primary keys.
- delete(Collection<Entity.Key>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Deletes the entities with the given primary keys.
- delete(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- delete(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- delete(Collection<Entity>, EntityConnection) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Deletes the given entities from the database using the given connection
- DELETE - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Delete
- DELETE - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Performs a delete.
- DELETE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Triggers the
EntityTablePanel.ControlKeys.DELETE
control.
Default key stroke: DELETE - deleteCommand() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Returns an async delete command builder
- deleteConfirmer(EntityEditPanel.Confirmer) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- deleteConfirmer(EntityEditPanel.Confirmer) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- deleteCurrentTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- deleted(Collection<Entity>) - Static method in class is.codion.framework.model.EntityEditEvents
-
Notifies delete
- deleteEnabled() - Method in class is.codion.framework.model.AbstractEntityEditModel
- deleteEnabled() - Method in interface is.codion.framework.model.EntityEditModel
-
Disabling delete causes an exception being thrown when deleting.
- 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
- deleteObserver(EntityType) - Static method in class is.codion.framework.model.EntityEditEvents
-
Returns a delete observer, notified each time entities of the given type are deleted.
- deleteSelected() - Method in class is.codion.framework.model.AbstractEntityTableModel
- deleteSelected() - Method in interface is.codion.framework.model.EntityTableModel
-
Deletes the selected entities
- deleteSelected() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Deletes the entities selected in the underlying table model without asking for confirmation.
- deleteSelectedTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- deleteSelectedWithConfirmation() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Deletes the entities selected in the underlying table model after asking for confirmation using the confirmer specified via
EntityTablePanel.Config.deleteConfirmer(Confirmer)
- 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 using the
EntityEditPanel.Confirmer
specified viaEntityEditPanel.Config.deleteConfirmer(Confirmer)
. - delimiter(char) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Export
- delimiter(String) - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- delimiterDash() - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- delimiterDot() - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- delimiterSlash() - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- denormalized(Attribute<Entity>, Attribute<T>) - Method in interface is.codion.framework.domain.entity.attribute.Attribute.AttributeDefiner
-
Instantiates a
DerivedAttributeDefinition.Builder
instance, for displaying a value from a referenced 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() - Static method in class is.codion.framework.i18n.FrameworkMessages
- dependencies() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- dependencies() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- dependencies(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Selects the entities that depend on the given entities via (non-soft) foreign keys, mapped to corresponding entityTypes
- dependencies(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects the entities that depend on the given entities via (non-soft) foreign keys, mapped to corresponding entityTypes
- dependenciesTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- DerbyDatabaseFactory - Class in is.codion.dbms.derby
-
Provides derby database implementations
- DerbyDatabaseFactory() - Constructor for class is.codion.dbms.derby.DerbyDatabaseFactory
- derived() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
The value of a derived attribute can not be set, as it's value is derived from other values
- derived(DerivedAttribute.Provider<T>, Attribute<?>...) - Method in interface is.codion.framework.domain.entity.attribute.Attribute.AttributeDefiner
-
Instantiates a
DerivedAttributeDefinition.Builder
instance, which value is derived from one or more source attributes. - DerivedAttribute<T> - Interface in is.codion.framework.domain.entity.attribute
-
An attribute which value is derived from one or more attributes.
- DerivedAttribute.Provider<T> - Interface in is.codion.framework.domain.entity.attribute
-
Responsible for providing values derived from other values
- DerivedAttribute.SourceValues - Interface in is.codion.framework.domain.entity.attribute
-
Provides the source values from which to derive the value.
- DerivedAttributeDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
A definition for attributes which value is derived from the values of one or more attribute.
- DerivedAttributeDefinition.Builder<T,
B extends DerivedAttributeDefinition.Builder<T, B>> - Interface in is.codion.framework.domain.entity.attribute -
Builds a derived AttributeDefinition instance
- derivedFrom(Attribute<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
-
Returns the attributes which values are derived from the value of the given attribute, an empty collection if no such derived attributes exist
- descending(Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds a 'descending' order by for the given columns
- descending(Column<?>...) - Static method in interface is.codion.framework.domain.entity.OrderBy
- descending(OrderBy.NullOrder, Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds a 'descending' order by for the given columns
- descendingIgnoreCase(Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds a 'descending' order by ignoring case for the given columns
- descendingIgnoreCase(OrderBy.NullOrder, Column<String>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds a 'descending' order by ignoring case for the given columns
- description() - Method in enum class is.codion.common.model.condition.ConditionModel.Wildcard
- description() - Method in enum class is.codion.common.Operator
- description() - Method in interface is.codion.framework.db.EntityConnectionProvider
- description() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- description() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- description() - Method in interface is.codion.framework.model.EntitySearchModel
- description() - Method in interface is.codion.swing.common.ui.control.Control
- description() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- description() - Method in class is.codion.swing.framework.ui.EntityPanel
- description(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the description for this attribute, used for tooltips f.ex.
- 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.model.EntitySearchModel.Builder
- description(String) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- description(String) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- description(String) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- 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
- deserializeCondition(EntityDefinition, JsonNode) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Deserializes the given condition
- deserializeEntities(InputStream) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Deserializes the given JSON input stream into a list of Entity instances
- deserializeEntities(String) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Deserializes the given JSON string into a list of Entity instances
- deserializeKeys(InputStream) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Deserializes the given JSON input stream into a list of Key instances
- deserializeKeys(String) - Method in class is.codion.framework.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.icon.DefaultFrameworkIcons
- detail() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- detailController() - Method in class is.codion.swing.framework.ui.EntityPanel
- detailLayout() - Method in class is.codion.swing.framework.ui.EntityPanel
- detailLayout(Function<EntityPanel, EntityPanel.DetailLayout>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- detailLayout(Function<EntityPanel, EntityPanel.DetailLayout>) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- 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(SwingEntityModel.Builder) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Adds a detail model builder to this model builder
- detailModel(Class<C>) - Method in class is.codion.framework.model.DefaultEntityModel
- detailModel(Class<C>) - Method in interface is.codion.framework.model.EntityModel
-
Returns the first detail model of the given type
- 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 first detail panel found based on the given
entityType
- detailPanel(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.
- DIALOG - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.WindowType
-
Display panels in a JDialog
- DIALOG - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.AutoResizeModeSelection
-
Display a dialog.
- DIALOG - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.ColumnSelection
-
Display a dialog.
- DIALOG - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.EditAttributeSelection
-
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.
- dialogSize(Dimension) - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilder
- dialogSize(Dimension) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EntitySelectionDialogBuilder
- dialogTitle(String) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- disable(Collection<JComponent>) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Disables this key event on the given components
- disable(JComponent...) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Disables this key event on the given components
- disable(T) - Static method in class is.codion.swing.common.ui.key.TransferFocusOnEnter
-
Disables the transfer focus action added via
TransferFocusOnEnter.enable(JComponent)
- disabledIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- disabledSelectedIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- disabledTextColor(Color) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- disableIconColorConsumer() - Method in interface is.codion.swing.common.ui.icon.Icons
-
Disables the dynamic color change consumer
- disableIconColorConsumer() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- 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.tools.monitor.model.ClientUserMonitor
-
Disconnects all users from the server
- disconnectAll() - Method in class is.codion.tools.monitor.ui.ClientUserMonitorPanel
- disconnectAllClients() - Method in interface is.codion.framework.server.EntityServerAdmin
-
Disconnects all connected clients.
- disconnectTimedOut() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
-
Disconnects all timed out users from the server
- disconnectTimedOutClients() - Method in interface is.codion.framework.server.EntityServerAdmin
-
Disconnects all timed-out clients.
- DISPLAY_CALENDAR - Static variable in class is.codion.swing.common.ui.component.text.TemporalField.ControlKeys
-
Display a calendar for date/time input.
Default key stroke: INSERT - DISPLAY_DEPENDENCIES - Enum constant in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Display the dependencies causing the error.
- DISPLAY_ENTITY_MENU - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Displays the entity menu, if available.
Default key stroke: CTRL-ALT-V - DISPLAY_ENTITY_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Displays the entity menu, if one is available.
Default key stroke: CTRL-ALT-V - DISPLAY_ERROR - Enum constant in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Display the error.
- DISPLAY_POPUP_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Displays the table popup menu, if one is available.
Default key stroke: CTRL-G - DISPLAY_TEXT_AREA - Static variable in class is.codion.swing.common.ui.component.text.TextFieldPanel.ControlKeys
-
Displays a text area for longer text input.
Default key stroke: INSERT - displayAbout() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Shows an about dialog
- displayedMnemonic(char) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
-
Overrides
LabelBuilder.displayedMnemonic(int)
. - displayedMnemonic(int) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- displayEntityPanel(EntityPanel) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays the given panel in a frame or dialog, depending on
EntityPanel.Config.WINDOW_TYPE
. - 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
EntityPanel.Config.WINDOW_TYPE
. - displayEntityPanelDialog(EntityPanel) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Shows a non-modal dialog containing the given entity panel
- displayEntityPanelDialog(EntityPanel, boolean) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Shows a dialog containing the given entity panel
- displayEntityPanelFrame(EntityPanel) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Shows a frame containing the given entity panel
- displayException(Exception) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays the exception in a dialog
- displayException(Exception) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Displays the exception in a dialog
- displayException(Exception) - 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(Exception) - 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.EntityApplicationPanel.Builder
- 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.EntityApplicationPanel.Builder
- DISPOSE_EDIT_DIALOG_ON_ESCAPE - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Indicates whether entity edit panel dialogs should be closed on escape Value type: Boolean Default value: true
- disposeEditDialogOnEscape(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- 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.
- distinct(Attribute<T>, Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the distinct non-null values of
attribute
from the given entities. - dividerSize(int) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- DO_NOTHING - Enum constant in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
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
- DocumentAdapter - Interface in is.codion.swing.common.model.component.text
-
A document adapter, with default implementations for the
DocumentAdapter.insertUpdate(DocumentEvent)
andDocumentAdapter.removeUpdate(DocumentEvent)
callingDocumentAdapter.contentsChanged(DocumentEvent)
. - doInBackground() - Method in class is.codion.swing.common.model.worker.ProgressWorker
- domain() - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider
- domain() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainEntityDefinition
- domain() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainOperation
- domain() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- domain(Domain) - Method in class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
- domain(Domain) - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider.Builder
- Domain - Interface in is.codion.framework.domain
-
Represents an application domain model, entities, reports and database operations.
- DOMAIN - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.DomainColumns.Id
- DOMAIN - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.OperationColumns.Id
- DOMAIN - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.ReportColumns.Id
- DOMAIN - Static variable in class is.codion.framework.model.test.TestDomain
- DOMAIN_MODEL_CLASSES - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies a comma separated list of domain model class names, these classes must be available on the server classpath
- domainApi() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- domainClassNames() - Method in interface is.codion.framework.server.EntityServerConfiguration
- domainClassNames(Collection<String>) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- DomainColumns() - Constructor for class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- domainCombined() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- domainEntityDefinitions() - Method in interface is.codion.framework.server.EntityServerAdmin
- domainGeneratorModel(Database, User) - Static method in class is.codion.tools.generator.model.DomainGeneratorModel
-
Instantiates a new
DomainGeneratorModel
instance. - DomainGeneratorModel - Class in is.codion.tools.generator.model
-
For instances use the factory method
DomainGeneratorModel.domainGeneratorModel(Database, User)
. - DomainGeneratorModel.EntityColumns - Class in is.codion.tools.generator.model
- DomainGeneratorModel.EntityColumns.Id - Enum Class in is.codion.tools.generator.model
- DomainGeneratorModel.SchemaColumns - Class in is.codion.tools.generator.model
- DomainGeneratorModel.SchemaColumns.Id - Enum Class in is.codion.tools.generator.model
- DomainGeneratorPanel - Class in is.codion.tools.generator.ui
- domainImpl() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- DomainModel - Class in is.codion.framework.domain
-
A default
Domain
implementation. - DomainModel(DomainType) - Constructor for class is.codion.framework.domain.DomainModel
-
Instantiates a new DomainModel identified by the given
DomainType
. - domainOperations() - Method in interface is.codion.framework.server.EntityServerAdmin
- domainPackage() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- domainReports() - Method in interface is.codion.framework.server.EntityServerAdmin
- domains() - Static method in interface is.codion.framework.domain.Domain
- domainSource(Domain) - Static method in class is.codion.tools.generator.domain.DomainSource
-
Instantiates a new
DomainSource
instance. - DomainSource - Class in is.codion.tools.generator.domain
-
For instances use the factory method
DomainSource.domainSource(Domain)
. - domainTableModel() - Method in class is.codion.tools.monitor.model.ServerMonitor
- DomainTest - Class in is.codion.framework.domain.test
-
A class for unit testing a domain model.
- DomainTest(Domain) - Constructor for class is.codion.framework.domain.test.DomainTest
-
Instantiates a new DomainTest, using the user specified by the 'codion.test.user' system property.
- DomainTest(Domain, User) - Constructor for class is.codion.framework.domain.test.DomainTest
-
Instantiates a new DomainTest.
- DomainTest(Domain, Function<EntityConnection, DomainTest.EntityFactory>) - Constructor for class is.codion.framework.domain.test.DomainTest
-
Instantiates a new DomainTest.
- DomainTest(Domain, Function<EntityConnection, DomainTest.EntityFactory>, User) - Constructor for class is.codion.framework.domain.test.DomainTest
-
Instantiates a new DomainTest.
- DomainTest.EntityFactory - Interface in is.codion.framework.domain.test
-
Handles creating and modifying entities used for testing.
- domainType() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- domainType() - Method in interface is.codion.framework.db.EntityConnectionProvider
- domainType() - Method in class is.codion.framework.domain.entity.DefaultEntities
- domainType() - Method in interface is.codion.framework.domain.entity.Entities
- domainType() - Method in interface is.codion.framework.domain.entity.EntityType
- domainType(DomainType) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- domainType(DomainType) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
- domainType(DomainType) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- domainType(DomainType) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- 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. - domainTypeByName(String) - Static method in interface is.codion.framework.domain.DomainType
-
Returns the domain type with the given name.
- done() - Method in class is.codion.swing.common.model.worker.ProgressWorker
- DOUBLE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- DOUBLE_DARKENING_FACTOR - Static variable in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- doubleAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Double based attribute, associated with this EntityType.
- doubleClick() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- doubleClickAction() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
The
ActionEvent
propagated when this action is performed, contains the associatedMouseEvent
as source. - doubleClickAction(Action) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- doubleColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Double based column, 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. - 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(Attribute<Double>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSpinner
builder based on the given attribute. - 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.property.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.property.PropertyStore
-
Creates a value for the given double property
- down() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- down() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- DOWN - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Navigate down to the currently active detail panel
- 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
- driverCompatible(String) - Method in interface is.codion.common.db.database.DatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.db2.Db2DatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.derby.DerbyDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.h2.H2DatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.hsqldb.HSQLDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.mariadb.MariaDBDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.mysql.MySQLDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.oracle.OracleDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.postgresql.PostgreSQLDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.sqlite.SQLiteDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.sqlserver.SQLServerDatabaseFactory
- 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
- duration() - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Result
- DURATION - Enum constant in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
E
- eastComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- eastPanel(JPanel) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- eastPanel(JPanel) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- echoChar(char) - Method in interface is.codion.swing.common.ui.component.text.PasswordFieldBuilder
- edit() - Static method in class is.codion.framework.i18n.FrameworkMessages
- edit() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- edit() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- edit(Entity) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditAttributeDialogBuilder
-
Displays a dialog for editing a single attribute for the given entity
- edit(Collection<Entity>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditAttributeDialogBuilder
-
Displays a dialog for editing a single attribute for the given entities
- EDIT - Static variable in class is.codion.swing.framework.ui.component.EntityComboBox.ControlKeys
-
Displays a dialog for editing the selected record.
Default key stroke: CTRL-INSERT - EDIT - Static variable in class is.codion.swing.framework.ui.component.EntitySearchField.ControlKeys
-
Displays a dialog for editing the selected record.
Default key stroke: CTRL-INSERT - EDIT - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Edit the selected entity instance.
Default key stroke: CTRL-INSERT - EDIT_ATTRIBUTE_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing edit controls for all editable attributes. - EDIT_ATTRIBUTE_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies how the edit an attribute action is presented to the user.
- EDIT_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
The edit panel controls.
- EDIT_PANEL_CONSTRAINTS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies where the edit panel should be placed in a BorderLayout Value type: Boolean Default value: BorderLayout.NORTH
- EDIT_SELECTED_ATTRIBUTE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Select and edit a single attribute value for the selected entity instances.
Default key stroke: SHIFT-INSERT - editable() - Method in class is.codion.framework.model.AbstractEntityTableModel
- editable() - Method in interface is.codion.framework.model.EntityTableModel
- 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
- editable(Consumer<ValueSet<Attribute<?>>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- editAttributeDialog(SwingEntityEditModel, Attribute<T>) - Static method in class is.codion.swing.framework.ui.EntityDialogs
- editAttributeSelection(EntityTablePanel.EditAttributeSelection) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- editBasePanel(Function<EntityEditPanel, JPanel>) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Creates a base panel containing the given edit panel.
- editComponentFactory(A, EntityComponentFactory<T, C>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Sets the component factory for the given attribute, used when editing entities via
EntityTablePanel.editSelected(Attribute)
. - editControl() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- editControl() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- editDialogBuilder(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Override to customize the edit dialog used when multiple entities are edited.
- edited() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
- edited() - Method in interface is.codion.framework.model.EntityEditModel.EditableValue
-
Returns an observer notified each time this value is edited via
Value.set(Object)
. - editEntityDialog(Supplier<EntityEditPanel>) - Static method in class is.codion.swing.framework.ui.EntityDialogs
-
Creates a new
EntityDialogs.EditEntityDialogBuilder
instance. - editMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- editModel() - Method in class is.codion.framework.model.AbstractEntityTableModel
- 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
- 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
- editModel(Class<? extends SwingEntityEditModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Sets the edit model class
- editModel(Function<EntityConnectionProvider, SwingEntityEditModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Takes precedence over
SwingEntityModel.Builder.editModel(Class)
. - 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.EntityEditPanel.Config
- editPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- editPanel() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- editPanel() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- editPanel() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- editPanel(Class<? extends EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- editPanel(Supplier<EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.component.EntityComboBox.Builder
-
A edit panel is required for the add and edit controls.
- editPanel(Supplier<EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
A edit panel is required for the add and edit controls.
- editPanelConstraints(String) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- editPanelState() - Method in class is.codion.swing.framework.ui.EntityPanel
- editSelected() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Displays a selection dialog for selecting an attribute to edit and retrieves a new value via input dialog and performs an update on the selected entities assigning the value to the attribute
- editSelected(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Retrieves a new value via input dialog and performs an update on the selected entities assigning the value to the attribute
- editSelectedTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- editText() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- editText() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- EMBEDDED - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Embedded in the master panel
- empty() - Method in interface is.codion.common.model.selection.SingleItemSelection
- empty() - Method in interface is.codion.common.value.ValuesObserver
- empty() - Method in interface is.codion.framework.model.EntitySearchModel.Selection
- empty() - Method in interface is.codion.swing.common.ui.control.Controls
- emptyBorder() - Static method in class is.codion.swing.common.ui.border.Borders
-
Creates en empty border using the value of
Layouts.GAP
as the top, bottom, left and right values. - 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 aParseException
. - 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(Collection<JComponent>) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Builds the key event and enables it on the given components
- enable(JComponent...) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Builds the key event and enables it on the given components
- enable(T) - Static method in class is.codion.swing.common.ui.key.TransferFocusOnEnter
-
Adds a key event to the component which transfers focus on enter, and backwards if SHIFT is down.
- ENABLE_ON_SELECTION - Static variable in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
Specifies whether to enable the Look and Feel dynamically when selected Value type: Boolean Default value: true
- enabled() - Method in interface is.codion.common.model.condition.ConditionModel
- enabled() - Method in interface is.codion.common.model.condition.TableConditionModel
- enabled() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- enabled() - Method in interface is.codion.swing.common.ui.control.Control
- enabled() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- enabled(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- enabled(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Sets the enabled state of the component, for a dynamic enabled state use
ComponentBuilder.enabled(StateObserver)
. - enabled(StateObserver) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- enabled(StateObserver) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- enabled(StateObserver) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- enabledDetailStates(EntityPanel.PanelState...) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
-
Sets the enabled detail panel states.
- enabledEditStates(EntityPanel.PanelState...) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Sets the enabled edit panel states.
- enableIconColorConsumer() - Method in interface is.codion.swing.common.ui.icon.Icons
-
Adds a consumer to the
Icons.ICON_COLOR
property value, dynamically changing the color of the icons in this instance. - enableIconColorConsumer() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- 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.
- enableMouseWheelSelection(JComboBox<?>) - Static method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Enables mouse wheel selection for the given combo box
- enableMouseWheelSelectionWithWrapAround(JComboBox<?>) - Static method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Enables mouse wheel selection for the given combo box with wrap around
- enableOnSelection(boolean) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
- enableSelected() - Method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
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.builder.AbstractComponentBuilder
-
Enables focus transfer on Enter, override for special handling
- ENAME_CLARK - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- END - Enum constant in enum class is.codion.swing.common.ui.component.text.TextComponentBuilder.InitialCaretPosition
- 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
- 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 interface is.codion.framework.domain.Domain
- entities() - Method in class is.codion.framework.domain.DomainModel
- entities() - Method in class is.codion.framework.domain.test.DefaultEntityFactory
- entities() - Method in class is.codion.framework.domain.test.DomainTest
- entities() - Method in class is.codion.framework.json.domain.EntityObjectMapper
- entities() - Method in class is.codion.framework.model.AbstractEntityEditModel
- entities() - Method in class is.codion.framework.model.AbstractEntityTableModel
- 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.EntitySearchModel.Selection
- entities() - Method in interface is.codion.framework.model.EntityTableModel
- Entities - Interface in is.codion.framework.domain.entity
-
A repository containing the
EntityDefinition
s for a given domain. - 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 interface is.codion.framework.model.EntityEditModel
-
Returns a
EntityEditModel.EditableEntity
wrapping the entity being edited. - entity() - Method in interface is.codion.framework.model.EntitySearchModel.Selection
- entity() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainEntityDefinition
- entity(ForeignKey) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the Entity instance referenced by the given
ForeignKey
. - entity(ForeignKey) - Method in class is.codion.framework.domain.test.DefaultEntityFactory
- entity(ForeignKey) - Method in interface is.codion.framework.domain.test.DomainTest.EntityFactory
-
Initializes an Entity instance to reference via the given foreign key.
- entity(Entity.Key) - Static method in interface is.codion.framework.domain.entity.Entity
- 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 empty
Entity
instance of the given entityType - entity(EntityType) - Method in class is.codion.framework.domain.test.DefaultEntityFactory
- entity(EntityType) - Method in interface is.codion.framework.domain.test.DomainTest.EntityFactory
-
Initializes the Entity instance on which to run the tests, by default this method creates an instance filled with random values.
- entity(Supplier<Entity>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditEntityDialogBuilder
- 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 - Enum constant in enum class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns.Id
- ENTITY - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.DomainColumns.Id
- ENTITY_LIST_REFERENCE - Static variable in class is.codion.framework.json.domain.EntityObjectMapper
- Entity.Builder - Interface in is.codion.framework.domain.entity
-
A builder for
Entity
instances. - Entity.Copy - Interface in is.codion.framework.domain.entity
-
Provides ways to create copies of an entity instance.
- Entity.Key - Interface in is.codion.framework.domain.entity
-
Represents a unique column combination for a given entity.
- Entity.Key.Builder - Interface in is.codion.framework.domain.entity
-
A builder for
Entity.Key
instances. - 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
-
Instantiates a new
EntityApplicationPanel
based on the given application model, using the defaultTabbedApplicationLayout
. - EntityApplicationPanel(M, Function<EntityApplicationPanel<M>, EntityApplicationPanel.ApplicationLayout>) - Constructor for class is.codion.swing.framework.ui.EntityApplicationPanel
-
Instantiates a new
EntityApplicationPanel
based on the given application model, using theEntityApplicationPanel.ApplicationLayout
provided byapplicationLayout
. - EntityApplicationPanel.ApplicationLayout - Interface in is.codion.swing.framework.ui
-
Handles laying out an EntityApplicationPanel.
- EntityApplicationPanel.Builder<M extends SwingEntityApplicationModel,
P extends EntityApplicationPanel<M>> - Interface in is.codion.swing.framework.ui -
Builds a
EntityApplicationPanel
and starts the application. - EntityApplicationPanel.Builder.ConnectionProviderFactory - Interface in is.codion.swing.framework.ui
-
A factory for a
EntityConnectionProvider
instance. - EntityApplicationPanel.Builder.LoginProvider - Interface in is.codion.swing.framework.ui
-
Provides a way for a user to login.
- 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>>) - Constructor for class is.codion.swing.framework.ui.test.EntityApplicationPanelTestUnit
-
Instantiates a new entity application panel test unit, using the User specified by the 'codion.test.user' system property.
- 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
- EntityApplicationPanelTestUnit(Class<M>, Class<? extends EntityApplicationPanel<M>>, User, DomainType) - Constructor for class is.codion.swing.framework.ui.test.EntityApplicationPanelTestUnit
-
Instantiates a new entity application panel test unit
- entityAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Attribute
, associated with this EntityType. - EntityColumns() - Constructor for class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- EntityComboBox - Class in is.codion.swing.framework.ui.component
-
A UI component based on the
EntityComboBoxModel
. - EntityComboBox.Builder - Interface in is.codion.swing.framework.ui.component
-
Builds a
EntityComboBox
instance. - EntityComboBox.ControlKeys - Class in is.codion.swing.framework.ui.component
-
The available controls.
- EntityComboBoxModel - Interface in is.codion.swing.framework.model.component
-
A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.
- EntityComboBoxModel.Builder - Interface in is.codion.swing.framework.model.component
-
Builds a
EntityComboBoxModel
. - EntityComboBoxModel.Filter - Interface in is.codion.swing.framework.model.component
-
Controls the filters for a
EntityComboBoxModel
- EntityComboBoxModel.ForeignKeyFilter - Interface in is.codion.swing.framework.model.component
-
Controls a foreign key filter for a
EntityComboBoxModel
- EntityComboBoxPanel - Class in is.codion.swing.framework.ui.component
-
A
EntityComboBox
based panel, with optional buttons for adding and editing items. - EntityComboBoxPanel.Builder - Interface in is.codion.swing.framework.ui.component
-
A builder for a
EntityComboBoxPanel
- EntityComponentFactory<T,
C extends JComponent> - Interface in is.codion.swing.framework.ui.component -
A factory for
ComponentValue
instances. - entityComponents(EntityDefinition) - Static method in class is.codion.swing.framework.ui.component.EntityComponents
- EntityComponents - Class in is.codion.swing.framework.ui.component
-
A factory for
ComponentBuilder
instances based on attributes from a given entity definition. - EntityComponents.EntityListBuilderFactory<T> - Interface in is.codion.swing.framework.ui.component
-
A factory for list builders.
- EntityConditionFieldFactory - Class in is.codion.swing.framework.ui
-
A default field factory implementation for attributes.
- EntityConditionFieldFactory(EntityDefinition, Attribute<?>) - Constructor for class is.codion.swing.framework.ui.EntityConditionFieldFactory
- entityConditionModel(EntityType, EntityConnectionProvider) - Static method in interface is.codion.framework.model.EntityConditionModel
-
Creates a new
EntityConditionModel
- entityConditionModel(EntityType, EntityConnectionProvider, TableConditionModel.ConditionModelFactory<Attribute<?>>) - Static method in interface is.codion.framework.model.EntityConditionModel
-
Creates a new
EntityConditionModel
- EntityConditionModel - Interface in is.codion.framework.model
-
Factory for
EntityConditionModel
instances viaEntityConditionModel.entityConditionModel(EntityType, EntityConnectionProvider)
- EntityConnection - Interface in is.codion.framework.db
- EntityConnection.BatchCopy - Interface in is.codion.framework.db
-
Copies a set of entities between a source and destination connection, performing a commit after each
batchSize
number of inserts, unless the destination connection has an open transaction. - EntityConnection.BatchCopy.Builder - Interface in is.codion.framework.db
-
A builder for a
EntityConnection.BatchCopy
operation. - EntityConnection.BatchInsert - Interface in is.codion.framework.db
-
Inserts entities in batches, performing a commit after each
batchSize
number of inserts, unless the destination connection has an open transaction. - EntityConnection.BatchInsert.Builder - Interface in is.codion.framework.db
-
A builder for
EntityConnection.BatchInsert
operation. - EntityConnection.Count - Interface in is.codion.framework.db
-
A class encapsulating count query parameters.
- EntityConnection.Count.Builder - Interface in is.codion.framework.db
-
Builds a
EntityConnection.Count
instance. - EntityConnection.Select - Interface in is.codion.framework.db
-
A class encapsulating select query parameters.
- EntityConnection.Select.Builder - Interface in is.codion.framework.db
-
Builds a
EntityConnection.Select
. - EntityConnection.Transactional - Interface in is.codion.framework.db
-
Specifies an action to be executed within a transaction.
- EntityConnection.TransactionalResult<T> - Interface in is.codion.framework.db
-
Specifies an action to be executed within a transaction producing a result.
- EntityConnection.Update - Interface in is.codion.framework.db
-
A class encapsulating a where clause along with columns and their associated values for update.
- EntityConnection.Update.Builder - Interface in is.codion.framework.db
-
Builds an
EntityConnection.Update
. - 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 - entityDefinition() - Method in interface is.codion.framework.domain.entity.Entity.Key
- entityDefinition() - Method in class is.codion.framework.model.AbstractEntityEditModel
- entityDefinition() - Method in class is.codion.framework.model.AbstractEntityTableModel
- entityDefinition() - Method in class is.codion.framework.model.DefaultEntityModel
- entityDefinition() - Method in interface is.codion.framework.model.EntityEditModel
- entityDefinition() - Method in interface is.codion.framework.model.EntityModel
- entityDefinition() - Method in interface is.codion.framework.model.EntityTableModel
- entityDefinition() - Method in class is.codion.swing.framework.ui.component.EntityComponents
- EntityDefinition - Interface in is.codion.framework.domain.entity
-
Specifies an entity definition.
- EntityDefinition.Attributes - Interface in is.codion.framework.domain.entity
-
Holds the attribute definitions for an entity type
- EntityDefinition.Builder - Interface in is.codion.framework.domain.entity
-
Builds a EntityDefinition
- EntityDefinition.Columns - Interface in is.codion.framework.domain.entity
-
Holds the column definitions for an entity type
- EntityDefinition.ForeignKeys - Interface in is.codion.framework.domain.entity
-
Holds the foreign key definitions for an entity type
- EntityDefinition.PrimaryKey - Interface in is.codion.framework.domain.entity
-
Holds the primary key definition for an entity type
- EntityDialogs - Class in is.codion.swing.framework.ui
-
Provides edit and selection dialogs for entities.
- EntityDialogs.AddEntityDialogBuilder - Interface in is.codion.swing.framework.ui
-
A builder for a dialog for inserting entities.
- EntityDialogs.EditAttributeDialogBuilder<T> - Interface in is.codion.swing.framework.ui
-
Builds a dialog for editing single attributes for one or more entities
- EntityDialogs.EditEntityDialogBuilder - Interface in is.codion.swing.framework.ui
-
A builder for a dialog for editing entities.
- EntityDialogs.EntitySelectionDialogBuilder - Interface in is.codion.swing.framework.ui
-
A builder for a selection dialog.
- EntityEditComponentPanel - Class in is.codion.swing.framework.ui
-
A base class for entity edit panels, managing the components used for editing entities.
- EntityEditComponentPanel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Instantiates a new EntityEditComponentPanel
- EntityEditComponentPanel.Defaults - Class in is.codion.swing.framework.ui
-
Specifies the availible default values for component builders.
- EntityEditEvents - Class in is.codion.framework.model
-
A central event hub for listening for entity inserts, updates and deletes.
- EntityEditModel - Interface in is.codion.framework.model
-
Specifies a class for editing
Entity
instances. - EntityEditModel.Delete - Interface in is.codion.framework.model
-
Represents a task for deleting entities.
- EntityEditModel.Delete.Result - Interface in is.codion.framework.model
-
The delete task result
- EntityEditModel.Delete.Task - Interface in is.codion.framework.model
-
The task performing the delete operation
- EntityEditModel.EditableEntity - Interface in is.codion.framework.model
-
Provides access to the active entity being edited.
- EntityEditModel.EditableEntity.Exists - Interface in is.codion.framework.model
-
Indicates whether the active entity exists in the database.
- EntityEditModel.EditableEntity.Modified - Interface in is.codion.framework.model
-
Indicates whether the active entity is modified.
- EntityEditModel.EditableValue<T> - Interface in is.codion.framework.model
-
Provides access the an
Attribute
value in the entity being edited. - EntityEditModel.Insert - Interface in is.codion.framework.model
-
Represents a task for inserting entities, split up for use with a background thread.
- EntityEditModel.Insert.Result - Interface in is.codion.framework.model
-
The insert task result
- EntityEditModel.Insert.Task - Interface in is.codion.framework.model
-
The task performing the insert operation
- EntityEditModel.Update - Interface in is.codion.framework.model
-
Represents a task for updating entities.
- EntityEditModel.Update.Result - Interface in is.codion.framework.model
-
The update task result
- EntityEditModel.Update.Task - Interface in is.codion.framework.model
-
The task performing the update operation
- EntityEditPanel - Class in is.codion.swing.framework.ui
-
A UI component based on a
EntityEditModel
. - EntityEditPanel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.ui.EntityEditPanel
-
Instantiates a new EntityEditPanel based on the given
EntityEditModel
- EntityEditPanel(SwingEntityEditModel, Consumer<EntityEditPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityEditPanel
-
Instantiates a new EntityEditPanel based on the given
EntityEditModel
- EntityEditPanel.Config - Class in is.codion.swing.framework.ui
-
Contains configuration settings for a
EntityEditPanel
which must be set before the panel is initialized. - EntityEditPanel.Confirmer - Interface in is.codion.swing.framework.ui
-
Handles displaying confirmation messages for common actions to the user.
- EntityEditPanel.ControlKeys - Class in is.codion.swing.framework.ui
-
The controls available for
EntityEditPanel
s. - EntityEditPanel.DeleteCommandBuilder - Interface in is.codion.swing.framework.ui
-
Builds an async delete command
- EntityEditPanel.InsertCommandBuilder - Interface in is.codion.swing.framework.ui
-
Builds an async insert command
- EntityEditPanel.UpdateCommandBuilder - Interface in is.codion.swing.framework.ui
-
Builds an async update command
- EntityEditPanelTestUnit - Class in is.codion.swing.framework.ui.test
-
A base class for testing a
EntityEditPanel
- EntityEditPanelTestUnit(SwingEntityEditModel, Function<SwingEntityEditModel, EntityEditPanel>) - Constructor for class is.codion.swing.framework.ui.test.EntityEditPanelTestUnit
-
Instantiates a new edit panel test unit for the given edit panel
- entityModel() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- entityModel(EntityType) - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- entityModel(EntityType) - Method in interface is.codion.framework.model.EntityApplicationModel
- entityModel(Class<C>) - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- entityModel(Class<C>) - Method in interface is.codion.framework.model.EntityApplicationModel
- EntityModel<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> - Interface in is.codion.framework.model -
Specifies a class responsible for, among other things, coordinating a
EntityEditModel
and anEntityTableModel
. - entityModelByClass() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- entityModelByEntityType() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- entityModelByEntityTypeNotFound() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- entityModels() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- entityModels() - Method in interface is.codion.framework.model.EntityApplicationModel
- entityObjectMapper(Entities) - Static method in class is.codion.framework.json.domain.EntityObjectMapper
-
A factory method for
EntityObjectMapper
instances. - entityObjectMapper(Entities) - Method in interface is.codion.framework.json.domain.EntityObjectMapperFactory
-
Creates a new
EntityObjectMapper
instance. - EntityObjectMapper - Class in is.codion.framework.json.domain
-
Entity object mapper for mapping
Entity
andEntity.Key
to and from JSON. - EntityObjectMapperFactory - Interface in is.codion.framework.json.domain
-
Provides
EntityObjectMapper
instances for a given domain. - entityPanel() - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- entityPanel(EntityType) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- EntityPanel - Class in is.codion.swing.framework.ui
-
A panel representing an Entity via a EntityModel, which facilitates browsing and editing of records.
- EntityPanel(SwingEntityModel) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityEditPanel) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityEditPanel, EntityTablePanel) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityEditPanel, EntityTablePanel, Consumer<EntityPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityEditPanel, Consumer<EntityPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityTablePanel) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityTablePanel, Consumer<EntityPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, Consumer<EntityPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel.Builder - Interface in is.codion.swing.framework.ui
-
A builder for
EntityPanel
instances. - EntityPanel.Config - Class in is.codion.swing.framework.ui
-
Contains configuration settings for a
EntityPanel
which must be set before the panel is initialized. - EntityPanel.ControlKeys - Class in is.codion.swing.framework.ui
-
The standard controls available in a entity panel
- EntityPanel.DetailController - Interface in is.codion.swing.framework.ui
-
Controls the detail panels for a EntityPanel instance.
- EntityPanel.DetailLayout - Interface in is.codion.swing.framework.ui
-
Handles the layout of a EntityPanel with one or more detail panels.
- EntityPanel.Direction - Enum Class in is.codion.swing.framework.ui
-
The navigation directions.
- EntityPanel.PanelState - Enum Class in is.codion.swing.framework.ui
-
The possible states of a detail or edit panel.
- EntityPanel.WindowType - Enum Class in is.codion.swing.framework.ui
-
Specifies the window type.
- entityPanels() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- entityQueryModel(EntityConditionModel) - Static method in interface is.codion.framework.model.EntityQueryModel
- EntityQueryModel - Interface in is.codion.framework.model
-
Provides entities fetched from a database.
- EntityQueryModel.AdditionalCondition - Interface in is.codion.framework.model
-
Specifies an additional condition supplier.
- EntityRow - Class in is.codion.tools.generator.model
- EntitySearchField - Class in is.codion.swing.framework.ui.component
-
A UI component based on the EntitySearchModel.
- EntitySearchField.Builder - Interface in is.codion.swing.framework.ui.component
-
Builds a entity search field.
- EntitySearchField.ControlKeys - Class in is.codion.swing.framework.ui.component
-
The available controls.
- EntitySearchField.ListSelector - Interface in is.codion.swing.framework.ui.component
-
A
EntitySearchField.Selector
based on aJList
. - EntitySearchField.SearchIndicator - Enum Class in is.codion.swing.framework.ui.component
-
The ways which a search field can indicate that a search is in progress.
- EntitySearchField.Selector - Interface in is.codion.swing.framework.ui.component
-
Provides a way for the user to select one or more of a given set of entities
- EntitySearchField.TableSelector - Interface in is.codion.swing.framework.ui.component
-
A
EntitySearchField.Selector
based on aFilterTable
. - EntitySearchFieldPanel - Class in is.codion.swing.framework.ui.component
-
A
EntitySearchField
based panel, with optional buttons for searching, adding and editing items. - EntitySearchFieldPanel.Builder - Interface in is.codion.swing.framework.ui.component
-
A builder for a
EntitySearchFieldPanel
- EntitySearchModel - Interface in is.codion.framework.model
-
Searches for entities based on a search text and set of String based condition columns.
- EntitySearchModel.Builder - Interface in is.codion.framework.model
-
A builder for a
EntitySearchModel
. - EntitySearchModel.Selection - Interface in is.codion.framework.model
-
Controls the selection
- EntitySearchModel.Settings - Interface in is.codion.framework.model
-
Column search settings
- EntityServer - Class in is.codion.framework.server
-
A remote server class, responsible for handling requests for AbstractRemoteEntityConnections.
- EntityServer(EntityServerConfiguration) - Constructor for class is.codion.framework.server.EntityServer
-
Constructs a new EntityServer and binds it to a registry on the port found in the configuration.
- EntityServerAdmin - Interface in is.codion.framework.server
-
Defines the entity server admin service methods.
- EntityServerAdmin.DomainEntityDefinition - Interface in is.codion.framework.server
-
Basic information about a entity definition.
- EntityServerAdmin.DomainOperation - Interface in is.codion.framework.server
-
Basic information about an operation.
- EntityServerAdmin.DomainReport - Interface in is.codion.framework.server
-
Basic information about a report.
- EntityServerConfiguration - Interface in is.codion.framework.server
-
Configuration values for a
EntityServer
. - EntityServerConfiguration.Builder - Interface in is.codion.framework.server
-
A Builder for EntityServerConfiguration
- EntityServerMonitor - Class in is.codion.tools.monitor.model
-
A monitor for the EntityServer
- EntityServerMonitor(String, int, User) - Constructor for class is.codion.tools.monitor.model.EntityServerMonitor
-
Instantiates a new
EntityServerMonitor
- EntityServerMonitorPanel - Class in is.codion.tools.monitor.ui
-
A UI based on the EntityServerMonitor model
- EntityServerMonitorPanel() - Constructor for class is.codion.tools.monitor.ui.EntityServerMonitorPanel
-
Instantiates a new EntityServerMonitorPanel
- EntityServerMonitorPanel(EntityServerMonitor) - Constructor for class is.codion.tools.monitor.ui.EntityServerMonitorPanel
-
Instantiates a new EntityServerMonitorPanel
- EntityService - Class in is.codion.framework.servlet
-
Provides persistance services for Entities
- EntityServiceFactory - Class in is.codion.framework.servlet
-
Provides a
EntityService
auxiliary server instance. - EntityServiceFactory() - Constructor for class is.codion.framework.servlet.EntityServiceFactory
- EntityTableCellRenderer - Class in is.codion.swing.framework.ui
- EntityTableCellRenderer.EntityColorProvider<T> - Interface in is.codion.swing.framework.ui
- EntityTableCellRenderer.Factory - Interface in is.codion.swing.framework.ui
-
A
SwingEntityTableModel
based table cell factory. - entityTableColumns(EntityDefinition) - Static method in class is.codion.swing.framework.ui.EntityTableColumns
-
Creates columns based on the given entity definition.
- EntityTableColumns - Class in is.codion.swing.framework.ui
-
Provides table columns based on an entity definition.
- EntityTableModel<E extends EntityEditModel> - Interface in is.codion.framework.model
-
Specifies a table model containing
Entity
instances. - EntityTableModel.OnInsert - Enum Class in is.codion.framework.model
-
Defines the actions a table model can perform when entities are inserted via the associated edit model
- EntityTablePanel - Class in is.codion.swing.framework.ui
-
The EntityTablePanel is a UI class based on the EntityTableModel class.
- EntityTablePanel(SwingEntityTableModel) - Constructor for class is.codion.swing.framework.ui.EntityTablePanel
-
Instantiates a new EntityTablePanel instance
- EntityTablePanel(SwingEntityTableModel, EntityEditPanel) - Constructor for class is.codion.swing.framework.ui.EntityTablePanel
-
Instantiates a new EntityTablePanel instance
- EntityTablePanel(SwingEntityTableModel, EntityEditPanel, Consumer<EntityTablePanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityTablePanel
-
Instantiates a new EntityTablePanel instance
- EntityTablePanel(SwingEntityTableModel, Consumer<EntityTablePanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityTablePanel
-
Instantiates a new EntityTablePanel instance
- EntityTablePanel.AutoResizeModeSelection - Enum Class in is.codion.swing.framework.ui
-
Specifies how auto-resize-mode selection is presented.
- EntityTablePanel.ColumnSelection - Enum Class in is.codion.swing.framework.ui
-
Specifies how column selection is presented.
- EntityTablePanel.Config - Class in is.codion.swing.framework.ui
-
Contains configuration settings for a
EntityTablePanel
which must be set before the panel is initialized. - EntityTablePanel.ControlKeys - Class in is.codion.swing.framework.ui
-
The Controls available in a
EntityTablePanel
- EntityTablePanel.EditAttributeSelection - Enum Class in is.codion.swing.framework.ui
-
Specifies how attribute selection is presented for editing the selected records.
- EntityTablePanel.RefreshButtonVisible - Enum Class in is.codion.swing.framework.ui
-
Specifies the refresh button visibility.
- entityType() - Method in interface is.codion.framework.domain.entity.attribute.Attribute
- entityType() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- entityType() - Method in class is.codion.framework.domain.entity.condition.AbstractCondition
- entityType() - Method in interface is.codion.framework.domain.entity.condition.Condition
- entityType() - Method in interface is.codion.framework.domain.entity.condition.ConditionType
- entityType() - Method in interface is.codion.framework.domain.entity.Entity
- entityType() - Method in interface is.codion.framework.domain.entity.Entity.Key
- entityType() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- entityType() - Method in class is.codion.framework.model.AbstractEntityEditModel
- entityType() - Method in class is.codion.framework.model.AbstractEntityTableModel
- entityType() - Method in class is.codion.framework.model.DefaultEntityModel
- entityType() - Method in interface is.codion.framework.model.EntityConditionModel
- entityType() - Method in interface is.codion.framework.model.EntityEditModel
- entityType() - Method in interface is.codion.framework.model.EntityModel
- entityType() - Method in interface is.codion.framework.model.EntityQueryModel
- entityType() - Method in interface is.codion.framework.model.EntitySearchModel
- entityType() - Method in interface is.codion.framework.model.EntityTableModel
- entityType() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- entityType() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
- entityType() - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
- entityType() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- entityType(String) - Method in interface is.codion.framework.domain.DomainType
-
Instantiates a
EntityType
associated with this domain type. - entityType(String, DomainType, String) - Static method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new EntityType instance.
- entityType(String, String) - Method in interface is.codion.framework.domain.DomainType
-
Instantiates a
EntityType
associated with this domain type. - EntityType - Interface in is.codion.framework.domain.entity
-
Defines an Entity type and serves as a Factory for
Attribute
instances associated with this entity type. - entityTypes(EntityType...) - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- EntityValidator - Interface in is.codion.framework.domain.entity
-
Responsible for providing validation for entities.
- entries() - Method in interface is.codion.common.logging.MethodLogger
- entries() - Method in interface is.codion.common.rmi.server.ClientLog
- entrySet() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns an unmodifiable view of the entries in this Entity, note that attributes based on derived values are not included.
- ENUM_TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.EnumEntity
- enumValue(String, Class<T>) - Static method in class is.codion.common.Configuration
-
Creates an enum configuration value
- enumValue(String, Class<T>) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given enum property
- enumValue(String, Class<T>, T) - Static method in class is.codion.common.Configuration
-
Creates an enum configuration value
- enumValue(String, Class<T>, T) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given enum property
- environmentInfo() - Method in class is.codion.tools.monitor.model.ServerMonitor
- equal() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- equal() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.Fields
- EQUAL - Enum constant in enum class is.codion.common.Operator
-
α = x
- equalComboBoxModel() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- equals(int, int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.RowColumn
- equals(Object) - Method in class is.codion.common.db.report.AbstractReport
- equals(Object) - Method in class is.codion.framework.domain.entity.condition.AbstractCondition
- equalSearchModel() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- equalTo(Entity) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyCondition.Factory
-
Returns a 'equalTo'
Condition
or 'isNull' in case the value is null. - equalTo(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'equalTo'
ColumnCondition
or 'isNull' in case the value is null. - equalToIgnoreCase(Character) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'equalTo'
ColumnCondition
or 'isNull' in case the value is null. - equalToIgnoreCase(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'equalTo'
ColumnCondition
or 'isNull' in case the value is null. - equalValues(Entity) - Method in interface is.codion.framework.domain.entity.Entity
-
Compares the values of all attributes in the given entity to the values in this entity instance.
- equalValues(Entity, Collection<? extends Attribute<?>>) - Method in interface is.codion.framework.domain.entity.Entity
-
Compares the values of the given attributes in the given entity to the values in this entity instance.
- error() - Static method in class is.codion.common.i18n.Messages
- errorCode() - Method in exception is.codion.common.db.exception.DatabaseException
-
Returns the underlying error code, note that this is only available when running with a local database connection.
- errorMessage(SQLException, Database.Operation) - Method in class is.codion.common.db.database.AbstractDatabase
- errorMessage(SQLException, Database.Operation) - Method in interface is.codion.common.db.database.Database
-
Returns a user-friendly error message for the given exception, otherwise simply return the message from
exception
- escapeAction(Action) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
An escape action is triggered by the Escape key
- event() - Static method in interface is.codion.common.event.Event
-
Creates a new
Event
. - Event<T> - Interface in is.codion.common.event
-
An event class implementing the
Observer
interface. - exception() - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Result
- exception(SQLException, Database.Operation) - Method in class is.codion.common.db.database.AbstractDatabase
- exception(SQLException, Database.Operation) - Method in interface is.codion.common.db.database.Database
-
Maps the given SQLException to a DatabaseException.
- EXCEPTION - Enum constant in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
- exceptionDialog() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- ExceptionDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
An exception dialog builder.
- exceptions(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- execute() - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
-
Builds and executes this copy operation
- execute() - Method in interface is.codion.framework.db.EntityConnection.BatchCopy
-
Executes this copy operation
- execute() - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
-
Builds and executes this insert operation
- execute() - Method in interface is.codion.framework.db.EntityConnection.BatchInsert
-
Executes this batch insert
- execute() - Method in interface is.codion.framework.db.EntityConnection.Transactional
- execute() - Method in interface is.codion.framework.db.EntityConnection.TransactionalResult
- execute() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
-
Builds and executes a new
ProgressWorker
based on this builder - execute() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ResultTask
-
Executes the task.
- execute() - Method in interface is.codion.swing.common.ui.control.Control.Command
-
Executes the command task.
- execute() - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
-
Builds and executes a new
ProgressWorker
based on this builder - execute(C, T) - Method in interface is.codion.common.db.operation.DatabaseFunction
-
Executes this function using the given connection
- execute(C, T) - Method in interface is.codion.common.db.operation.DatabaseProcedure
-
Executes this procedure using the given connection
- execute(FunctionType<C, T, R>) - Method in interface is.codion.framework.db.EntityConnection
-
Executes the function with the given type with no arguments
- execute(FunctionType<C, T, R>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Executes the function with the given type with no arguments
- execute(FunctionType<C, T, R>, T) - Method in interface is.codion.framework.db.EntityConnection
-
Executes the function with the given type
- execute(FunctionType<C, T, R>, T) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Executes the function with the given type
- execute(ProcedureType<C, T>) - Method in interface is.codion.framework.db.EntityConnection
-
Executes the procedure with the given type with no arguments
- execute(ProcedureType<C, T>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Executes the procedure with the given type with no arguments
- execute(ProcedureType<C, T>, T) - Method in interface is.codion.framework.db.EntityConnection
-
Executes the procedure with the given type
- execute(ProcedureType<C, T>, T) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Executes the procedure with the given type
- execute(ProgressWorker.ProgressReporter<V>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ProgressResultTask
-
Executes the task.
- execute(ActionEvent) - Method in interface is.codion.swing.common.ui.control.Control.ActionCommand
-
Executes the command task.
- executor(Executor) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- executor(Executor) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
-
By default the http client uses a shared thread pool executor.
- executor(Executor) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
-
By default the http client uses a shared thread pool executor.
- exists() - Method in interface is.codion.framework.domain.entity.Entity
- exists() - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
The default exists predicate returns true if the entity has a non-null original primary key, which is a best guess about an entity existing in a database.
- exists() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
- exists(Predicate<Entity>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the predicate to use when checking if an entity of this type exists in the database.
- exit() - Static method in class is.codion.framework.i18n.FrameworkMessages
- exit() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Exits this application.
- exit(String) - Method in interface is.codion.common.logging.MethodLogger
- exit(String, Exception) - Method in interface is.codion.common.logging.MethodLogger
- exit(String, Exception, String) - Method in interface is.codion.common.logging.MethodLogger
- exitMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- exitObserver() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
To cancel the exit add a listener throwing a
CancelException
. - exitTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- EXPAND - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout.ControlKeys
-
Expands the detail panel all the way to the left, hiding the parent.
Default key stroke: SHIFT-CTRL-ALT LEFT ARROW - expandAll(JTree, TreePath) - Static method in class is.codion.swing.common.ui.Utilities
-
Expands all the paths from a parent in the given tree
- export() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- expression() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Note: returns null when used in a remote connection context.
- expression(String) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
The expression is used when the column is being selected or used in query conditions.
- extendedState(int) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
F
- factory() - Static method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- factory() - Static method in class is.codion.swing.framework.ui.EntityTableCellRenderer
- factory(Column<T>) - Static method in interface is.codion.framework.domain.entity.condition.ColumnCondition
-
Instantiates a new
ColumnCondition.Factory
instance - factory(ForeignKey) - Static method in interface is.codion.framework.domain.entity.condition.ForeignKeyCondition
-
Instantiates a new
ForeignKeyCondition.Factory
instance - factory(ListModel<T>) - Static method in interface is.codion.swing.common.ui.component.list.ListBuilder
- failedRequests() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- failedRequestsPerSecond() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- failure() - Method in class is.codion.common.model.FilterModel.AbstractRefresher
- failure() - Method in interface is.codion.common.model.FilterModel.Refresher
- failure(String, Exception) - Static method in interface is.codion.tools.loadtest.LoadTest.Scenario.Result
- fetchConnection() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
-
Fetches a connection from the underlying pool.
- fetchDepth() - Method in interface is.codion.framework.db.EntityConnection.Select
- fetchDepth() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- fetchDepth(int) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Limit the levels of foreign keys to fetch
- fetchDepth(ForeignKey) - Method in interface is.codion.framework.db.EntityConnection.Select
-
Returns the number of levels of foreign key values to fetch, with 0 meaning the referenced entity should not be fetched, -1 no limit and an empty Optional if the global limit should be used (
EntityConnection.Select.fetchDepth()
). - fetchDepth(ForeignKey, int) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Limit the levels of foreign keys to fetch via the given foreign key
- fieldFactory(ColumnConditionPanel.FieldFactory) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.Builder
- fields() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- file() - Static method in class is.codion.framework.i18n.FrameworkMessages
- fileDataFlavor(TransferHandler.TransferSupport) - Static method in class is.codion.swing.common.ui.FileTransferHandler
- fileFilter(FileFilter) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- FileInputPanel - Class in is.codion.swing.common.ui.component.text
-
For instances use the
FileInputPanel.builder()
method. - FileInputPanel.Builder<T> - Interface in is.codion.swing.common.ui.component.text
-
Builds a
FileInputPanel
- FileInputPanel.BuilderFactory - Interface in is.codion.swing.common.ui.component.text
-
Provides either a
Path
or a byte array basedFileInputPanel.Builder
. - fileMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- filePathField(Consumer<TextFieldBuilder<String, JTextField, ?>>) - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.Builder
-
The field has already been rendered non-editable, use
TextComponentBuilder.editable(boolean)
to revert. - fileReport(String) - Static method in class is.codion.plugin.jasperreports.JasperReports
-
Instantiates a JRReport for a file based report, either loaded from a URL or from the filesystem.
- fileReport(String, boolean) - Static method in class is.codion.plugin.jasperreports.JasperReports
-
Instantiates a JRReport for a file based report, either loaded from a URL or from the filesystem.
- files() - Method in interface is.codion.common.logging.LoggerProxy
- files() - Method in class is.codion.plugin.log4j.Log4jProxy
- files() - Method in class is.codion.plugin.logback.LogbackProxy
- fileSelectionDialog() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- FileSelectionDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
A builder for a file/directory selection dialog
- FileTransferHandler - Class in is.codion.swing.common.ui
-
Handles the importing of files during drag'n drop operations.
- FileTransferHandler() - Constructor for class is.codion.swing.common.ui.FileTransferHandler
- fill(Connection, P) - Method in interface is.codion.common.db.report.Report
-
Loads and fills the report using the given database connection
- fillReport(JRReport, JRDataSource) - Static method in class is.codion.plugin.jasperreports.JasperReports
-
Fills the report using the data source wrapped by the given data wrapper
- fillReport(JRReport, JRDataSource, Map<String, Object>) - Static method in class is.codion.plugin.jasperreports.JasperReports
-
Fills the report using the given data.
- filter() - Method in interface is.codion.common.model.FilterModel.Items
-
Filters the items according to the predicate specified by
FilterModel.VisibleItems.predicate()
. - filter() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
- filter() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- filter() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- FILTER_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing the filter panel controls. - FILTER_VIEW - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies the default initial table filter panel view Value type:
ConditionPanel.ConditionView
Default value:ConditionPanel.ConditionView.HIDDEN
- FilterComboBoxModel<T> - Interface in is.codion.swing.common.model.component.combobox
-
A combo box model based on
FilterModel
. - FilterComboBoxModel.Builder<T> - Interface in is.codion.swing.common.model.component.combobox
-
Builds a
FilterComboBoxModel
- FilterComboBoxModel.ComboBoxItems<T> - Interface in is.codion.swing.common.model.component.combobox
- FilterComboBoxModel.ComboBoxSelection<T> - Interface in is.codion.swing.common.model.component.combobox
- FilterComboBoxModel.ItemFinder<T,
V> - Interface in is.codion.swing.common.model.component.combobox -
Responsible for finding an item of type
FilterComboBoxModel.ItemFinder
by a single value of typeFilterComboBoxModel.ItemFinder
. - filtered() - Method in interface is.codion.common.model.FilterModel.Items
- filteredBackground() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- filteredBackground() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
- filteredBackground(boolean, Color) - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- filteredBackground(boolean, Color) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
- filterFieldFactory(ColumnConditionPanel.FieldFactory) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- filterIndicator() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- filterIndicator(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- filterModel() - Method in class is.codion.framework.model.AbstractEntityTableModel
- filterModel() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- FilterModel<T> - Interface in is.codion.common.model
-
Specifies a data model that can be filtered to hide some or all of the items it contains.
- FilterModel.AbstractRefresher<T> - Class in is.codion.common.model
-
An abstract base implementation of
FilterModel.Refresher
. - FilterModel.FilteredItems<T> - Interface in is.codion.common.model
- FilterModel.Items<T> - Interface in is.codion.common.model
-
A
Mutable
controlling the items in aFilterModel
- FilterModel.Refresher<T> - Interface in is.codion.common.model
-
Handles refreshing data for a
FilterModel
. - FilterModel.VisibleItems<T> - Interface in is.codion.common.model
- filterModelFactory(TableConditionModel.ConditionModelFactory<C>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- filterNoun() - Static method in class is.codion.framework.i18n.FrameworkMessages
- filterPanelFactory(TableConditionPanel.Factory<C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- filters() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- filters() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- filters() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- filterSelected() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ComboBoxSelection
-
Specifies whether filtering the model affects the currently selected item.
- filterSelected(boolean) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Specifies whether filtering the model affects the currently selected item.
- FilterTable<R,
C> - Class in is.codion.swing.common.ui.component.table -
A JTable implementation for
FilterTableModel
. - FilterTable.Builder<R,
C> - Interface in is.codion.swing.common.ui.component.table -
A builder for a
FilterTable
- FilterTable.CenterOnScroll - Enum Class in is.codion.swing.common.ui.component.table
-
Specifies whether to center the scrolled to row and or column.
- FilterTable.ControlKeys - Class in is.codion.swing.common.ui.component.table
-
The controls.
- FilterTable.Export - Interface in is.codion.swing.common.ui.component.table
-
Exports the table data to a String.
- filterTableCellEditor(Supplier<ComponentValue<T, ? extends JComponent>>) - Static method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor
-
Creates a new default
FilterTableCellEditor
instance. - FilterTableCellEditor<T> - Interface in is.codion.swing.common.ui.component.table
-
A
TableCellEditor
implementation forFilterTable
. - FilterTableCellEditor.Factory<C> - Interface in is.codion.swing.common.ui.component.table
-
A factory for
TableCellEditor
instances. - FilterTableCellRenderer<T> - Interface in is.codion.swing.common.ui.component.table
- FilterTableCellRenderer.Builder<R,
C, T> - Interface in is.codion.swing.common.ui.component.table -
Builds a
FilterTableCellRenderer
- FilterTableCellRenderer.ColorProvider<R,
C, T> - Interface in is.codion.swing.common.ui.component.table -
Provides a color to override the default color for table cells.
- FilterTableCellRenderer.DefaultUISettings - Class in is.codion.swing.common.ui.component.table
-
A default
FilterTableCellRenderer.UISettings
implementation. - FilterTableCellRenderer.Factory<R,
C> - Interface in is.codion.swing.common.ui.component.table -
A factory for
FilterTableCellRenderer
instances. - FilterTableCellRenderer.UISettings - Interface in is.codion.swing.common.ui.component.table
-
Represents the UI cell colors according to the look and feel.
- filterTableColumn(int) - Static method in class is.codion.swing.common.ui.component.table.FilterTableColumn
-
Instantiates a new index based
FilterTableColumn
. - filterTableColumn(C, int) - Static method in class is.codion.swing.common.ui.component.table.FilterTableColumn
-
Instantiates a new
FilterTableColumn
. - FilterTableColumn<C> - Class in is.codion.swing.common.ui.component.table
-
A
TableColumn
with a typed identifier. - FilterTableColumn.Builder<C> - Interface in is.codion.swing.common.ui.component.table
-
A builder for
FilterTableColumn
instances. - filterTableColumnComponentPanel(FilterTableColumnModel<C>, Map<C, ? extends JComponent>) - Static method in class is.codion.swing.common.ui.component.table.FilterTableColumnComponentPanel
-
Instantiates a new
FilterTableColumnComponentPanel
. - FilterTableColumnComponentPanel<C> - Class in is.codion.swing.common.ui.component.table
-
A panel that synchronizes child component sizes and positions to table columns.
- FilterTableColumnModel<C> - Interface in is.codion.swing.common.ui.component.table
-
A TableColumnModel handling hidden columns.
- FilterTableColumnModel.HiddenColumns<C> - Interface in is.codion.swing.common.ui.component.table
-
Observes the hidden columns
- FilterTableColumnModel.VisibleColumns<C> - Interface in is.codion.swing.common.ui.component.table
-
Controls the visible columns
- filterTableConditionPanel(TableConditionModel<C>, Map<C, ConditionPanel<?>>, FilterTableColumnModel<C>, Consumer<TableConditionPanel<C>>) - Static method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- FilterTableConditionPanel<C> - Class in is.codion.swing.common.ui.component.table
-
A default filter table condition panel.
- FilterTableModel<R,
C> - Interface in is.codion.swing.common.model.component.table -
Specifies a table model supporting selection as well as filtering.
- FilterTableModel.Builder<R,
C> - Interface in is.codion.swing.common.model.component.table -
A builder for a
FilterTableModel
. - FilterTableModel.Columns<R,
C> - Interface in is.codion.swing.common.model.component.table -
Specifies the columns for a table model
- FilterTableModel.RefreshStrategy - Enum Class in is.codion.swing.common.model.component.table
-
Specifies how the data in a table model is refreshed.
- FilterTableModel.TableSelection<R> - Interface in is.codion.swing.common.model.component.table
-
A selection model for a
FilterTableModel
. - FilterTableSearchModel - Interface in is.codion.swing.common.ui.component.table
-
Handles searching through a
FilterTable
- FilterTableSearchModel.RowColumn - Interface in is.codion.swing.common.ui.component.table
-
Holds a row/column coordinate
- FilterTableSortModel<R,
C> - Interface in is.codion.swing.common.model.component.table -
Handles the column sorting states for a
FilterTableModel
. - FilterTableSortModel.ColumnSortOrder<C> - Interface in is.codion.swing.common.model.component.table
-
Specifies a sorting state for a column.
- filterVerb() - Static method in class is.codion.framework.i18n.FrameworkMessages
- filterView(ConditionPanel.ConditionView) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- filterView(ConditionPanel.ConditionView) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- filterView(ConditionPanel.ConditionView) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- find() - Static method in class is.codion.common.i18n.Messages
- find(Entity.Key) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
- findItem(Collection<T>, V) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemFinder
-
Returns the first item in the given collection containing the given
value
. - findLookAndFeelProvider(String) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Returns a look and feel provider with the given classname, if available
- fireTableDataChanged() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Notifies all listeners that all cell values in the table's rows may have changed.
- fireTableDataChanged() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- fireTableRowsUpdated(int, int) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Notifies all listeners that the given rows have changed
- fireTableRowsUpdated(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- firstDayOfWeek(DayOfWeek) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
-
Sets the first day of week, in case it should differ from the one specified by
CalendarPanel.Builder.locale(Locale)
- fixColumnWidths(boolean) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
- fixedCellHeight(int) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder
- fixedCellWidth(int) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder
- fixedColumnWidth(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Also enables the fixed column widths.
- fixedRowHeight(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Also enables the fixed row heights.
- fixRowHeights(boolean) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
- flexibleGridLayout() - Static method in class is.codion.swing.common.ui.layout.Layouts
-
Creates a FlexibleGridLayout.Builder using the default vertical and horizontal gap value
- flexibleGridLayout(int, int) - Static method in class is.codion.swing.common.ui.layout.Layouts
-
Creates a FlexibleGridLayout using the default vertical and horizontal gap value, with neither row heights nor column widths fixed.
- FlexibleGridLayout - Class in is.codion.swing.common.ui.layout
-
Grid Layout which allows components of different sizes.
- FlexibleGridLayout.Builder - Interface in is.codion.swing.common.ui.layout
-
A builder for
FlexibleGridLayout
. - flexibleGridLayoutPanel(int, int) - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a new
PanelBuilder
instance using a newFlexibleGridLayout
with the default horizontal and vertical gap. - floatable(boolean) - Method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- flowLayout(int) - Static method in class is.codion.swing.common.ui.layout.Layouts
-
Creates a FlowLayout using the default vertical and horizontal gap value
- flowLayoutPanel(int) - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a new
PanelBuilder
instance using a newFlowLayout
with the default horizontal and vertical gap. - flushUserPreferences() - Static method in class is.codion.common.model.UserPreferences
-
Flushes the preferences to disk
- FOCUS_LOST - Enum constant in enum class is.codion.swing.common.ui.component.text.UpdateOn
-
Update when field loses focus.
- focusable(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- focusable(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- focusAccelerator(char) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- focusActivation(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- focusCycleRoot(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- focusCycleRoot(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- FOCUSED_CELL_BORDER_THICKNESS - Static variable in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- focusedCellBorder() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- focusedCellBorder() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
- focusGainedObserver() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- focusGainedObserver() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
-
The default implementation returns an empty Optional.
- focusListener(FocusListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- focusListener(FocusListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- focusLostBehaviour(int) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- focusLostBehaviour(int) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- focusPainted(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- font() - Method in interface is.codion.swing.common.ui.control.Control
- font(Font) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- font(Font) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- font(Font) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- FontImageIcon - Interface in is.codion.swing.common.ui.icon
-
A FontImageIcon
- FontImageIcon.Builder - Interface in is.codion.swing.common.ui.icon
-
A builder for a FontImageIcon.
- FontImageIcon.IconPainter - Interface in is.codion.swing.common.ui.icon
-
Paints a FontIcon onto an Image Icon
- FontImageIcon.ImageIconFactory - Interface in is.codion.swing.common.ui.icon
-
Creates a ImageIcon on which to paint the FontIcon
- fontSizeSelectionDialog() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- FontSizeSelectionDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
Builds a dialog for selecting the font size.
- FOR_UPDATE - Static variable in class is.codion.common.db.database.AbstractDatabase
-
FOR UPDATE
- FOR_UPDATE_NOWAIT - Static variable in class is.codion.common.db.database.AbstractDatabase
-
FOR UPDATE NOWAIT
- foreground() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- foreground() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
-
The table foreground color associated with the
Table.foreground
UI key - foreground() - Method in interface is.codion.swing.common.ui.control.Control
- foreground(FilterTableCellRenderer.ColorProvider<R, C, T>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- foreground(Color) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- foreground(Color) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- foreground(Color) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- foreign() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey.Reference
- FOREIGN_KEY_FETCH_DEPTH - Static variable in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
-
Specifies the default foreign key fetch depth Value type: Integer Default value: 1
- foreignKey() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey.ForeignKeyDefiner
-
Instantiates a
ForeignKeyDefinition.Builder
instance, using the fetch depth specified byForeignKeyDefinition.FOREIGN_KEY_FETCH_DEPTH
- foreignKey() - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- foreignKey() - Method in interface is.codion.framework.model.ForeignKeyDetailModelLink
- foreignKey(int) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey.ForeignKeyDefiner
-
Instantiates a
ForeignKeyDefinition.Builder
instance. - foreignKey(EntityType, String, List<ForeignKey.Reference<?>>) - Static method in interface is.codion.framework.domain.entity.attribute.ForeignKey
-
Creates a new
ForeignKey
based on the given entityType and references. - foreignKey(String, Column<A>, Column<A>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
ForeignKey
based on the given attributes. - foreignKey(String, Column<A>, Column<A>, Column<B>, Column<B>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
ForeignKey
based on the given columns. - foreignKey(String, Column<A>, Column<A>, Column<B>, Column<B>, Column<C>, Column<C>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
ForeignKey
based on the given columns. - foreignKey(String, List<ForeignKey.Reference<?>>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
ForeignKey
based on the given references. - ForeignKey - Interface in is.codion.framework.domain.entity.attribute
-
An
Attribute
representing a foreign key relation. - ForeignKey.ForeignKeyDefiner - Interface in is.codion.framework.domain.entity.attribute
-
Provides
ForeignKeyDefinition.Builder
instances. - ForeignKey.Reference<T> - Interface in is.codion.framework.domain.entity.attribute
-
Represents a foreign key reference between columns.
- foreignKeyColumn(Column<?>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- foreignKeyComboBox(ForeignKey, EntityComboBoxModel) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a foreign key ComboBox builder based on the given foreign key.
- foreignKeyComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Returns the
EntityComboBoxModel
for the given foreign key attribute. - foreignKeyComboBoxPanel(ForeignKey, EntityComboBoxModel, Supplier<EntityEditPanel>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a builder for a foreign key combo box panel with optional buttons for adding and editing items.
- foreignKeyComboBoxPreferredWidth() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.Defaults
- ForeignKeyCondition - Interface in is.codion.framework.domain.entity.condition
-
A ForeignKey based condition.
- ForeignKeyCondition.Factory - Interface in is.codion.framework.domain.entity.condition
-
Creates
ForeignKeyCondition
s. - ForeignKeyConditionModel - Class in is.codion.framework.model
-
A default foreign key condition model using
EntitySearchModel
for both theOperator.EQUAL
andOperator.IN
operands. - ForeignKeyConditionModel.Builder - Interface in is.codion.framework.model
-
A builder for a
ForeignKeyConditionModel
- ForeignKeyDefinition - Interface in is.codion.framework.domain.entity.attribute
-
Represents a reference to another entity, typically but not necessarily based on a foreign key.
- ForeignKeyDefinition.Builder - Interface in is.codion.framework.domain.entity.attribute
-
Builds a
ForeignKeyDefinition
. - foreignKeyDetailModelLink() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- ForeignKeyDetailModelLink<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 based on a foreign key.
- foreignKeyFetchDepths() - Method in interface is.codion.framework.db.EntityConnection.Select
-
Returns a map containing the number of levels of foreign key values to fetch per foreign key, with 0 meaning no referenced entities should be fetched, -1 no limit.
- foreignKeyLabel(ForeignKey) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a foreign key label builder based on the given foreign key.
- foreignKeys() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- foreignKeySearchField(ForeignKey, EntitySearchModel) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a foreign key search field builder based on the given foreign key.
- foreignKeySearchFieldColumns() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.Defaults
-
Controls the default number of columns in text fields, -1 for not setting the columns
- foreignKeySearchFieldPanel(ForeignKey, EntitySearchModel) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a builder for a foreign key search field panel with an optional button for performing a search.
- foreignKeySearchFieldPanel(ForeignKey, EntitySearchModel, Supplier<EntityEditPanel>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a builder for a foreign key search field panel with optional buttons for adding and editing items.
- foreignKeySearchModel(ForeignKey) - Method in class is.codion.framework.model.AbstractEntityEditModel
- foreignKeySearchModel(ForeignKey) - Method in interface is.codion.framework.model.EntityEditModel
- foreignKeyTextField(ForeignKey) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates foreign key text field builder for the given foreign key, read-only and non-focusable.
- format() - Method in interface is.codion.common.model.condition.ConditionModel
- format() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns the Format used when presenting values for this attribute, null if none has been specified.
- format() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- format() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- format(Object) - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues
- format(Format) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- format(Format) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the Format to use when presenting attribute values
- format(Format) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
-
Associates the given format with the text field.
- formatValue(String, String) - Method in interface is.codion.common.property.PropertyStore.PropertyFormatter
-
Formats the given value.
- forUpdate() - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Marks the Select instance as a FOR UPDATE query, this means the resulting rows will be locked by the given connection until unlocked by running another (non select for update) query on the same connection or performing an update.
- forUpdate() - Method in interface is.codion.framework.db.EntityConnection.Select
- forwardAction() - Static method in class is.codion.swing.common.ui.key.TransferFocusOnEnter
-
Instantiates an Action for transferring keyboard focus forward.
- frame(JComponent) - Static method in class is.codion.swing.common.ui.Windows
- FRAME - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.WindowType
-
Display panels in a JFrame
- frameSize(Dimension) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- frameSupplier(Supplier<JFrame>) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- frameTitle(ValueObserver<String>) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
-
For a dynamic frame title.
- frameTitle(String) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- FRAMEWORK_ICONS_CLASSNAME - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Specifies the name of the
FrameworkIcons
implementation class to use. - FRAMEWORK_VERSION_COLUMN - Enum constant in enum class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns.Id
- FrameworkIcons - Interface in is.codion.swing.framework.ui.icon
-
Provides icons for framework ui components.
- FrameworkIkonHandler - Class in is.codion.swing.framework.ui.icon
- FrameworkIkonHandler() - Constructor for class is.codion.swing.framework.ui.icon.FrameworkIkonHandler
- FrameworkMessages - Class in is.codion.framework.i18n
-
A class containing shared i18n messages used by the framework.
- frameworkVersion() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- from() - Method in interface is.codion.framework.domain.entity.query.SelectQuery
- from(String) - Method in interface is.codion.framework.domain.entity.query.SelectQuery.Builder
-
Specifies the from clause to use.
- fromColumnValue(C) - Method in interface is.codion.framework.domain.entity.attribute.Column.Converter
-
Translates the given sql column value into a column value.
- fullReportPath() - Method in class is.codion.common.db.report.AbstractReport
-
This default implementation uses
Report.fullReportPath(String)
. - fullReportPath(String) - Static method in interface is.codion.common.db.report.Report
-
Returns a full report path, combined from the report location specified by
Report.REPORT_PATH
and the given report path. - function(FunctionType<C, T, R>) - Method in interface is.codion.framework.domain.Domain
-
Retrieves the function of the given type.
- function(FunctionType<C, T, R>) - Method in class is.codion.framework.domain.DomainModel
- functions() - Method in interface is.codion.framework.domain.Domain
- functions() - Method in class is.codion.framework.domain.DomainModel
- functionType(String) - Static method in interface is.codion.common.db.operation.FunctionType
-
Creates a
FunctionType
with the given name and types. - FunctionType<C,
T, R> - Interface in is.codion.common.db.operation
G
- gap(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
- GAP - Static variable in class is.codion.swing.common.ui.layout.Layouts
-
Specifies the default horizontal and vertical component gap, used by the layout factory methods, by default this is 5
- gcEvents() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- gcEvents(long) - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- gcEvents(long) - Method in interface is.codion.common.rmi.server.ServerAdmin
- gcEventsDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- gcName() - Method in interface is.codion.common.rmi.server.ServerAdmin.GcEvent
- generated() - Method in interface is.codion.framework.domain.entity.EntityDefinition.PrimaryKey
-
Returns true if the value for the primary key of this entity is generated with a
KeyGenerator
. - generator() - Method in interface is.codion.framework.domain.entity.EntityDefinition.PrimaryKey
- get() - Method in interface is.codion.common.model.condition.TableConditionModel
- get() - Method in interface is.codion.common.observer.Observable
- get() - Method in class is.codion.common.value.AbstractValue
- get() - Method in interface is.codion.common.value.ValueObserver
- get() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.ValueSupplier
- get() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns the value of this key.
- get() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
- get() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Columns
- get() - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- get() - Method in interface is.codion.framework.model.EntityQueryModel
-
Performs a query and returns the result.
- get() - Method in class is.codion.swing.common.model.component.button.NullableToggleButtonModel.ToggleState
- get() - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Export
- get() - Method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- get() - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
- get() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
- get(int) - Method in interface is.codion.swing.common.ui.control.Controls
- get(C) - Method in interface is.codion.common.model.condition.TableConditionModel
-
The condition model associated with
identifier
- get(C) - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
- get(Attribute<T>) - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttribute.SourceValues
-
Returns the source value associated with the given attribute.
- get(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the value associated with
attribute
. - get(Column<T>) - Method in interface is.codion.framework.domain.entity.Entity.Key
- get(DerivedAttribute.SourceValues) - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttribute.Provider
- get(ForeignKey) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Filter
-
Returns a filter based on the given foreign key
- get(EntityType) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
-
Returns the foreign keys referencing entities of the given type
- get(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
-
Returns the attribute with the given name, null if none is found.
- get(String) - Static method in class is.codion.swing.common.ui.SwingMessages
-
Retrieves the locale string associated with the given key
- get(ResultSet) - Method in interface is.codion.common.db.result.ResultPacker
-
Fetches a single instance from the given result set, assuming
ResultSet.next()
has been called - get(ResultSet, int) - Method in interface is.codion.framework.domain.entity.attribute.Column.Fetcher
-
Fetches a single value from a ResultSet
- get(ResultSet, int) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Fetches a value for this column from a ResultSet
- getAdmin() - Method in class is.codion.common.rmi.server.AbstractServer
- getAfterInsertFocusComponent() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- getCleanupInterval() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- getColumn(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- getColumnClass(int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getColumnClass(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Returns the class of the column with the given identifier
- getColumnClass(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getColumnCount() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getColumnModel() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- getColumnName(int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getComponentValue() - Method in class is.codion.swing.common.ui.component.value.AbstractComponentValue
-
Returns the value from the underlying component
- getConnection() - Method in interface is.codion.common.db.connection.DatabaseConnection
-
Returns the underlying connection object.
- getConnectionLimit() - Method in class is.codion.common.rmi.server.AbstractServer
- getConnectionLimit() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- getConnectionLimit() - Method in interface is.codion.common.rmi.server.ServerAdmin
- getConnectionPoolCleanupInterval(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getDefaultQueryTimeout() - Method in interface is.codion.framework.db.local.LocalEntityConnection
- getDocumentCase() - Method in class is.codion.swing.common.ui.component.text.CaseDocumentFilter
- getDocumentFilter() - Method in class is.codion.swing.common.ui.component.text.SizedDocument
- getFieldValue(JRField) - Method in class is.codion.plugin.jasperreports.JasperReportsDataSource
-
Returns value of the attribute with the name
field.getName()
- getFontFamily() - Method in class is.codion.swing.framework.ui.icon.FrameworkIkonHandler
- getFontResource() - Method in class is.codion.swing.framework.ui.icon.FrameworkIkonHandler
- getFontResourceAsStream() - Method in class is.codion.swing.framework.ui.icon.FrameworkIkonHandler
- getIdentifier() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- getIdleConnectionTimeout() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- getIdleConnectionTimeout() - Method in interface is.codion.framework.server.EntityServerAdmin
-
Returns the idle connection timeout in ms
- getImage() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
- getImageHeight() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
- getImageOrigin() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Gets the image origin.
- getImageWidth() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
- getInitialFocusComponent() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- getLocalDate() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- getLocalDateTime() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- getLogLevel() - Method in interface is.codion.common.logging.LoggerProxy
- getLogLevel() - Method in interface is.codion.framework.server.EntityServerAdmin
- getLogLevel() - Method in class is.codion.plugin.jul.JulProxy
- getLogLevel() - Method in class is.codion.plugin.log4j.Log4jProxy
- getLogLevel() - Method in class is.codion.plugin.logback.LogbackProxy
- getMaintenanceInterval() - Method in class is.codion.common.rmi.server.AbstractServer
- getMaintenanceInterval() - Method in interface is.codion.framework.server.EntityServerAdmin
- getMaintenanceInterval() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- getMaximumCheckOutTime() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- getMaximumConnectionPoolSize(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getMaximumFractionDigits() - Method in class is.codion.swing.common.ui.component.text.NumberField
- getMaximumLength() - Method in class is.codion.swing.common.ui.component.text.SizedDocument
- getMaximumPoolCheckOutTime(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getMaximumPoolSize() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- getMaximumValue() - Method in class is.codion.swing.common.ui.component.text.NumberField
- getMethodLogger() - Method in interface is.codion.common.db.connection.DatabaseConnection
- getMinimumConnectionPoolSize(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getMinimumPoolSize() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- getMinimumValue() - Method in class is.codion.swing.common.ui.component.text.NumberField
- getModel() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- getModel() - Method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
- getModel() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- getOrThrow() - Method in interface is.codion.common.property.PropertyValue
-
Returns the underlying value, if the value is null then a
IllegalStateException
is thrown. - getOrThrow(String) - Method in interface is.codion.common.property.PropertyValue
-
Returns the underlying value, if the value is null then a
IllegalStateException
is thrown. - getPooledConnectionIdleTimeout(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getProperty(String) - Method in interface is.codion.common.property.PropertyStore
-
Retrieves the value for the given property, null if no value is present
- getRowCount() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getScale() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
- getSelectedItem() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- getString(String) - Method in interface is.codion.common.resource.MessageBundle
- getString(String, String, String) - Method in interface is.codion.common.resource.Resources
-
Returns a value for overriding the default resource value or the default string if no override is provided
- getStringAt(int, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Returns a String representation of the value for the given row and column.
- getStringAt(int, Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getTemporal() - Method in class is.codion.swing.common.ui.component.text.TemporalField
- getTemporal() - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- getText() - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- getUpdateInterval() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- getUserPreference(String, String) - Static method in class is.codion.common.model.UserPreferences
- getValue() - Method in class is.codion.common.value.AbstractValue
-
Returns the actual internal value.
- getValue() - Method in class is.codion.swing.common.ui.component.value.AbstractComponentValue
- getValueAt(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getZoom() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Gets the current zoom level.
- getZoomDevice() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Gets the current zoom device.
- getZoomIncrement() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Gets the current zoom increment.
- GREATER_THAN - Enum constant in enum class is.codion.common.Operator
-
α > x
- GREATER_THAN_OR_EQUAL - Enum constant in enum class is.codion.common.Operator
-
α ≥ x
- greaterThan(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'greaterThan'
ColumnCondition
. - greaterThanOrEqualTo(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'greaterThanOrEqualTo'
ColumnCondition
. - gridLayout(int, int) - Static method in class is.codion.swing.common.ui.layout.Layouts
-
Creates a GridLayout using the default vertical and horizontal gap value
- gridLayoutPanel(int, int) - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a new
PanelBuilder
instance using a newGridLayout
with the default horizontal and vertical gap. - group(State...) - Static method in interface is.codion.common.state.State
-
Creates a new
State.Group
instance, which guarantees that only a single state within the group is active at a time - group(Collection<State>) - Static method in interface is.codion.common.state.State
-
Creates a new
State.Group
instance, which guarantees that only a single state within the group is active at a time - groupBy() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- groupBy() - Method in interface is.codion.framework.domain.entity.query.SelectQuery
- groupBy(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies that this column should be grouped by.
- groupBy(String) - Method in interface is.codion.framework.domain.entity.query.SelectQuery.Builder
-
Specifies the group by clause to use, without the GROUP BY keywords.
- groupByType(Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns a LinkedHashMap containing the given entities mapped to their entityTypes, respecting the iteration order of the given collection
- groupByValue(Attribute<T>, Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns a LinkedHashMap containing the given entities mapped to the value of
attribute
, respecting the iteration order of the given collection - GROUPING_SEPARATOR - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies the default number grouping separator Value type: Character Default value: The grouping separator for the default locale
- groupingSeparator(char) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- groupingUsed(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- groupingUsed(boolean) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
-
Note that this is overridden by
TextFieldBuilder.format(java.text.Format)
. - groupKeysByType(Collection<Entity.Key>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns a LinkedHashMap containing the given entity keys mapped to their entityTypes, respecting the iteration order of the given collection
H
- H2DatabaseFactory - Class in is.codion.dbms.h2
-
Provides h2 database implementations
- H2DatabaseFactory() - Constructor for class is.codion.dbms.h2.H2DatabaseFactory
- handle() - Method in interface is.codion.framework.model.EntityEditModel.Delete.Result
-
Notifies listeners that a delete has been performed.
- handle() - Method in interface is.codion.framework.model.EntityEditModel.Insert.Result
-
Notifies listeners that an insert has been performed.
- handle() - Method in interface is.codion.framework.model.EntityEditModel.Update.Result
-
Notifies listeners that an update has been performed.
- HANDLE_EDIT_EVENTS - Static variable in interface is.codion.framework.model.EntityTableModel
-
Specifies whether table models handle entity edit events, by replacing updated entities Value type: Boolean Default value: true
- HANDLE_EDIT_EVENTS - Static variable in interface is.codion.swing.framework.model.component.EntityComboBoxModel
-
Specifies whether entity combo box models handle entity edit events, by replacing updated entities and removing deleted ones Value type: Boolean Default value: true
- handleEditEvents() - Method in class is.codion.framework.model.AbstractEntityTableModel
- handleEditEvents() - Method in interface is.codion.framework.model.EntityTableModel
- handleEditEvents(boolean) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
- handlesNull() - Method in interface is.codion.framework.domain.entity.attribute.Column.Converter
-
Unless a Converter handles null, null values are automatically converted to null column values.
- hasDefaultValue() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- hashCode() - Method in class is.codion.common.db.report.AbstractReport
- hashCode() - Method in class is.codion.framework.domain.entity.condition.AbstractCondition
- hasNext() - Method in interface is.codion.common.db.result.ResultIterator
-
Returns true if a row is available in the underlying result set.
- having() - Method in interface is.codion.framework.db.EntityConnection.Count
- having() - Method in interface is.codion.framework.db.EntityConnection.Select
- having() - Method in interface is.codion.framework.domain.entity.query.SelectQuery
- having() - Method in interface is.codion.framework.model.EntityQueryModel
-
Controls the additional HAVING condition, which can be used in conjunction with
EntityQueryModel.conditions()
. - having(Conjunction) - Method in interface is.codion.framework.model.EntityConditionModel
-
Returns a HAVING condition based on enabled condition models which are based on aggregate function columns.
- having(Condition) - Method in interface is.codion.framework.db.EntityConnection.Count.Builder
- having(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Count
- having(Condition) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
The HAVING condition.
- having(String) - Method in interface is.codion.framework.domain.entity.query.SelectQuery.Builder
-
Specifies the having clause to use, without the HAVING keyword.
- header(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Export
- headerRenderer(TableCellRenderer) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- headerValue(Object) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- HELP_URL - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies the URL to the application help Value type: String Default value: https://codion.is/doc/{version}/help/client.html
- hidden() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- hidden() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- hidden(boolean) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies whether this attribute should be hidden in table views
- hidden(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Export
- HIDDEN - Enum constant in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
The condition panel is hidden.
- HIDDEN - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Hidden
- highlightColor(Color) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- highlightColor(Color) - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- HikariConnectionPoolFactory - Class in is.codion.plugin.hikari.pool
-
A HikariCP connection pool based
ConnectionPoolFactory
implementation - HikariConnectionPoolFactory() - Constructor for class is.codion.plugin.hikari.pool.HikariConnectionPoolFactory
- hint() - Method in class is.codion.swing.common.ui.component.text.HintTextField
- hint(String) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
- HintTextField - Class in is.codion.swing.common.ui.component.text
-
A text field which displays a hint when it is not the focus owner and contains no text.
- HintTextField(String) - Constructor for class is.codion.swing.common.ui.component.text.HintTextField
- HintTextField(Document) - Constructor for class is.codion.swing.common.ui.component.text.HintTextField
- HintTextField(Document, String) - Constructor for class is.codion.swing.common.ui.component.text.HintTextField
- HIREDATE - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.common.ui.component.label.LabelBuilder
-
Specifies the default horizontal alignment used in labels Value type: Integer (SwingConstants.LEFT, SwingConstants.RIGHT, SwingConstants.CENTER) Default value:
SwingConstants.LEADING
- HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default horizontal alignment.
- horizontalAlignment() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
- horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
- horizontalBlockIncrement(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- horizontalGap(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
- horizontalScrollBarPolicy(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- horizontalTextPosition(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- horizontalUnitIncrement(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- HostMonitor - Class in is.codion.tools.monitor.model
-
A HostMonitor
- HostMonitor(String, int, User, int) - Constructor for class is.codion.tools.monitor.model.HostMonitor
-
Instantiates a new
HostMonitor
- HostMonitorPanel - Class in is.codion.tools.monitor.ui
-
A HostMonitorPanel
- HostMonitorPanel(HostMonitor) - Constructor for class is.codion.tools.monitor.ui.HostMonitorPanel
-
Instantiates a new HostMonitorPanel
- hostMonitors() - Method in class is.codion.tools.monitor.model.EntityServerMonitor
- hostName() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider
- hostName() - Method in class is.codion.tools.monitor.model.HostMonitor
- hostName(String) - Method in interface is.codion.common.rmi.server.Server.Locator.Builder
- hostName(String) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- hostName(String) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- hostName(String) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- hostName(String) - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
- hostName(String) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider.Builder
- HOSTNAME - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The host on which to locate the http server Value type: String Default value: localhost
- hoursMinutes() - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- hoursMinutesSeconds() - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- hoursMinutesSecondsMilliseconds() - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- HSQLDatabaseFactory - Class in is.codion.dbms.hsqldb
-
Provides hsql database implementations
- HSQLDatabaseFactory() - Constructor for class is.codion.dbms.hsqldb.HSQLDatabaseFactory
- HTTP_SERVER_CLASSPATH_KEYSTORE - Static variable in class is.codion.framework.servlet.EntityService
-
The https keystore to use on the classpath, this will be resolved to a temporary file and set as the codion.server.http.keyStore system property on server start Value type: String Default value: null
- HTTP_SERVER_KEYSTORE_PASSWORD - Static variable in class is.codion.framework.servlet.EntityService
-
Specifies the password for the keystore used for securing http connections.
- HTTP_SERVER_KEYSTORE_PATH - Static variable in class is.codion.framework.servlet.EntityService
-
Specifies the keystore to use for securing http connections.
- HTTP_SERVER_PORT - Static variable in class is.codion.framework.servlet.EntityService
-
The port on which the http server is made available to clients.
- HTTP_SERVER_SECURE - Static variable in class is.codion.framework.servlet.EntityService
-
Specifies whether https should be used.
- HTTP_SERVER_SECURE_PORT - Static variable in class is.codion.framework.servlet.EntityService
-
The port on which the http server is made available to clients.
- HttpEntityConnection - Interface in is.codion.framework.db.http
-
A factory for http based EntityConnection builder.
- HttpEntityConnection.Builder - Interface in is.codion.framework.db.http
-
Builds a http based EntityConnection
- HttpEntityConnectionProvider - Interface in is.codion.framework.db.http
-
A class responsible for managing a HttpEntityConnection.
- HttpEntityConnectionProvider.Builder - Interface in is.codion.framework.db.http
-
Builds a
HttpEntityConnectionProvider
instance. - https(boolean) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- https(boolean) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- https(boolean) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
I
- icon - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- icon() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- icon() - Method in class is.codion.swing.framework.ui.EntityPanel
- icon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- icon(Icon) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- icon(Icon) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- icon(ImageIcon) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- icon(ImageIcon) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
- icon(ImageIcon) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- icon(ImageIcon) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- icon(ImageIcon) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- icon(Ikon) - Method in interface is.codion.swing.common.ui.icon.Icons
-
Retrieves the ImageIcon associated with the given ikon from this FrameworkIcons instance.
- icon(Ikon) - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- ICON_COLOR - Static variable in interface is.codion.swing.common.ui.icon.Icons
-
The icon color Value type: Color Default value: UIManager.getColor("Button.foreground")
- ICON_SIZE - Static variable in interface is.codion.swing.common.ui.icon.Icons
-
The icon size, note that this will affect the size of buttons Value type: Integer Default value: 16
- iconColor(Color) - Method in interface is.codion.swing.common.ui.icon.Icons
-
Sets the icon color
- iconColor(Color) - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- iconPainter(FontImageIcon.IconPainter) - Method in interface is.codion.swing.common.ui.icon.FontImageIcon.Builder
- icons() - Static method in interface is.codion.swing.common.ui.icon.Icons
- Icons - Interface in is.codion.swing.common.ui.icon
-
Provides icons for ui components.
- iconTextGap(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- iconTextGap(int) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.Department
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.EnumEntity
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.Master
- identifier() - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel.ColumnSortOrder
- identifier() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- identifier(int) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Columns
- identifier(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- identifiers() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Columns
- identifiers() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- identifiers() - Method in class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- identifiers() - Method in class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- identity() - Static method in interface is.codion.framework.domain.entity.KeyGenerator
-
Returns a primary key generator based on an IDENTITY type column.
- IDLE_CONNECTION_TIMEOUT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies the default idle client connection timeout in milliseconds.
- idleConnectionTimeout() - Method in interface is.codion.framework.server.EntityServerConfiguration
- idleConnectionTimeout() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- idleConnectionTimeout(int) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- ignoreCase() - Method in interface is.codion.framework.domain.entity.OrderBy.OrderByColumn
- IMAGE_CHANGED_PROPERTY - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Identifies that the image in the panel has changed.
- imageIcon() - Method in interface is.codion.swing.common.ui.icon.FontImageIcon
- imageIcon(String) - Static method in interface is.codion.swing.common.ui.icon.Logos
- imageIconFactory(FontImageIcon.ImageIconFactory) - Method in interface is.codion.swing.common.ui.icon.FontImageIcon.Builder
- imageToPanelPoint(Point2D.Double) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Converts the original image point into this panel's point
- immutable() - Method in interface is.codion.framework.domain.entity.Entity.Copy
-
Returns a mutable copy of this entity.
- immutable() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns an immutable version of this entity, all foreign key entities are also immutable.
- implementation(String) - Method in class is.codion.tools.generator.domain.DomainSource
- implSearchString(EntityDefinition) - Static method in class is.codion.tools.generator.domain.DomainSource
- implSearchValue() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- importData(TransferHandler.TransferSupport) - Method in class is.codion.swing.common.ui.FileTransferHandler
- importFiles(Component, List<File>) - Method in class is.codion.swing.common.ui.FileTransferHandler
-
Called after a successful import
- in() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- in() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.Fields
- in(Entity...) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyCondition.Factory
-
Returns a 'in'
Condition
. - in(Collection<? extends T>) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'in'
ColumnCondition
. - in(Collection<Entity>) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyCondition.Factory
-
Returns a 'in'
Condition
. - in(T...) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'in'
ColumnCondition
. - IN - Enum constant in enum class is.codion.common.Operator
-
α ∈ {x,y,z...}
- INCLUDE_CLEAR_CONTROL - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a 'Clear' control in the popup menu.
- INCLUDE_CONDITIONS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a condition panel.
- INCLUDE_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies whether entity panels should include controls by default Value type: Boolean Default value: true
- INCLUDE_CONTROLS - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout
-
Specifies whether actions to hide detail panels or show them in a dialog should be available to the user, for example in a popup menu or on a toolbar.
- INCLUDE_ENTITY_MENU - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Specifies whether to include a
EntityPopupMenu
on this edit panel, triggered with CTRL-ALT-V by default. - INCLUDE_ENTITY_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a
EntityPopupMenu
on this table, triggered with CTRL-ALT-V. - INCLUDE_FILTERS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a filter panel.
- INCLUDE_LIMIT_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a popup menu for configuring the table model limit.
- INCLUDE_POPUP_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include the default popup menu on entity tables Value type: Boolean Default value: true
- INCLUDE_SUMMARY - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a summary panel.
- INCLUDE_TOGGLE_EDIT_PANEL_CONTROL - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies whether a control for toggling the edit panel is available to the user Value type: Boolean Default value: true
- includeAddButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- includeAddButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- includeAddControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeButtonText(boolean) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
- includeClearControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeConditions(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeControls(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- includeControls(boolean) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- includeDto() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- includeEditAttributeControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeEditButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- includeEditButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- includeEditControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeEntityMenu(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- includeEntityMenu(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeEqualOperators(EntitySearchModel) - Method in interface is.codion.framework.model.ForeignKeyConditionModel.Builder
- includeEqualOperators(EntityComboBoxModel) - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
- includeFilters(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeInOperators(EntitySearchModel) - Method in interface is.codion.framework.model.ForeignKeyConditionModel.Builder
- includeInOperators(EntitySearchModel) - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
- includeLimitMenu(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeMainMenu(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- includeNull(boolean) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
- includeNull(boolean) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
- includePopupMenu(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includePrimaryKeys(boolean) - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- includeSearchButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- includeSelectionModeControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeSouthPanel(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeSummaries(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeText(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
-
Note that setting this to false overrides the caption text from the action, if one is specified.
- includeTime(boolean) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- includeTodayButton(boolean) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- includeToggleEditPanelControl(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- includeToolBar(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- INCREASE_COLUMN_SIZE - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Increases the size of the selected column.
Default key stroke: CTRL-ADD - INCREMENT - Static variable in class is.codion.swing.common.ui.component.text.TemporalField.ControlKeys
-
Increments the date component under the cursor.
Default key stroke: UP ARROW - incrementDecrementEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- incrementWeight() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
-
Increments the weight value assigned to this random item
- incrementWeight(T) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
-
Increments the weight of the given item by one
- indeterminate(boolean) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- indeterminate(boolean) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- indeterminate(boolean) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- index() - Method in interface is.codion.common.model.selection.MultiItemSelection
- indexes() - Method in interface is.codion.common.model.selection.MultiItemSelection
- indexOf(T) - Method in interface is.codion.common.model.FilterModel.VisibleItems
- inIgnoreCase(String...) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'in'
ColumnCondition
. - inIgnoreCase(Collection<String>) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'in'
ColumnCondition
. - initialCaretPosition(TextComponentBuilder.InitialCaretPosition) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
-
Specifies the initial caret position for the component in case an initial value is specified.
- initialDelay(int) - Method in interface is.codion.common.scheduler.TaskScheduler.Builder
- initialDetailState(EntityPanel.PanelState) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
-
Default
EntityPanel.PanelState.EMBEDDED
- initialEditState(EntityPanel.PanelState) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Default
EntityPanel.PanelState.EMBEDDED
- initialFocusAttribute() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Sets the component associated with the given attribute as the component that should receive the initial focus in this edit panel.
- initialFocusComponent() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Sets the component that should receive the focus when the UI is cleared or activated.
- initialize() - Static method in class is.codion.swing.common.ui.UiManagerDefaults
-
A convenience method for triggering a loading of this class, which sets the UIManager defaults
- initialize() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Initializes this panel and marks is as initialized, subsequent calls have no effect.
- initialize() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Initializes this EntityEditPanel.
- initialize() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Initializes this EntityPanel, in case of some specific initialization code you can override the
EntityPanel.initializeUI()
method and add your code there. - initialize() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Initializes the UI, while presenting a wait cursor to the user.
- initializeComboBoxModels(Attribute<?>...) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Creates and refreshes combo box models for the given attributes.
- initialized() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- initializedEvent() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- initializeEditPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Initializes the edit panel, if one is available.
- initializeSouthPanel() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Initializes the south panel, override and return null for no south panel.
- initializeTablePanel() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Initializes the table panel, if one is available.
- initializeUI() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Initializes this EntityEditPanel UI, that is, creates and lays out the components required for editing the underlying entity type.
- initializeUI() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Initializes this EntityPanels UI.
- initialSelection(int) - Method in interface is.codion.swing.common.ui.dialog.FontSizeSelectionDialogBuilder
- inPoolDataset() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- inputDialog(ComponentValue<T, ?>) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- InputDialogBuilder<T> - Interface in is.codion.swing.common.ui.dialog
-
Displays the component from a given component value in a dialog and returns the value if the user accepts the input.
- inputFieldColumns(int) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- inSearchModel() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- inSearchModel() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- insert() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one insert query
- insert() - Static method in class is.codion.framework.i18n.FrameworkMessages
- insert() - Method in class is.codion.framework.model.AbstractEntityEditModel
- insert() - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- insert() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Performs insert on the active entity without asking for confirmation
- insert(Entity) - Method in interface is.codion.framework.db.EntityConnection
-
Inserts the given entity, returning the primary key.
- insert(Entity) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Inserts the given entity, returning the primary key.
- insert(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Inserts the given entities, returning the primary keys.
- insert(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Inserts the given entities, returning the primary keys in the same order as they were received.
- insert(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- insert(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- insert(Collection<Entity>, EntityConnection) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Inserts the given entities into the database using the given connection
- INSERT - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Insert
- INSERT - Enum constant in enum class is.codion.framework.domain.entity.attribute.AuditColumn.AuditAction
-
A record being inserted
- INSERT - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Performs an insert.
- insertable() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Specifies whether this column is insertable
- insertable(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
- insertCommand() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Returns an async insert command builder
- insertConfirmer(EntityEditPanel.Confirmer) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- insertDifferentTypes() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- inserted() - Method in interface is.codion.framework.domain.entity.KeyGenerator
-
The default implementation returns true.
- inserted(Collection<Entity>) - Static method in class is.codion.framework.model.EntityEditEvents
-
Notifies insert
- insertEnabled() - Method in class is.codion.framework.model.AbstractEntityEditModel
- insertEnabled() - Method in interface is.codion.framework.model.EntityEditModel
-
Disabling insert causes an exception being thrown when inserting.
- insertMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- insertObserver(EntityType) - Static method in class is.codion.framework.model.EntityEditEvents
-
Returns an insert observer, notified each time entities of the given type are inserted.
- insertSelect(Entity) - Method in interface is.codion.framework.db.EntityConnection
-
Inserts the given entity, returning the inserted entity.
- insertSelect(Entity) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Inserts the given entity, returning the inserted etity.
- insertSelect(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Inserts the given entities, returning the inserted entities.
- insertSelect(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Inserts the given entities, returning the inserted entities.
- insertsPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class is.codion.swing.common.ui.component.text.ParsingDocumentFilter
- insertTime() - Method in interface is.codion.framework.domain.entity.attribute.Column.AuditColumnDefiner
-
Creates a new
ColumnDefinition.Builder
instance, representing the time a row was inserted. - insertTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- insertUpdate(DocumentEvent) - Method in interface is.codion.swing.common.model.component.text.DocumentAdapter
- insertUser() - Method in interface is.codion.framework.domain.entity.attribute.Column.AuditColumnDefiner
-
Creates a new
ColumnDefinition.Builder
instance, representing the username of the user who inserted a row. - insertWithConfirmation() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Performs insert on the active entity after asking for confirmation using the
EntityEditPanel.Confirmer
specified viaEntityEditPanel.Config.insertConfirmer(Confirmer)
. - instance() - Static method in interface is.codion.common.db.database.Database
-
Returns a
Database
instance based on the currently configured JDBC URL (Database.DATABASE_URL
). - instance() - Static method in interface is.codion.common.db.database.DatabaseFactory
- instance() - Static method in interface is.codion.common.db.pool.ConnectionPoolFactory
-
Returns the first
ConnectionPoolFactory
implementation found by theServiceLoader
. - instance() - Static method in interface is.codion.common.logging.LoggerProxy
- instance() - Static method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- instance(DomainType) - Static method in interface is.codion.framework.json.domain.EntityObjectMapperFactory
-
Returns the first available
EntityObjectMapperFactory
instance compatible with the given domain type, if no such mapper factory is available a default one, compatible with all domain models, is returned. - instance(String) - Static method in interface is.codion.common.db.database.DatabaseFactory
- instance(String) - Static method in interface is.codion.common.db.pool.ConnectionPoolFactory
-
Returns the
ConnectionPoolFactory
implementation found by theServiceLoader
of the given type. - instance(String) - Static method in interface is.codion.common.rmi.server.AuxiliaryServerFactory
-
Returns the
AuxiliaryServerFactory
implementation found by theServiceLoader
of the given type. - instance(String) - Static method in interface is.codion.common.rmi.server.ObjectInputFilterFactory
-
Returns the
ObjectInputFilterFactory
implementation found by theServiceLoader
of the given type. - INT - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- INT_DERIVED - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- INT_VALUE_LIST - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- INT1 - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- INT2 - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- INT3 - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- INT4 - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- integerAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Integer based attribute, associated with this EntityType.
- integerColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Integer based column, associated with this EntityType.
- integerField() - Static method in class is.codion.swing.common.ui.component.Components
- integerField(Value<Integer>) - Static method in class is.codion.swing.common.ui.component.Components
- integerField(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
NumberField
builder based on the given attribute. - integerSelectorField(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Creates a
TextFieldBuilder
returning aNumberField
which value is bound to the selected value in this combo box - integerSelectorField(FilterComboBoxModel.ItemFinder<Entity, Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Creates a
TextFieldBuilder
returning aNumberField
which value is bound to the selected value in this combo box - integerSpinner() - Static method in class is.codion.swing.common.ui.component.Components
- integerSpinner(Value<Integer>) - Static method in class is.codion.swing.common.ui.component.Components
- integerSpinner(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSpinner
builder based on the given attribute. - integerSpinner(SpinnerNumberModel) - Static method in class is.codion.swing.common.ui.component.Components
- integerSpinner(SpinnerNumberModel, Value<Integer>) - Static method in class is.codion.swing.common.ui.component.Components
- integerValue(String) - Static method in class is.codion.common.Configuration
-
Creates an integer configuration value
- integerValue(String) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given integer property
- integerValue(String, int) - Static method in class is.codion.common.Configuration
-
Creates an integer configuration value
- integerValue(String, int) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given integer property
- interval() - Method in interface is.codion.common.scheduler.TaskScheduler
-
Controls the task interval and when set, in case this scheduler was running, re-schedules the task.
- interval(int, TimeUnit) - Method in interface is.codion.common.scheduler.TaskScheduler.Builder
- inUse() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- inUse() - Method in interface is.codion.common.db.pool.ConnectionPoolState
- inUse() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- invalidCharacters(String) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- invalidCharacters(String) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- invalidStringToNullValue(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- invalidStringToNullValue(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 unparsable string, instead of throwing aParseException
. - inverted(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- invoke(ProxyBuilder.ProxyMethod.Parameters<T>) - Method in interface is.codion.common.proxy.ProxyBuilder.ProxyMethod
-
Invokes this proxy method.
- is.codion.common - package is.codion.common
-
Package configuration values:
Text.DEFAULT_COLLATOR_LANGUAGE
- is.codion.common.core - module is.codion.common.core
-
Common classes used throughout, such as:
Observer
Observable
Mutable
Event
State
StateObserver
Value
ValueObserver
- is.codion.common.db - module is.codion.common.db
-
Core classes concerned with JDBC connectivity, such as:
Database
DatabaseFactory
DatabaseConnection
DatabaseException
DatabaseFunction
DatabaseProcedure
- is.codion.common.db.connection - package is.codion.common.db.connection
- is.codion.common.db.database - package is.codion.common.db.database
- is.codion.common.db.exception - package is.codion.common.db.exception
- is.codion.common.db.operation - package is.codion.common.db.operation
- is.codion.common.db.pool - package is.codion.common.db.pool
- is.codion.common.db.report - package is.codion.common.db.report
-
Package configuration values:
Report.REPORT_PATH
Report.CACHE_REPORTS
- is.codion.common.db.result - package is.codion.common.db.result
- is.codion.common.event - package is.codion.common.event
- is.codion.common.format - package is.codion.common.format
- is.codion.common.i18n - module is.codion.common.i18n
-
Shared i18n messages.
- is.codion.common.i18n - package is.codion.common.i18n
- is.codion.common.item - package is.codion.common.item
- is.codion.common.logging - package is.codion.common.logging
- is.codion.common.model - module is.codion.common.model
-
Shared model classes, such as:
UserPreferences
CancelException
FilterModel
SingleItemSelection
MultiItemSelection
ConditionModel
TableConditionModel
SummaryModel
TableSummaryModel
- is.codion.common.model - package is.codion.common.model
- is.codion.common.model.condition - package is.codion.common.model.condition
-
Package configuration values:
ConditionModel.WILDCARD
ConditionModel.CASE_SENSITIVE
- is.codion.common.model.selection - package is.codion.common.model.selection
- is.codion.common.model.summary - package is.codion.common.model.summary
- is.codion.common.observer - package is.codion.common.observer
- is.codion.common.property - package is.codion.common.property
- is.codion.common.proxy - package is.codion.common.proxy
- is.codion.common.resource - package is.codion.common.resource
- is.codion.common.rmi - module is.codion.common.rmi
-
RMI client/server classes, such as:
ConnectionRequest
Server
ServerConfiguration
Authenticator
RemoteClient
ObjectInputFilterFactory
- is.codion.common.rmi.client - package is.codion.common.rmi.client
-
Package configuration values:
Clients.SERVER_HOSTNAME
Clients.TRUSTSTORE
Clients.TRUSTSTORE_PASSWORD
- is.codion.common.rmi.server - package is.codion.common.rmi.server
-
Package configuration values:
ServerConfiguration.RMI_SERVER_HOSTNAME
ServerConfiguration.SERVER_NAME_PREFIX
ServerConfiguration.SERVER_PORT
ServerConfiguration.REGISTRY_PORT
ServerConfiguration.KEYSTORE
ServerConfiguration.KEYSTORE_PASSWORD
ServerConfiguration.ADMIN_PORT
ServerConfiguration.ADMIN_USER
ServerConfiguration.SSL_ENABLED
ServerConfiguration.IDLE_CONNECTION_TIMEOUT
ServerConfiguration.AUXILIARY_SERVER_FACTORY_CLASS_NAMES
ServerConfiguration.OBJECT_INPUT_FILTER_FACTORY_CLASS_NAME
WhitelistInputFilterFactory.SERIALIZATION_FILTER_WHITELIST
WhitelistInputFilterFactory.SERIALIZATION_FILTER_DRYRUN
- is.codion.common.rmi.server.exception - package is.codion.common.rmi.server.exception
- is.codion.common.scheduler - package is.codion.common.scheduler
- is.codion.common.state - package is.codion.common.state
- is.codion.common.user - package is.codion.common.user
- is.codion.common.value - package is.codion.common.value
- is.codion.common.version - package is.codion.common.version
- is.codion.dbms.db2 - module is.codion.dbms.db2
-
DatabaseFactory
implementation for Db2. - is.codion.dbms.db2 - package is.codion.dbms.db2
- is.codion.dbms.derby - module is.codion.dbms.derby
-
DatabaseFactory
implementation for Derby. - is.codion.dbms.derby - package is.codion.dbms.derby
- is.codion.dbms.h2 - module is.codion.dbms.h2
-
DatabaseFactory
implementation for H2. - is.codion.dbms.h2 - package is.codion.dbms.h2
- is.codion.dbms.hsqldb - module is.codion.dbms.hsqldb
-
DatabaseFactory
implementation for HSQLDB. - is.codion.dbms.hsqldb - package is.codion.dbms.hsqldb
- is.codion.dbms.mariadb - module is.codion.dbms.mariadb
-
DatabaseFactory
implementation for MariaDb. - is.codion.dbms.mariadb - package is.codion.dbms.mariadb
- is.codion.dbms.mysql - module is.codion.dbms.mysql
-
DatabaseFactory
implementation for MySQL. - is.codion.dbms.mysql - package is.codion.dbms.mysql
- is.codion.dbms.oracle - module is.codion.dbms.oracle
-
DatabaseFactory
implementation for Oracle. - is.codion.dbms.oracle - package is.codion.dbms.oracle
- is.codion.dbms.postgresql - module is.codion.dbms.postgresql
-
DatabaseFactory
implementation for PostgreSQL. - is.codion.dbms.postgresql - package is.codion.dbms.postgresql
- is.codion.dbms.sqlite - module is.codion.dbms.sqlite
-
DatabaseFactory
implementation for SQLite. - is.codion.dbms.sqlite - package is.codion.dbms.sqlite
- is.codion.dbms.sqlserver - module is.codion.dbms.sqlserver
-
DatabaseFactory
implementation for SQL Server. - is.codion.dbms.sqlserver - package is.codion.dbms.sqlserver
- is.codion.framework.db - package is.codion.framework.db
-
Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
- is.codion.framework.db.core - module is.codion.framework.db.core
-
Core framework database connection classes, such as:
EntityConnection
EntityConnectionProvider
- is.codion.framework.db.http - module is.codion.framework.db.http
-
HTTP based database connection classes.
- is.codion.framework.db.http - package is.codion.framework.db.http
- is.codion.framework.db.local - module is.codion.framework.db.local
-
Local JDBC based database connection classes.
- is.codion.framework.db.local - package is.codion.framework.db.local
- is.codion.framework.db.rmi - module is.codion.framework.db.rmi
-
RMI based database connection classes.
- is.codion.framework.db.rmi - package is.codion.framework.db.rmi
- is.codion.framework.domain - module is.codion.framework.domain
-
Framework domain model classes, such as:
Domain
Entity
EntityDefinition
Attribute
AttributeDefinition
Column
ColumnDefinition
ForeignKey
ForeignKeyDefinition
Condition
ColumnCondition
ForeignKeyCondition
- is.codion.framework.domain - package is.codion.framework.domain
- is.codion.framework.domain.db - module is.codion.framework.domain.db
-
Framework database domain model classes, such as:
SchemaDomain
- is.codion.framework.domain.db - package is.codion.framework.domain.db
- is.codion.framework.domain.entity - package is.codion.framework.domain.entity
-
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.MAXIMUM_FRACTION_DIGITS
AttributeDefinition.TIME_FORMAT
AttributeDefinition.NUMBER_FORMAT_GROUPING
AttributeDefinition.GROUPING_SEPARATOR
AttributeDefinition.DECIMAL_SEPARATOR
AttributeDefinition.USE_LEXICAL_STRING_COMPARATOR
AttributeDefinition.DATE_TIME_FORMAT
AttributeDefinition.DATE_FORMAT
AttributeDefinition.DECIMAL_ROUNDING_MODE
ForeignKeyDefinition.FOREIGN_KEY_FETCH_DEPTH
- is.codion.framework.domain.entity.attribute - package is.codion.framework.domain.entity.attribute
- is.codion.framework.domain.entity.condition - package is.codion.framework.domain.entity.condition
- is.codion.framework.domain.entity.exception - package is.codion.framework.domain.entity.exception
- is.codion.framework.domain.entity.query - package is.codion.framework.domain.entity.query
- is.codion.framework.domain.test - module is.codion.framework.domain.test
-
Domain model unit test classes.
- is.codion.framework.domain.test - package is.codion.framework.domain.test
- is.codion.framework.i18n - module is.codion.framework.i18n
-
Shared framework i18n messages.
- is.codion.framework.i18n - package is.codion.framework.i18n
- is.codion.framework.json.db - module is.codion.framework.json.db
-
JSON serialization for db related classes.
- is.codion.framework.json.db - package is.codion.framework.json.db
- is.codion.framework.json.domain - module is.codion.framework.json.domain
-
JSON serialization for domain related classes.
- is.codion.framework.json.domain - package is.codion.framework.json.domain
- is.codion.framework.model - module is.codion.framework.model
-
Framework application model classes, such as:
EntityModel
EntityEditModel
EntityTableModel
EntityConditionModel
EntityQueryModel
EntityApplicationModel
- is.codion.framework.model - package is.codion.framework.model
-
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.AUTHENTICATION_REQUIRED
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.PERSIST_FOREIGN_KEYS
EntityEditModel.POST_EDIT_EVENTS
EntityTableModel.ON_INSERT
EntityTableModel.HANDLE_EDIT_EVENTS
ForeignKeyDetailModelLink.SET_FOREIGN_KEY_CONDITION_ON_INSERT
ForeignKeyDetailModelLink.SET_FOREIGN_KEY_VALUE_ON_INSERT
ForeignKeyDetailModelLink.REFRESH_ON_SELECTION
ForeignKeyDetailModelLink.CLEAR_FOREIGN_KEY_CONDITION_ON_EMPTY_SELECTION
ForeignKeyDetailModelLink.CLEAR_FOREIGN_KEY_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
- is.codion.framework.model.test - module is.codion.framework.model.test
-
Base classes for unit testing framework application model classes:
AbstractEntityModelTest
AbstractEntityTableModelTest
AbstractEntityApplicationModelTest
- is.codion.framework.model.test - package is.codion.framework.model.test
- is.codion.framework.server - module is.codion.framework.server
-
RMI application server.
- is.codion.framework.server - package is.codion.framework.server
-
Package configuration values:
EntityServerConfiguration.CONNECTION_POOL_FACTORY_CLASS
EntityServerConfiguration.CONNECTION_LIMIT
EntityServerConfiguration.CLIENT_CONNECTION_TIMEOUT
EntityServerConfiguration.CLIENT_LOGGING
EntityServerConfiguration.CONNECTION_POOL_USERS
EntityServerConfiguration.DOMAIN_MODEL_CLASSES
- is.codion.framework.servlet - module is.codion.framework.servlet
-
Servlet AuxiliaryServer implementation for EntityServer, based on Javalin.
- is.codion.framework.servlet - package is.codion.framework.servlet
-
Package configuration values:
EntityService.HTTP_SERVER_PORT
- is.codion.plugin.hikari.pool - module is.codion.plugin.hikari.pool
-
Hikari implementation of
ConnectionPoolFactory
. - is.codion.plugin.hikari.pool - package is.codion.plugin.hikari.pool
- is.codion.plugin.imagepanel - module is.codion.plugin.imagepanel
-
Image panel.
- is.codion.plugin.imagepanel - package is.codion.plugin.imagepanel
- is.codion.plugin.jasperreports - module is.codion.plugin.jasperreports
-
JasperReports implementation of
Report
. - is.codion.plugin.jasperreports - package is.codion.plugin.jasperreports
- is.codion.plugin.jul - package is.codion.plugin.jul
- is.codion.plugin.jul.proxy - module is.codion.plugin.jul.proxy
-
Java Util Logging implementation of
LoggerProxy
. - is.codion.plugin.log4j - package is.codion.plugin.log4j
- is.codion.plugin.log4j.proxy - module is.codion.plugin.log4j.proxy
-
Log4J implementation of
LoggerProxy
. - is.codion.plugin.logback - package is.codion.plugin.logback
- is.codion.plugin.logback.proxy - module is.codion.plugin.logback.proxy
-
Logback implementation of
LoggerProxy
. - is.codion.plugin.tomcat.pool - module is.codion.plugin.tomcat.pool
-
Tomcat implementation of
ConnectionPoolFactory
. - is.codion.plugin.tomcat.pool - package is.codion.plugin.tomcat.pool
- is.codion.swing.common.model - module is.codion.swing.common.model
-
Common Swing model classes, such as:
FilterComboBoxModel
ItemComboBoxModel
FilterTableModel
FilterTableModel.TableSelection
ProgressWorker
- is.codion.swing.common.model.component - package is.codion.swing.common.model.component
- is.codion.swing.common.model.component.button - package is.codion.swing.common.model.component.button
- is.codion.swing.common.model.component.combobox - package is.codion.swing.common.model.component.combobox
-
Package configuration values:
FilterComboBoxModel.NULL_CAPTION
- is.codion.swing.common.model.component.table - package is.codion.swing.common.model.component.table
- is.codion.swing.common.model.component.text - package is.codion.swing.common.model.component.text
- is.codion.swing.common.model.worker - package is.codion.swing.common.model.worker
- is.codion.swing.common.ui - module is.codion.swing.common.ui
- is.codion.swing.common.ui - package is.codion.swing.common.ui
- is.codion.swing.common.ui.border - package is.codion.swing.common.ui.border
- is.codion.swing.common.ui.component - package is.codion.swing.common.ui.component
- is.codion.swing.common.ui.component.builder - package is.codion.swing.common.ui.component.builder
-
Package configuration values:
ComponentBuilder.TRANSFER_FOCUS_ON_ENTER
- is.codion.swing.common.ui.component.button - package is.codion.swing.common.ui.component.button
- is.codion.swing.common.ui.component.calendar - package is.codion.swing.common.ui.component.calendar
- is.codion.swing.common.ui.component.combobox - package is.codion.swing.common.ui.component.combobox
-
Package configuration values:
Completion.COMBO_BOX_COMPLETION_MODE
- is.codion.swing.common.ui.component.label - package is.codion.swing.common.ui.component.label
-
Package configuration values:
LabelBuilder.HORIZONTAL_ALIGNMENT
- is.codion.swing.common.ui.component.list - package is.codion.swing.common.ui.component.list
- is.codion.swing.common.ui.component.listbox - package is.codion.swing.common.ui.component.listbox
- is.codion.swing.common.ui.component.panel - package is.codion.swing.common.ui.component.panel
- is.codion.swing.common.ui.component.progressbar - package is.codion.swing.common.ui.component.progressbar
- is.codion.swing.common.ui.component.scrollpane - package is.codion.swing.common.ui.component.scrollpane
- is.codion.swing.common.ui.component.slider - package is.codion.swing.common.ui.component.slider
- is.codion.swing.common.ui.component.spinner - package is.codion.swing.common.ui.component.spinner
- is.codion.swing.common.ui.component.splitpane - package is.codion.swing.common.ui.component.splitpane
- is.codion.swing.common.ui.component.tabbedpane - package is.codion.swing.common.ui.component.tabbedpane
- is.codion.swing.common.ui.component.table - package is.codion.swing.common.ui.component.table
-
Package configuration values:
FilterTableCellRenderer.TABLE_CELL_LEFT_PADDING
FilterTableCellRenderer.TABLE_CELL_RIGHT_PADDING
FilterTableCellRenderer.NUMERICAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.TEMPORAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.BOOLEAN_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.ALTERNATE_ROW_COLORING
FilterTable.ALLOW_COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
- is.codion.swing.common.ui.component.text - package is.codion.swing.common.ui.component.text
-
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
- is.codion.swing.common.ui.component.value - package is.codion.swing.common.ui.component.value
- is.codion.swing.common.ui.control - package is.codion.swing.common.ui.control
- is.codion.swing.common.ui.dialog - package is.codion.swing.common.ui.dialog
-
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
- is.codion.swing.common.ui.icon - package is.codion.swing.common.ui.icon
-
Package configuration values:
Icons.ICON_SIZE
Icons.ICON_COLOR
- is.codion.swing.common.ui.key - package is.codion.swing.common.ui.key
- is.codion.swing.common.ui.laf - package is.codion.swing.common.ui.laf
-
Package configuration values:
LookAndFeelProvider.CROSS_PLATFORM
LookAndFeelProvider.SYSTEM
LookAndFeelComboBox.ENABLE_ON_SELECTION
- is.codion.swing.common.ui.layout - package is.codion.swing.common.ui.layout
- is.codion.swing.framework.model - module is.codion.swing.framework.model
-
Framework Swing model classes, such as:
SwingEntityModel
SwingEntityEditModel
SwingEntityTableModel
SwingEntityApplicationModel
EntityComboBoxModel
- is.codion.swing.framework.model - package is.codion.swing.framework.model
- is.codion.swing.framework.model.component - package is.codion.swing.framework.model.component
-
Package configuration values:
EntityComboBoxModel.HANDLE_EDIT_EVENTS
- is.codion.swing.framework.ui - module is.codion.swing.framework.ui
-
Framework Swing UI classes, such as:
EntityPanel
EntityEditPanel
EntityTablePanel
EntityApplicationPanel
EntityComboBox
EntityComponents
FrameworkIcons
- is.codion.swing.framework.ui - package is.codion.swing.framework.ui
-
Package configuration values:
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.SHOW_STARTUP_DIALOG
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.USER_PREFERENCES_ENABLED
EntityApplicationPanel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityEditComponentPanel.MODIFIED_INDICATOR
EntityEditComponentPanel.MODIFIED_INDICATOR_UNDERLINE_STYLE
EntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNS
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_MENU
EntityEditPanel.Config.MODIFIED_WARNING
EntityPanel.Config.USE_KEYBOARD_NAVIGATION
EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPE
EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROL
EntityPanel.Config.TOOLBAR_CONTROLS
EntityPanel.Config.CONTROL_PANEL_CONSTRAINTS
EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTS
EntityPanel.Config.WINDOW_TYPE
EntityTablePanel.Config.QUERY_HIDDEN_COLUMNS
EntityTablePanel.Config.ORDER_QUERY_BY_SORT_ORDER
EntityTablePanel.Config.CONDITION_VIEW
EntityTablePanel.Config.FILTER_VIEW
EntityTablePanel.Config.SUMMARY_PANEL_VISIBLE
EntityTablePanel.Config.INCLUDE_POPUP_MENU
EntityTablePanel.Config.INCLUDE_ENTITY_MENU
EntityTablePanel.Config.INCLUDE_CLEAR_CONTROL
EntityTablePanel.Config.INCLUDE_LIMIT_MENU
EntityTablePanel.Config.REFRESH_BUTTON_VISIBLE
EntityTablePanel.Config.COLUMN_SELECTION
EntityTablePanel.Config.INCLUDE_CONDITIONS
EntityTablePanel.Config.INCLUDE_FILTERS
EntityTablePanel.Config.INCLUDE_SUMMARY
EntityTablePanel.Config.SHOW_REFRESH_PROGRESS_BAR
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
- is.codion.swing.framework.ui.component - package is.codion.swing.framework.ui.component
-
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
- is.codion.swing.framework.ui.icon - package is.codion.swing.framework.ui.icon
-
Package configuration values:
FrameworkIcons.FRAMEWORK_ICONS_CLASSNAME
- is.codion.swing.framework.ui.test - module is.codion.swing.framework.ui.test
-
Base classes for unit testing framework ui classes.
- is.codion.swing.framework.ui.test - package is.codion.swing.framework.ui.test
- is.codion.tools.generator.domain - module is.codion.tools.generator.domain
-
Framework domain source generator model classes, such as:
DomainSource
- is.codion.tools.generator.domain - package is.codion.tools.generator.domain
- is.codion.tools.generator.model - module is.codion.tools.generator.model
-
Framework Swing generator model classes, such as:
DomainGeneratorModel
- is.codion.tools.generator.model - package is.codion.tools.generator.model
-
Package configuration values:
DomainGeneratorModel.DEFAULT_DOMAIN_PACKAGE
DomainGeneratorModel.DEFAULT_SOURCE_DIRECTORY
- is.codion.tools.generator.ui - module is.codion.tools.generator.ui
-
Framework Swing generator UI.
- is.codion.tools.generator.ui - package is.codion.tools.generator.ui
-
Package configuration values:
DomainGeneratorPanel.DEFAULT_USER
- is.codion.tools.loadtest - package is.codion.tools.loadtest
- is.codion.tools.loadtest.core - module is.codion.tools.loadtest.core
- is.codion.tools.loadtest.model - module is.codion.tools.loadtest.model
-
Common Swing loadtest model.
- is.codion.tools.loadtest.model - package is.codion.tools.loadtest.model
- is.codion.tools.loadtest.randomizer - package is.codion.tools.loadtest.randomizer
- is.codion.tools.loadtest.ui - module is.codion.tools.loadtest.ui
-
Common Swing loadtest UI.
- is.codion.tools.loadtest.ui - package is.codion.tools.loadtest.ui
- is.codion.tools.monitor.model - module is.codion.tools.monitor.model
-
Framework EntityServer monitor.
- is.codion.tools.monitor.model - package is.codion.tools.monitor.model
-
Package configuration values:
EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE
- is.codion.tools.monitor.ui - module is.codion.tools.monitor.ui
-
Framework EntityServer monitor.
- is.codion.tools.monitor.ui - package is.codion.tools.monitor.ui
- isAuthenticationException(SQLException) - Method in class is.codion.common.db.database.AbstractDatabase
- isAuthenticationException(SQLException) - Method in interface is.codion.common.db.database.Database
-
Returns true if this exception represents a login credentials failure
- isBigDecimal() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isBoolean() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isByteArray() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isCellEditable(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
-
Returns true if the cell at
rowIndex
andmodelColumnIndex
is editable. - isCharacter() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isCollectCheckOutTimes() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- isCollectCheckOutTimes() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- isCollectPoolCheckOutTimes(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- isCollectPoolSnapshotStatistics(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- isCollectSnapshotStatistics() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- isCollectSnapshotStatistics() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- isConvertGroupingToDecimalSeparator() - Method in class is.codion.swing.common.ui.component.text.NumberField
- isDecimal() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isDouble() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isEnabled() - Method in interface is.codion.common.logging.MethodLogger
- isEnabled() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
- isEntity() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isEnum() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isEqualTo(T) - Method in interface is.codion.common.value.ValueObserver
-
Returns true if the underlying value is equal to the given one.
- isHighQualityRenderingEnabled() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Indicates whether the high quality rendering feature is enabled.
- isInteger() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isItemEnabled(T) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
- isLimitForeignKeyFetchDepth() - Method in interface is.codion.framework.db.local.LocalEntityConnection
- isLocalDate() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isLocalDateTime() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isLocalTime() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isLoggingEnabled(UUID) - Method in interface is.codion.framework.server.EntityServerAdmin
-
Returns true if logging is enabled for the given connection
- isLong() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isMoveImageEnabled() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
- isNavigationImageEnabled() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Indicates whether navigation image is enabled.
- isNotEqualTo(T) - Method in interface is.codion.common.value.ValueObserver
-
Returns true if the underlying value is NOT equal to the given one.
- isNotNull() - Method in interface is.codion.common.state.StateObserver
- isNotNull() - Method in interface is.codion.common.value.ValueObserver
- isNotNull() - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'isNotNull'
ColumnCondition
. - isNotNull() - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyCondition.Factory
-
Returns a 'isNotNull'
Condition
. - isNotNull() - Method in interface is.codion.framework.domain.entity.Entity.Key
- isNotNull(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns true if this Entity contains a non-null value mapped to the given attribute.
- isNotNull(Attribute<?>) - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
- isNotNull(Column<?>) - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns true if a non-null value is mapped to the given column.
- isNull() - Method in interface is.codion.common.state.StateObserver
- isNull() - Method in interface is.codion.common.value.ValueObserver
- isNull() - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'isNull'
ColumnCondition
. - isNull() - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyCondition.Factory
-
Returns a 'isNull'
Condition
. - isNull() - Method in interface is.codion.framework.domain.entity.Entity.Key
- isNull(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns true if a null value is mapped to the given attribute or if no mapping is found.
- isNull(Attribute<?>) - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
- isNull(Column<?>) - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns true if a null value is mapped to the given column or no mapping exists.
- isNumerical() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isOffsetDateTime() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isOptimisticLocking() - Method in interface is.codion.framework.db.local.LocalEntityConnection
- isQueryCacheEnabled() - Method in interface is.codion.framework.db.EntityConnection
- isQueryCacheEnabled() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
- isReferentialIntegrityException(SQLException) - Method in class is.codion.common.db.database.AbstractDatabase
- isReferentialIntegrityException(SQLException) - Method in interface is.codion.common.db.database.Database
-
Returns true if this exception is a referential integrity exception
- isScenarioEnabled(String) - Method in interface is.codion.tools.loadtest.LoadTest
- isSelected() - Method in class is.codion.swing.common.model.component.button.NullableToggleButtonModel
- isShort() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isSilentValidation() - Method in class is.codion.swing.common.ui.component.text.NumberField
- isString() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isTemporal() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isTimeoutException(SQLException) - Method in class is.codion.common.db.database.AbstractDatabase
- isTimeoutException(SQLException) - Method in interface is.codion.common.db.database.Database
-
Returns true if this exception is a timeout exception
- isUniqueConstraintException(SQLException) - Method in class is.codion.common.db.database.AbstractDatabase
- isUniqueConstraintException(SQLException) - Method in interface is.codion.common.db.database.Database
-
Returns true if this exception is a unique key exception
- isWithinImage(Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Tests whether a given point in the panel falls within the image boundaries.
- item() - Method in interface is.codion.common.model.selection.SingleItemSelection
- item() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
- item(T) - Static method in interface is.codion.common.item.Item
-
Returns an
Item
, with the caption as item.toString() or an empty string in case of a null value - item(T, String) - Static method in interface is.codion.common.item.Item
-
Creates a new
Item
. - Item<T> - Interface in is.codion.common.item
-
A class encapsulating a constant value and a caption representing the value.
- itemAt(int) - Method in interface is.codion.common.model.FilterModel.VisibleItems
- itemComboBox(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a JComboBox builder based on the given attribute.
- itemComboBox(FilterComboBoxModel<Item<T>>) - Static method in class is.codion.swing.common.ui.component.Components
- itemComboBox(FilterComboBoxModel<Item<T>>, Value<T>) - Static method in class is.codion.swing.common.ui.component.Components
- itemComboBox(List<Item<T>>) - Static method in class is.codion.swing.common.ui.component.Components
- itemComboBox(List<Item<T>>, Value<T>) - Static method in class is.codion.swing.common.ui.component.Components
- ItemComboBoxBuilder<T> - Interface in is.codion.swing.common.ui.component.combobox
-
Builds a item combo box.
- ItemComboBoxModel - Class in is.codion.swing.common.model.component.combobox
-
Provides a
ItemComboBoxModel.Builder
forFilterComboBoxModel
implementations based on theItem
class. - ItemComboBoxModel.Builder<T> - Interface in is.codion.swing.common.model.component.combobox
-
Builds an
Item
basedFilterComboBoxModel
- itemComboBoxPreferredWidth() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.Defaults
- itemCount() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
- itemI18n(T, String, String) - Static method in interface is.codion.common.item.Item
-
Creates a new
Item
, which gets its caption from a resource bundle. - itemListener(ItemListener) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- itemListener(ItemListener) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- itemListener(ItemListener) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- itemRandomizer(Collection<ItemRandomizer.RandomItem<T>>) - Static method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
-
Instantiates a new
ItemRandomizer
. - ItemRandomizer<T> - Interface in is.codion.tools.loadtest.randomizer
-
ItemRandomizer provides a way to randomly choose an item based on a weight value.
- ItemRandomizer.RandomItem<T> - Interface in is.codion.tools.loadtest.randomizer
-
Wraps an item for usage in the ItemRandomizer.
- items() - Method in interface is.codion.common.model.FilterModel
- items() - Method in interface is.codion.common.model.selection.MultiItemSelection
- items() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns the valid items for this attribute or an empty list in case this is not an item based attribute
- items() - Method in class is.codion.framework.model.AbstractEntityTableModel
- items() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- items() - Method in interface is.codion.swing.common.ui.component.list.ListBuilder.Factory
-
A JList builder, where the value is represented by the list items.
- items() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
- items(Value<List<T>>) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder.Factory
-
A JList builder, where the value is represented by the list items.
- items(Attribute<List<T>>) - Method in interface is.codion.swing.framework.ui.component.EntityComponents.EntityListBuilderFactory
-
A JList builder, where the value is represented by the list items.
- items(List<Item<T>>) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
- itemSpinner(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSpinner
builder based on the given attribute. - itemSpinner(SpinnerListModel) - Static method in class is.codion.swing.common.ui.component.Components
- itemSpinner(SpinnerListModel, Value<T>) - Static method in class is.codion.swing.common.ui.component.Components
- ItemSpinnerBuilder<T> - Interface in is.codion.swing.common.ui.component.spinner
-
A builder for JSpinner based on a list of
Item
s. - ItemValidationException - Exception in is.codion.framework.domain.entity.exception
-
An exception used to indicate that an item value is invalid.
- ItemValidationException(Attribute<?>, Object, String) - Constructor for exception is.codion.framework.domain.entity.exception.ItemValidationException
-
Instantiates a new ItemValidationException.
- iterator() - Method in interface is.codion.common.db.result.ResultIterator
-
Wraps this
ResultIterator
in aIterator
. - iterator(EntityConnection.Select) - Method in interface is.codion.framework.db.local.LocalEntityConnection
-
Returns a result set iterator based on the given select.
- iterator(Condition) - Method in interface is.codion.framework.db.local.LocalEntityConnection
-
Returns a result set iterator based on the given query condition.
J
- JasperReports - Class in is.codion.plugin.jasperreports
-
Factory for
Report
based on JasperReports. - JasperReportsDataSource<T> - Class in is.codion.plugin.jasperreports
-
A default JRDataSource implementation which iterates through the iterator received via the constructor.
- JasperReportsDataSource(Iterator<T>, BiFunction<T, JRField, Object>) - Constructor for class is.codion.plugin.jasperreports.JasperReportsDataSource
-
Instantiates a new JasperReportsDataSource.
- JasperReportsDataSource(Iterator<T>, BiFunction<T, JRField, Object>, Consumer<T>) - Constructor for class is.codion.plugin.jasperreports.JasperReportsDataSource
-
Instantiates a new JasperReportsDataSource.
- JAVAX_NET_KEYSTORE - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The system property key for specifying a ssl keystore
- JAVAX_NET_KEYSTORE_PASSWORD - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The system property key for specifying a ssl keystore password
- JAVAX_NET_TRUSTSTORE - Static variable in class is.codion.common.rmi.client.Clients
-
The system property key for specifying a ssl truststore
- JAVAX_NET_TRUSTSTORE_PASSWORD - Static variable in class is.codion.common.rmi.client.Clients
-
The system property key for specifying a ssl truststore password
- JOB - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- JOB - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- JRReport - Interface in is.codion.plugin.jasperreports
-
A JasperReport.
- JRReportType - Interface in is.codion.plugin.jasperreports
-
A Jasper Reports report.
- json(boolean) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- json(boolean) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- json(boolean) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- JSON - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
Specifies whether json serialization should be used Value types: Boolean Default value: true
- JulProxy - Class in is.codion.plugin.jul
-
A java.util.logging LoggerProxy implementation
- JulProxy() - Constructor for class is.codion.plugin.jul.JulProxy
K
- key(ForeignKey) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the key referenced by the given
ForeignKey
, if the reference is null this method returns null. - key(Entity.Key) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Creates a
Condition
based on the given key - key(String) - Static method in interface is.codion.swing.common.ui.control.CommandControl
- key(String) - Static method in interface is.codion.swing.common.ui.control.Controls
- key(String) - Static method in interface is.codion.swing.common.ui.control.ToggleControl
- key(String, Controls.Layout) - Static method in interface is.codion.swing.common.ui.control.Controls
- key(String, KeyStroke) - Static method in interface is.codion.swing.common.ui.control.CommandControl
- key(String, KeyStroke) - Static method in interface is.codion.swing.common.ui.control.ToggleControl
- KEY_LIST_REFERENCE - Static variable in class is.codion.framework.json.domain.EntityObjectMapper
- keyBuilder(EntityType) - Method in class is.codion.framework.domain.entity.DefaultEntities
- keyBuilder(EntityType) - Method in interface is.codion.framework.domain.entity.Entities
-
Creates a new
Entity.Key.Builder
instance for the given entity type - keyChar(char) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
- keyCode(int) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
- keyEvent(ControlKey<?>) - Method in interface is.codion.swing.common.ui.control.ControlMap
-
Returns a
KeyEvents.Builder
instance if a keyStroke and a Control is associated with the givenControlKey
, otherwise an emptyOptional
. - keyEvent(KeyEvents.Builder) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- keyEvent(KeyEvents.Builder) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Enables the key event defined by the given
KeyEvents.Builder
on the component. - keyEvent(KeyEvents.Builder) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- keyEvent(KeyEvents.Builder) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
-
Enables the key event defined by the given
KeyEvents.Builder
on the dialog root pane. - keyEventBuilders - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- KeyEvents - Class in is.codion.swing.common.ui.key
-
A factory for key event builders.
- KeyEvents.Builder - Interface in is.codion.swing.common.ui.key
-
A Builder for adding a key event to a component, with a default onKeyRelease trigger and condition
JComponent.WHEN_FOCUSED
. - keyGenerator(KeyGenerator) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the primary key generator
- KeyGenerator - Interface in is.codion.framework.domain.entity
-
Generates primary key values for entities on insert.
- KeyGenerator.Identity - Interface in is.codion.framework.domain.entity
-
Marker interface indicating that a key generator is based on an identity column.
- keyListener(KeyListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- keyListener(KeyListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- keys() - Method in interface is.codion.swing.common.ui.control.Control
- keys(ForeignKey, Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the non-null keys referenced by the given foreign key
- keys(Collection<Entity.Key>) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Creates a
Condition
based on the given keys. - KEYSTORE - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The rmi ssl keystore to use Value type: String Default value: null
- KEYSTORE_PASSWORD - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The rmi ssl keystore password to use Value type: String Default value: null
- keyStroke() - Method in interface is.codion.swing.common.ui.control.Control
- keyStroke(int) - Static method in class is.codion.swing.common.ui.key.KeyEvents
-
Creates a
KeyStroke
with the given keyCode and no modifiers. - keyStroke(int, int) - Static method in class is.codion.swing.common.ui.key.KeyEvents
-
Creates a
KeyStroke
with the given keyCode and modifiers. - keyStroke(ControlKey<?>) - Method in interface is.codion.swing.common.ui.control.ControlMap
- keyStroke(ControlKey<?>, Consumer<Value<KeyStroke>>) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- keyStroke(ControlKey<?>, Consumer<Value<KeyStroke>>) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- keyStroke(ControlKey<?>, Consumer<Value<KeyStroke>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.framework.ui.component.EntityComboBox.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- keyStroke(KeyStroke) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- keyStroke(KeyStroke) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
L
- label() - Static method in class is.codion.swing.common.ui.component.Components
- label(ValueObserver<T>) - Static method in class is.codion.swing.common.ui.component.Components
- label(String) - Static method in class is.codion.swing.common.ui.component.Components
- label(Icon) - Static method in class is.codion.swing.common.ui.component.Components
- label(JLabel) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- label(JLabel) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- LabelBuilder<T> - Interface in is.codion.swing.common.ui.component.label
-
A builder for JLabel.
- labelFor(JComponent) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- largeIcon() - Method in interface is.codion.swing.common.ui.control.Control
- largeIcon(Icon) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- LAST_SEEN_COLUMN - Enum constant in enum class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns.Id
- layout() - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.ApplicationLayout
-
Lays out the main component for a given application panel
- layout() - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailLayout
-
Lays out a given EntityPanel along with its detail panels.
- layout() - Method in class is.codion.swing.framework.ui.TabbedApplicationLayout
-
Sets the layout to a
BorderLayout
and lays out the given application panel, by adding all root entity panels to a tabbed pane. - layout() - Method in class is.codion.swing.framework.ui.TabbedDetailLayout
- layout() - Method in class is.codion.swing.framework.ui.WindowDetailLayout
- layout(LayoutManager) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- layout(LayoutManager) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- layout(List<ControlKey<?>>) - Static method in interface is.codion.swing.common.ui.control.Controls
- layoutContainer(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- layoutOrientation(int) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder
- layoutPanel(JComponent, JPanel) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
This method simply adds
tablePanel
at location BorderLayout.CENTER and, if non-null, the givensouthPanel
to theBorderLayout.SOUTH
location. - Layouts - Class in is.codion.swing.common.ui.layout
-
A utility class for layouts.
- lazy() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- lazy(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
- LEFT - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Navigate to the previous sibling panel
- leftComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- leftPad(String, int, char) - Static method in class is.codion.common.Text
-
Left pads the given string with the given pad character until a length of
length
has been reached - leftPadding(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- LengthValidationException - Exception in is.codion.framework.domain.entity.exception
-
An exception used to indicate that a value associated with a key exceeds the allowed length.
- LengthValidationException(Attribute<?>, Object, String) - Constructor for exception is.codion.framework.domain.entity.exception.LengthValidationException
-
Instantiates a new LengthValidationException
- LESS_THAN - Enum constant in enum class is.codion.common.Operator
-
α < x
- LESS_THAN_OR_EQUAL - Enum constant in enum class is.codion.common.Operator
-
α ≤ x
- lessThan(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'lessThan'
ColumnCondition
. - lessThanOrEqualTo(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'lessThanOrEqualTo'
ColumnCondition
. - levels() - Method in interface is.codion.common.logging.LoggerProxy
- levels() - Method in class is.codion.plugin.jul.JulProxy
- levels() - Method in class is.codion.plugin.log4j.Log4jProxy
- levels() - Method in class is.codion.plugin.logback.LogbackProxy
- like(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'like'
ColumnCondition
or 'isNull' in case the value is null. - likeIgnoreCase(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'like'
ColumnCondition
or 'isNull' in case the value is null. - limit() - Method in interface is.codion.framework.db.EntityConnection.Select
- limit() - Method in interface is.codion.framework.model.EntityQueryModel
-
Returns the
Value
controlling the maximum number of rows to fetch, a null value means all rows should be fetched - limit() - Method in interface is.codion.framework.model.EntitySearchModel
- limit() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- limit(int) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
- limit(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- limit(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- limit(Integer) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
- LIMIT_FOREIGN_KEY_FETCH_DEPTH - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
-
Specifies whether the foreign key value graph should be fully populated instead of being limited by the foreign key fetch depth setting Value type: Boolean Default value: true
- limitOffsetClause(Integer, Integer) - Method in interface is.codion.common.db.database.Database
-
Returns a limit/offset clause variation for this database, based on the given limit and offset values.
- lineWrap(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- link(Value<T>) - Method in class is.codion.common.value.AbstractValue
- link(Value<T>) - Method in interface is.codion.common.value.Value.Builder
-
Links the given value to the resulting value
- link(Value<T>) - Method in interface is.codion.common.value.Value
-
Creates a bidirectional link between this and the given original value, so that changes in one are reflected in the other.
- link(Value<T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- link(Value<T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Creates a bidirectional link to the given value.
- link(ValueObserver<T>) - Method in class is.codion.common.value.AbstractValue
- link(ValueObserver<T>) - Method in interface is.codion.common.value.Value.Builder
-
Links the given value observer to the resulting value
- link(ValueObserver<T>) - Method in interface is.codion.common.value.Value
-
Creates a unidirectional link between this value and the given original value observer, so that changes in the original value are reflected in this one.
- link(ValueObserver<T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- link(ValueObserver<T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Creates a read-only link to the given
ValueObserver
. - link(EntityComboBoxModel) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Links the given combo box model representing foreign key entities to this combo box model so that selection in the foreign key model filters this model.
- linkBoundedRangeModels(BoundedRangeModel, BoundedRangeModel) - Static method in class is.codion.swing.common.ui.Utilities
-
Links the given BoundedRangeModels so that changes in
main
are reflected inlinked
- linkedDetailModels() - Method in class is.codion.framework.model.DefaultEntityModel
- linkedDetailModels() - Method in interface is.codion.framework.model.EntityModel
- linkedDetailPanels() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Returns the detail panels which models have an active link to this panels model.
- linkToEnabledState(StateObserver, Action...) - Static method in class is.codion.swing.common.ui.Utilities
-
Links the given actions to the given StateObserver, so that the actions are enabled only when the observed state is active
- linkToEnabledState(StateObserver, JComponent...) - Static method in class is.codion.swing.common.ui.Utilities
-
Links the given components to the given StateObserver, so that each component is enabled only when the observed state is active
- list() - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.ListSelector
- list(ListModel<T>) - Static method in class is.codion.swing.common.ui.component.Components
- list(ListModel<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
- listBox(ComponentValue<T, ? extends JComponent>, ValueSet<T>) - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a
JComboBox
basedComponentValue
instance, represented by the items in the combo box (as opposed to the selected item). - listBox(ComponentValue<T, ? extends JComponent>, ValueSet<T>) - Static method in interface is.codion.swing.common.ui.component.listbox.ListBoxBuilder
-
Creates a
JComboBox
basedComponentValue
instance, represented by the items in the combo box (as opposed to the selected item). - ListBoxBuilder<T> - Interface in is.codion.swing.common.ui.component.listbox
-
Creates a
JComboBox
basedComponentValue
instance, represented by the items in the combo box (as opposed to the selected item) - ListBuilder<T,
V, B extends ListBuilder<T, V, B>> - Interface in is.codion.swing.common.ui.component.list -
Builds a JList instance.
- ListBuilder.Factory<T> - Interface in is.codion.swing.common.ui.component.list
-
A factory for list builders, depending on what the component value should represent.
- ListBuilder.Items<T> - Interface in is.codion.swing.common.ui.component.list
-
Builds a JList, where the value is represented by the list items.
- ListBuilder.SelectedItem<T> - Interface in is.codion.swing.common.ui.component.list
-
Builds a single-selection JList, where the value is represented by the selected item.
- ListBuilder.SelectedItems<T> - Interface in is.codion.swing.common.ui.component.list
-
Builds a multi-selection JList, where the value is represented by the selected items.
- listener(Runnable) - Method in interface is.codion.common.value.Value.Builder
- listener(Runnable) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- listener(Runnable) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- listSelectionListener(ListSelectionListener) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder
- listSelector(EntitySearchModel) - Static method in class is.codion.swing.framework.ui.component.EntitySearchField
- listSpinner(Attribute<T>, SpinnerListModel) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSpinner
builder based on the given attribute. - listSpinner(SpinnerListModel) - Static method in class is.codion.swing.common.ui.component.Components
- listSpinner(SpinnerListModel, Value<T>) - Static method in class is.codion.swing.common.ui.component.Components
- ListSpinnerBuilder<T> - Interface in is.codion.swing.common.ui.component.spinner
-
A builder for JSpinner based on a list of values.
- listValue(String, Function<String, T>) - Static method in class is.codion.common.Configuration
-
Creates a list configuration value
- listValue(String, Function<String, T>, Function<T, String>) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given list property.
- listValue(String, Function<String, T>, Function<T, String>, List<T>) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given list property.
- listValue(String, Function<String, T>, List<T>) - Static method in class is.codion.common.Configuration
-
Creates a list configuration value
- load() - Method in interface is.codion.common.db.report.Report
-
Loads the report this report wrapper is based on.
- loadAndCacheReport() - Method in class is.codion.common.db.report.AbstractReport
-
Returns the underlying report, either from the cache, if enabled or via
Report.load()
. - loadIcon(Class<?>, String) - Static method in class is.codion.swing.common.ui.Utilities
-
Loads an icon as a resource
- loadTest() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- loadTest() - Method in class is.codion.tools.loadtest.model.QueryLoadTestModel
- LoadTest<T> - Interface in is.codion.tools.loadtest
-
Specifies a class for running multiple application instances for load testing purposes.
- LoadTest.ApplicationRunner - Interface in is.codion.tools.loadtest
-
Handles running a load test application
- LoadTest.Builder<T> - Interface in is.codion.tools.loadtest
-
Builds a
LoadTest
. - LoadTest.Scenario<T> - Interface in is.codion.tools.loadtest
-
Specifies a load test usage scenario.
- LoadTest.Scenario.Builder<T> - Interface in is.codion.tools.loadtest
-
A
LoadTest.Scenario
builder. - LoadTest.Scenario.Performer<T> - Interface in is.codion.tools.loadtest
-
Performs a load test scenario.
- LoadTest.Scenario.Result - Interface in is.codion.tools.loadtest
-
Describes the results of a load test scenario run
- loadTestModel(LoadTest<T>) - Static method in interface is.codion.tools.loadtest.model.LoadTestModel
- LoadTestModel<T> - Interface in is.codion.tools.loadtest.model
-
Collects chart data for a load test.
- LoadTestModel.ApplicationRow - Interface in is.codion.tools.loadtest.model
-
Table model row describing a load test application.
- LoadTestModel.ApplicationRow.ColumnId - Enum Class in is.codion.tools.loadtest.model
-
Identifies the application table columns
- loadTestPanel(LoadTestModel<T>) - Static method in class is.codion.tools.loadtest.ui.LoadTestPanel
-
Instantiates a new
LoadTestPanel
instance. - LoadTestPanel<T> - Class in is.codion.tools.loadtest.ui
-
A default UI component for the LoadTestModel class.
- localDateAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalDate based attribute, associated with this EntityType.
- localDateColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalDate based column, associated with this EntityType.
- localDateField() - Static method in class is.codion.swing.common.ui.component.Components
- localDateField(Value<LocalDate>) - Static method in class is.codion.swing.common.ui.component.Components
- localDateFieldPanel() - Static method in class is.codion.swing.common.ui.component.Components
- localDateFieldPanel(Value<LocalDate>) - Static method in class is.codion.swing.common.ui.component.Components
- localDateTimeAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalDateTime based attribute, associated with this EntityType.
- localDateTimeColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalDateTime based column, associated with this EntityType.
- localDateTimeField() - Static method in class is.codion.swing.common.ui.component.Components
- localDateTimeField(Value<LocalDateTime>) - Static method in class is.codion.swing.common.ui.component.Components
- localDateTimeFieldPanel() - Static method in class is.codion.swing.common.ui.component.Components
- localDateTimeFieldPanel(Value<LocalDateTime>) - Static method in class is.codion.swing.common.ui.component.Components
- localDateTimeValue() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- localDateValue() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- locale() - Method in interface is.codion.common.rmi.server.ServerInformation
- locale(Locale) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
-
Specifies the locale, controlling the start of week day and the full date display format.
- LOCALE - Enum constant in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
- localeDateTimePattern(LocaleDateTimePattern) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the locale aware date/time format pattern used when presenting and inputting values
- LocaleDateTimePattern - Interface in is.codion.common.format
-
Specifies a locale sensitive numerical date format pattern.
- LocaleDateTimePattern.Builder - Interface in is.codion.common.format
-
A Builder for
LocaleDateTimePattern
. - localEntityConnection(Database, Domain, User) - Static method in interface is.codion.framework.db.local.LocalEntityConnection
-
Constructs a new LocalEntityConnection instance
- localEntityConnection(Database, Domain, Connection) - Static method in interface is.codion.framework.db.local.LocalEntityConnection
-
Constructs a new LocalEntityConnection instance
- LocalEntityConnection - Interface in is.codion.framework.db.local
-
EntityConnection implementation based on a local JDBC connection.
- LocalEntityConnectionProvider - Interface in is.codion.framework.db.local
-
A class responsible for managing a local EntityConnection.
- LocalEntityConnectionProvider.Builder - Interface in is.codion.framework.db.local
-
Builds a
LocalEntityConnectionProvider
. - LOCALHOST - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Localhost
- localTimeAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalTime based attribute, associated with this EntityType.
- localTimeColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalTime based column, associated with this EntityType.
- localTimeField() - Static method in class is.codion.swing.common.ui.component.Components
- localTimeField(Value<LocalTime>) - Static method in class is.codion.swing.common.ui.component.Components
- localTimeFieldPanel() - Static method in class is.codion.swing.common.ui.component.Components
- localTimeFieldPanel(Value<LocalTime>) - Static method in class is.codion.swing.common.ui.component.Components
- locateServer() - Method in interface is.codion.common.rmi.server.Server.Locator
-
Retrieves a Server from a registry running on the given host, using the given server name prefix as a condition.
- location - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- location(Point) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- location(Point) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
-
Overrides
DialogBuilder.locationRelativeTo(Component)
. - location(Point) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
-
Overrides
locationRelativeTo(Component)
andcenterFrame(boolean)
. - LOCATION - Static variable in interface is.codion.framework.model.test.TestDomain.Department
- locationRelativeTo - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- locationRelativeTo(Component) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- locationRelativeTo(Component) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
- locationRelativeTo(Component) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- locked() - Method in interface is.codion.common.model.condition.ConditionModel
- locked() - Method in interface is.codion.common.model.summary.SummaryModel
- locked() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- locked() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
-
Returns a
State
instance controlling whether this model is locked or not. - locked() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- Log4jProxy - Class in is.codion.plugin.log4j
-
A Log4j LoggerProxy implementation
- Log4jProxy() - Constructor for class is.codion.plugin.log4j.Log4jProxy
- LogbackProxy - Class in is.codion.plugin.logback
-
A Logback LoggerProxy implementation
- LogbackProxy() - Constructor for class is.codion.plugin.logback.LogbackProxy
- logDocument() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- LoggerProxy - Interface in is.codion.common.logging
-
A logging proxy facilitating the setting of log levels
- loggingEnabled() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- login() - Static method in class is.codion.common.i18n.Messages
- login() - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder.LoginProvider
-
Performs the login and returns the User, may not return null.
- login(RemoteClient) - Method in interface is.codion.common.rmi.server.Authenticator
-
Performs login validation for the user specified by the remote client and returns a remote client with the same clientId and user but possibly a different databaseUser to propagate to further login procedures
- LOGIN_TIMEOUT - Static variable in interface is.codion.common.db.database.Database
-
Specifies the default login timeout (in seconds).
- loginDelayFactor() - Method in interface is.codion.tools.loadtest.LoadTest
-
This value controls the factor with which to multiply the think time when logging in, this helps spread the application logins when creating a batch of application.
- loginDelayFactor(int) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- loginDialog() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- LoginDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
A login dialog builder.
- LoginDialogBuilder.LoginValidator - Interface in is.codion.swing.common.ui.dialog
-
Validates a login attempt.
- LoginException - Exception in is.codion.common.rmi.server.exception
-
An exception indicating that a login has failed
- LoginException(String) - Constructor for exception is.codion.common.rmi.server.exception.LoginException
-
Instantiates a new
LoginException
- loginPanelSouthComponent(Supplier<JComponent>) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
-
Note that this does not apply when a custom
EntityApplicationPanel.Builder.LoginProvider
has been specified. - loginProvider(EntityApplicationPanel.Builder.LoginProvider) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- loginRequired(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
-
If this is set to false, the
EntityApplicationPanel.Builder.connectionProviderFactory(ConnectionProviderFactory)
User
argument will be null. - logLevel() - Method in class is.codion.tools.monitor.model.ServerMonitor
- logLevels() - Method in class is.codion.tools.monitor.model.ServerMonitor
- logo() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- logo() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- logo(int) - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- logo(int) - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- logoBlack() - Static method in interface is.codion.swing.common.ui.icon.Logos
- logoRed() - Static method in interface is.codion.swing.common.ui.icon.Logos
- Logos - Interface in is.codion.swing.common.ui.icon
-
Provides logos.
- logoTransparent() - Static method in interface is.codion.swing.common.ui.icon.Logos
- logout(RemoteClient) - Method in interface is.codion.common.rmi.server.Authenticator
-
Called after the given client has been disconnected
- logShutdownAndReturn(T) - Method in class is.codion.common.rmi.server.AbstractServer
-
Logs the given exception and shuts down this server
- logTreeModel() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- longAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Long based attribute, associated with this EntityType.
- longColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Long based column, associated with this EntityType.
- longField() - Static method in class is.codion.swing.common.ui.component.Components
- longField(Value<Long>) - Static method in class is.codion.swing.common.ui.component.Components
- longField(Attribute<Long>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
NumberField
builder based on the given attribute. - longValue(String) - Static method in class is.codion.common.Configuration
-
Creates a long configuration value
- longValue(String) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given long property
- longValue(String, long) - Static method in class is.codion.common.Configuration
-
Creates a long configuration value
- longValue(String, long) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given long property
- lookAndFeel() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
- lookAndFeelClassName(String) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
-
Sets the look and feel classname, overrides any look and feel settings found in user preferences.
- lookAndFeelComboBox() - Static method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
Instantiates a new
LookAndFeelComboBox
displaying the available look and feels - lookAndFeelComboBox(boolean) - Static method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
Instantiates a new
LookAndFeelComboBox
displaying the available look and feels - LookAndFeelComboBox - Class in is.codion.swing.common.ui.laf
-
A combo box for selecting a LookAndFeel.
- lookAndFeelInfo() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
- lookAndFeelProvider(UIManager.LookAndFeelInfo) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Instantiates a new LookAndFeelProvider, using
UIManager.setLookAndFeel(String)
to enable. - lookAndFeelProvider(UIManager.LookAndFeelInfo, Consumer<UIManager.LookAndFeelInfo>) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Instantiates a new LookAndFeelProvider.
- LookAndFeelProvider - Interface in is.codion.swing.common.ui.laf
-
Provides a LookAndFeel implementation.
- lookAndFeelProviders() - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
- lookAndFeelSelectionDialog() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- LookAndFeelSelectionDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
Builds a dialog for selecting a look and feel.
- lowerBound() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- lowerBound() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.Fields
- lowerCase(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- lowerCase(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- lowerCase(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
Makes the field convert all upper case input to lower case
- lowerCase(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
-
Makes the field convert all upper case input to lower case
- lowerCase(Document) - Static method in class is.codion.swing.common.ui.component.text.TextComponents
-
Makes the given document convert all upper case input to lower case, supports
SizedDocument
andAbstractDocument
- LOWERCASE - Enum constant in enum class is.codion.swing.common.ui.component.text.CaseDocumentFilter.DocumentCase
M
- main(String[]) - Static method in class is.codion.framework.server.EntityServer
-
If no arguments are supplied a new EntityServer is started.
- main(String[]) - Static method in class is.codion.tools.generator.ui.DomainGeneratorPanel
-
Runs a DomainGeneratorPanel instance in a frame
- main(String[]) - Static method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- mainPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- maintainConnections(Collection<AbstractServer.ClientConnection<AbstractRemoteEntityConnection>>) - Method in class is.codion.framework.server.EntityServer
- maintainConnections(Collection<AbstractServer.ClientConnection<T>>) - Method in class is.codion.common.rmi.server.AbstractServer
-
Maintains the given connections, that is, disconnects inactive or invalid connections, if required.
- major() - Method in interface is.codion.common.version.Version
- major(int) - Method in interface is.codion.common.version.Version.Builder
- majorTickSpacing(int) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- map(Function<T, T>) - Method in class is.codion.common.value.AbstractValue
- map(Function<T, T>) - Method in interface is.codion.common.value.Value
-
Sets a new value mapped from the current value.
- margin(Insets) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- margin(Insets) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- MariaDBDatabaseFactory - Class in is.codion.dbms.mariadb
-
Provides mariadb database implementations
- MariaDBDatabaseFactory() - Constructor for class is.codion.dbms.mariadb.MariaDBDatabaseFactory
- mask(String) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- mask(String) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- maskedTextField() - Static method in class is.codion.swing.common.ui.component.Components
- maskedTextField(Value<String>) - Static method in class is.codion.swing.common.ui.component.Components
- maskedTextField(Attribute<String>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a masked text field builder based on the given attribute.
- MaskedTextFieldBuilder - Interface in is.codion.swing.common.ui.component.text
-
Builds a formatted text field.
- MaskFormatterBuilder - Interface in is.codion.swing.common.ui.component.text
-
Builds a
MaskFormatter
instance. - MASTER_CODE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- MASTER_FK - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- MASTER_ID - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- MASTER_NAME - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- MAX_COMMISSION - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- MAX_SALARY - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- maximizeFrame(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- maximum(T) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- MAXIMUM - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The maximum of the supplied values
- MAXIMUM_FRACTION_DIGITS - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies the default maximum number of fraction digits for double property values
Note that values are rounded when set. - MAXIMUM_MATCH - Enum constant in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Identifies the completion mode MaximumMatch
- maximumCheckOutTime() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- maximumCheckOutTime() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- maximumFractionDigits() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- maximumFractionDigits(int) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the maximum fraction digits to show for this attribute, only applicable to attributes based on decimal types.
- maximumFractionDigits(int) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- maximumHeight(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- maximumHeight(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- maximumLength() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- maximumLength(int) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the maximum length of this attribute value, this applies to String (varchar) based attributes
- maximumLength(int) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- maximumLength(int) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- maximumLength(Document, int) - Static method in class is.codion.swing.common.ui.component.text.TextComponents
-
Sets the maximum length for the given document, supports
SizedDocument
andAbstractDocument
- maximumMatch(C) - Static method in class is.codion.swing.common.ui.component.combobox.Completion
-
Enables maximum match on the given combobox
- maximumMatch(C, Completion.Normalize) - Static method in class is.codion.swing.common.ui.component.combobox.Completion
-
Enables maximum match on the given combobox
- maximumMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- maximumNumberOfParameters() - Method in class is.codion.common.db.database.AbstractDatabase
- maximumNumberOfParameters() - Method in interface is.codion.common.db.database.Database
-
Returns the maximum number of prepared statement parameters, supported by this database.
- maximumPoolSize() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- maximumProgress(int) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- maximumProgress(int) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
-
Note that calling this method renders the progress bar determinate
- maximumProgress(int) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
-
Note that calling this method renders the progress bar determinate
- maximumRowCount(int) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- maximumRowCount(int) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- maximumRowCount(int) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- maximumSize(Dimension) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- maximumSize(Dimension) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- maximumThinkTime() - Method in interface is.codion.tools.loadtest.LoadTest
- maximumThinkTime(int) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- maximumValue() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- maximumValue(Number) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Only applicable to numerical attributes
- maximumValue(Number) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- maximumWidth(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- maximumWidth(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- maxMemory() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- maxMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin
- maxWidth(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- memoryUsage() - Method in class is.codion.tools.monitor.model.ServerMonitor
- memoryUsageDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- memoryUsageDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- menu() - Static method in class is.codion.swing.common.ui.component.Components
- menu(Controls) - Static method in class is.codion.swing.common.ui.component.Components
- menu(Controls.ControlsBuilder) - Static method in class is.codion.swing.common.ui.component.Components
- MENU - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.AutoResizeModeSelection
-
Display toggle controls directly in the menu.
- MENU - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.ColumnSelection
-
Display toggle controls directly in the menu.
- MENU - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.EditAttributeSelection
-
Display an item for each attribute in a submenu.
- menuBar(JMenuBar) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- MenuBuilder - Interface in is.codion.swing.common.ui.component.button
-
A builder for menus.
- menuItem() - Static method in class is.codion.swing.common.ui.component.Components
- menuItem(Control) - Static method in class is.codion.swing.common.ui.component.Components
- menuItem(Control.Builder<?, ?>) - Static method in class is.codion.swing.common.ui.component.Components
- menuItem(Action) - Static method in class is.codion.swing.common.ui.component.Components
- menuItemBuilder(MenuItemBuilder<?, ?>) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- MenuItemBuilder<C extends JMenuItem,
B extends MenuItemBuilder<C, B>> - Interface in is.codion.swing.common.ui.component.button -
Builds a JMenuItem.
- menuListener(MenuListener) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- MERGE - Enum constant in enum class is.codion.swing.common.model.component.table.FilterTableModel.RefreshStrategy
-
Merges the refreshed data with the data already in the table model, by removing rows that are missing, replacing existing rows and adding new ones.
- message(String) - Method in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
- MESSAGE - Enum constant in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
- messageBundle(Class<?>, ResourceBundle) - Static method in interface is.codion.common.resource.MessageBundle
- MessageBundle - Interface in is.codion.common.resource
-
An overridable resource bundle.
- Messages - Class in is.codion.common.i18n
-
A class providing shared i18n messages.
- metadata() - Method in interface is.codion.common.version.Version
- metadata(String) - Method in interface is.codion.common.version.Version.Builder
- method() - Method in interface is.codion.common.logging.MethodLogger.Entry
- method(String, ProxyBuilder.ProxyMethod<T>) - Method in interface is.codion.common.proxy.ProxyBuilder
-
Proxy the given no-argument method with the given proxy method.
- method(String, Class<?>, ProxyBuilder.ProxyMethod<T>) - Method in interface is.codion.common.proxy.ProxyBuilder
-
Proxy the given single-argument method with the given proxy method.
- method(String, List<Class<?>>, ProxyBuilder.ProxyMethod<T>) - Method in interface is.codion.common.proxy.ProxyBuilder
-
Proxy the given method with the given proxy method.
- methodLogger(int) - Static method in interface is.codion.common.logging.MethodLogger
-
Creates a new MethodLogger, disabled by default.
- methodLogger(int, MethodLogger.ArgumentToString) - Static method in interface is.codion.common.logging.MethodLogger
-
Creates a new MethodLogger, disabled by default.
- MethodLogger - Interface in is.codion.common.logging
-
A method call logger allowing logging of nested method calls.
- MethodLogger.ArgumentToString - Interface in is.codion.common.logging
-
Provides String representations of method arguments for log display.
- MethodLogger.DefaultArgumentToString - Class in is.codion.common.logging
-
Provides String representations of method arguments.
- MethodLogger.Entry - Interface in is.codion.common.logging
-
A method logger entry.
- MGR - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- MGR_FK - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- MIN_COMMISSION - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- MIN_SALARY - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- minimum(T) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- MINIMUM - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The minimum of the supplied values
- MINIMUM_MAXIMUM - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The minimum and maximum of the supplied values
- minimumCheckOutTime() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- minimumHeight(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- minimumHeight(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- minimumLayoutSize(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- minimumPoolSize() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- minimumSize(Dimension) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- minimumSize(Dimension) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- minimumThinkTime() - Method in interface is.codion.tools.loadtest.LoadTest
- minimumThinkTime(int) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- minimumValue() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- minimumValue(Number) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Only applicable to numerical attributes
- minimumValue(Number) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- minimumWidth(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- minimumWidth(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- minor() - Method in interface is.codion.common.version.Version
- minor(int) - Method in interface is.codion.common.version.Version.Builder
- minorTickSpacing(int) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- minWidth(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- mnemonic() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns the mnemonic associated with this attribute.
- mnemonic() - Method in interface is.codion.swing.common.ui.control.Control
- mnemonic(char) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the mnemonic to use when creating a label for this attribute
- mnemonic(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- mnemonic(int) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- mnemonic(int) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- modal(boolean) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- modal(boolean) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- model() - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
- model() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- model() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- model() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- model() - Method in class is.codion.swing.framework.ui.EntityPanel
- model() - Method in class is.codion.tools.loadtest.ui.LoadTestPanel
- model() - Method in class is.codion.tools.monitor.ui.ClientMonitorPanel
- model() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- model() - Method in class is.codion.tools.monitor.ui.ServerMonitorPanel
- model(Class<? extends SwingEntityModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Sets the model class
- model(Function<EntityConnectionProvider, SwingEntityModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Takes precedence over
SwingEntityModel.Builder.model(Class)
. - modified() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns true if one or more writable attributes have been modified from their initial value, non-insertable and non-updatable attributes are excluded unless they are transient and modify the entity.
- modified() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Returns a
StateObserver
indicating whether any values have been modified. - modified() - Method in interface is.codion.framework.model.EntityEditModel.EditableValue
-
Returns a
StateObserver
instance indicating whether the value of the given attribute has been modified. - modified(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns true if the value associated with the given attribute has been modified since first set, note that this does not apply to attributes based on derived values.
- MODIFIED_INDICATOR - Static variable in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Specifies whether label text should be underlined to indicate that the associated value is modified Value type: Boolean Default value: true
- MODIFIED_INDICATOR_UNDERLINE_STYLE - Static variable in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
The type of underline to use to indicate a modified value Value type: Integer Default value:
TextAttribute.UNDERLINE_LOW_DOTTED
Valid values:TextAttribute
.UNDERLINE_* - MODIFIED_WARNING - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Indicates whether the panel should ask for confirmation before discarding unsaved modifications Value type: Boolean Default value: false
- modifiedIndicator() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
If set to true then component labels will indicate that the value is modified.
- modifiedRow() - Method in exception is.codion.common.db.exception.RecordModifiedException
- modifiedWarning() - Static method in class is.codion.framework.i18n.FrameworkMessages
- modifiedWarning(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- modifiedWarningTitle() - Static method in class is.codion.framework.i18n.FrameworkMessages
- modifiers(int) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
- modifiesEntity() - Method in interface is.codion.framework.domain.entity.attribute.TransientAttributeDefinition
- modifiesEntity(boolean) - Method in interface is.codion.framework.domain.entity.attribute.TransientAttributeDefinition.Builder
-
Default true.
- modify(Entity) - Method in class is.codion.framework.domain.test.DefaultEntityFactory
- modify(Entity) - Method in interface is.codion.framework.domain.test.DomainTest.EntityFactory
-
Modifies one or more values in
entity
, for the update test. - module() - Method in class is.codion.framework.json.domain.EntityObjectMapper
- MOUSE_BUTTON - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
-
Identifies the left and right mouse buttons as the zooming device.
- MOUSE_WHEEL - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
-
Identifies the mouse scroll wheel as the zooming device.
- mouseListener(MouseListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- mouseListener(MouseListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- mouseMotionListener(MouseMotionListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- mouseMotionListener(MouseMotionListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- mouseWheelListener(MouseWheelListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- mouseWheelListener(MouseWheelListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- mouseWheelScrolling(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Enable mouse wheel scrolling on the combo box
- mouseWheelScrolling(boolean) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- mouseWheelScrolling(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
-
Enable mouse wheel scrolling on the combo box
- mouseWheelScrolling(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
-
Enable mouse wheel scrolling on the slider
- mouseWheelScrolling(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
-
Enable mouse wheel scrolling on the spinner
- mouseWheelScrollingReversed(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
-
Enable reversed mouse wheel scrolling on the slider
- mouseWheelScrollingReversed(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
-
Enable reversed mouse wheel scrolling on the spinner
- mouseWheelScrollingWithWrapAround(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Enable mouse wheel scrolling on the combo box, with wrap around
- mouseWheelScrollingWithWrapAround(boolean) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- mouseWheelScrollingWithWrapAround(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
-
Enable mouse wheel scrolling on the combo box, with wrap around
- MOVE_COLUMN_LEFT - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Moves the selected column to the left.
Default key stroke: CTRL-SHIFT-LEFT - MOVE_COLUMN_RIGHT - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Moves the selected column to the right.
Default key stroke: CTRL-SHIFT-RIGHT - MOVE_SELECTION_DOWN - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Moves the selection down.
Default key stroke: ALT-SHIFT-DOWN - MOVE_SELECTION_UP - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Moves the selection up.
Default key stroke: ALT-SHIFT-UP - moveCaretToEndOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- moveCaretToFrontOnSelection(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
When a JComboBox is editable, and a long item is selected, the caret is moved to the end, hiding the start of the selected item.
- moveCaretToFrontOnSelection(boolean) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- moveCaretToStartOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- moveDown() - Method in interface is.codion.common.model.selection.MultiItemSelection.Indexes
-
Moves all selected indexes down one index, wraps around.
- moveUp() - Method in interface is.codion.common.model.selection.MultiItemSelection.Indexes
-
Moves all selected indexes up one index, wraps around.
- multiClickThreshold(long) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- MultiItemSelection<T> - Interface in is.codion.common.model.selection
-
A selection model
- MultiItemSelection.Indexes - Interface in is.codion.common.model.selection
-
Manages the selected indexes.
- MultiItemSelection.Items<R> - Interface in is.codion.common.model.selection
-
Manages the the selected items.
- multiple() - Method in interface is.codion.common.model.selection.MultiItemSelection
- MultipleRecordsFoundException - Exception in is.codion.common.db.exception
-
Exception used when one record was expected but many were found.
- MultipleRecordsFoundException(String) - Constructor for exception is.codion.common.db.exception.MultipleRecordsFoundException
-
Instantiates a new MultipleRecordsFoundException
- multiSelectionValue() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- multiSelector(Supplier<Collection<T>>) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
-
Returns a
SelectionDialogBuilder.MultiSelector
implmentation based on a selection dialog. - mutable() - Method in interface is.codion.framework.domain.entity.Entity.Copy
-
Returns a mutable copy of this entity.
- mutable() - Method in interface is.codion.framework.domain.entity.Entity
- Mutable<T> - Interface in is.codion.common.observer
-
A wrapper for a mutable value, providing a change observer.
- MySQLDatabaseFactory - Class in is.codion.dbms.mysql
-
Provides mysql database implementations
- MySQLDatabaseFactory() - Constructor for class is.codion.dbms.mysql.MySQLDatabaseFactory
N
- name() - Method in interface is.codion.common.db.database.Database
- name() - Method in interface is.codion.common.db.operation.FunctionType
- name() - Method in interface is.codion.common.db.operation.ProcedureType
- name() - Method in interface is.codion.common.db.report.ReportType
- name() - Method in interface is.codion.framework.domain.DomainType
- name() - Method in interface is.codion.framework.domain.entity.attribute.Attribute
- name() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Note: returns null when used in a remote connection context.
- name() - Method in interface is.codion.framework.domain.entity.condition.ConditionType
- name() - Method in interface is.codion.framework.domain.entity.EntityType
- name() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainOperation
- name() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- name() - Method in interface is.codion.swing.common.ui.control.Control
- name() - Method in interface is.codion.swing.common.ui.control.ControlKey
- name() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- name() - Method in interface is.codion.tools.loadtest.LoadTest
- name() - Method in interface is.codion.tools.loadtest.LoadTest.Scenario
- name() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- name(String) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Sets the actual string used as column name when inserting and updating.
- name(String) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- name(String) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- name(String) - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Builder
- NAME - Enum constant in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
- NAME - Static variable in interface is.codion.framework.model.test.TestDomain.Department
- NAME - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- NAME - Static variable in interface is.codion.framework.model.test.TestDomain.Master
- namePrefix(String) - Method in interface is.codion.common.rmi.server.Server.Locator.Builder
- namePrefix(String) - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
- namePrefix(String) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider.Builder
- NavigableImagePanel - Class in is.codion.plugin.imagepanel
-
NavigableImagePanel
is a lightweight container displaying an image that can be zoomed in and out and panned with ease and simplicity, using an adaptive rendering for high quality display and satisfactory performance. - NavigableImagePanel() - Constructor for class is.codion.plugin.imagepanel.NavigableImagePanel
-
Creates a new navigable image panel with no default image and the mouse scroll wheel as the zooming device.
- NavigableImagePanel(BufferedImage) - Constructor for class is.codion.plugin.imagepanel.NavigableImagePanel
-
Creates a new navigable image panel with the specified image and the mouse scroll wheel as the zooming device.
- NavigableImagePanel.ZoomDevice - Class in is.codion.plugin.imagepanel
-
Defines zoom devices.
- NAVIGATE_DOWN - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Navigates to the selected child panel, if one is available.
Default key stroke: CTRL-ALT-DOWN ARROW - NAVIGATE_LEFT - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Navigates to the sibling panel on the left, if one is available.
Default key stroke: CTRL-ALT-LEFT ARROW - NAVIGATE_RIGHT - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Navigates to the sibling panel on the right, if one is available.
Default key stroke: CTRL-ALT-RIGHT ARROW - NAVIGATE_UP - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Navigates to the parent panel, if one is available.
Default key stroke: CTRL-ALT-UP ARROW - NEITHER - Enum constant in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Centers neither the selected column nor row.
- NEVER - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Always close the menu when clicked.
- next() - Method in interface is.codion.common.db.result.ResultIterator
- next() - Method in class is.codion.plugin.jasperreports.JasperReportsDataSource
- next() - Method in class is.codion.swing.common.model.component.button.NullableToggleButtonModel.ToggleState
-
Iterates between the states: null -> false -> true
- NEXT_DAY - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next day.
Default key stroke: RIGHT ARROW - NEXT_HOUR - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next hour.
Default key stroke: SHIFT-ALT-UP ARROW - NEXT_MINUTE - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next minute.
Default key stroke: CTRL-ALT-UP ARROW - NEXT_MONTH - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next month.
Default key stroke: SHIFT-UP ARROW - NEXT_OPERATOR - Static variable in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.ControlKeys
-
Select the next condition operator.
Default key stroke: CTRL-DOWN ARROW - NEXT_WEEK - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next week.
Default key stroke: DOWN ARROW - NEXT_YEAR - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next year.
Default key stroke: CTRL-UP ARROW - nextResult() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
-
Finds the next value and selects the row, if none is found the selection is cleared
- nextSearchPosition() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
-
Moves to the next search position, if available, with wrap-around.
- nextSortOrder(SortOrder) - Static method in interface is.codion.swing.common.model.component.table.FilterTableSortModel
- no() - Static method in class is.codion.common.i18n.Messages
- NO - Enum constant in enum class is.codion.swing.common.ui.component.combobox.Completion.Normalize
-
The String should not be normalized.
- NONE - Enum constant in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
No wildcard
- NONE - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
No summary
- NONE - Enum constant in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Identifies the no completion mode
- NONE - Enum constant in enum class is.codion.swing.common.ui.component.text.CaseDocumentFilter.DocumentCase
- NONE - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
-
Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method).
- NONE - Static variable in interface is.codion.swing.framework.ui.EntityEditPanel.Confirmer
-
A convenience instance indicating no confirmation is needed.
- NONE - Static variable in interface is.codion.swing.framework.ui.EntityPanel.DetailLayout
-
A convenience instance for indicating no detail layout.
- nonNull(Object) - Static method in class is.codion.common.Nulls
-
Included to skip the array creation in the varargs version
- nonNull(Object...) - Static method in class is.codion.common.Nulls
- nonNull(T) - Method in interface is.codion.common.value.Value.BuilderFactory
- northComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- northPanel(JPanel) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- northPanel(JPanel) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- noSearchResults() - Static method in class is.codion.framework.i18n.FrameworkMessages
- not() - Method in interface is.codion.common.state.StateObserver
- NOT_BETWEEN - Enum constant in enum class is.codion.common.Operator
-
x > α > y
- NOT_BETWEEN_EXCLUSIVE - Enum constant in enum class is.codion.common.Operator
-
x ≥ α ≥ y
- NOT_EQUAL - Enum constant in enum class is.codion.common.Operator
-
α ≠x
- NOT_IN - Enum constant in enum class is.codion.common.Operator
-
α ∉ {x,y,z...}
- notBetween(T, T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'notBetween'
ColumnCondition
. - notBetweenExclusive(T, T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'notBetweenExclusive'
ColumnCondition
. - notEmpty() - Method in interface is.codion.common.value.ValuesObserver
- notEmpty() - Method in interface is.codion.swing.common.ui.control.Controls
- notEqualTo(Entity) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyCondition.Factory
-
Returns a 'notEqualTo'
Condition
or 'isNotNull' in case the value is null. - notEqualTo(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'equalTo'
ColumnCondition
or 'isNotNull' in case the value is null. - notEqualToIgnoreCase(Character) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'notEqualTo'
ColumnCondition
or 'isNotNull' in case the value is null. - notEqualToIgnoreCase(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'notEqualTo'
ColumnCondition
or 'isNotNull' in case the value is null. - notify(Value.Notify) - Method in interface is.codion.common.value.Value.Builder
- notifyAfterDelete(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that delete has been performed
- notifyAfterInsert(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that insert has been performed
- notifyAfterUpdate(Map<Entity.Key, Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that update has been performed
- notifyBeforeDelete(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that delete is about to be performed
- notifyBeforeInsert(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that insert is about to be performed
- notifyBeforeUpdate(Map<Entity.Key, Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that update is about to be performed
- notifyFailure(Exception) - Method in class is.codion.common.model.FilterModel.AbstractRefresher
-
Triggers the refresh failed event
- notifyListeners() - Method in class is.codion.common.value.AbstractValue
-
Notifies listeners that the underlying value has changed or at least that it may have changed
- notifySuccess(Collection<T>) - Method in class is.codion.common.model.FilterModel.AbstractRefresher
-
Triggers the successful refresh event with the given items
- notIn(Entity...) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyCondition.Factory
-
Returns a 'notIn'
Condition
. - notIn(Collection<? extends T>) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'notIn'
ColumnCondition
. - notIn(Collection<Entity>) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyCondition.Factory
-
Returns a 'notIn' condition.
- notIn(T...) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'notIn'
ColumnCondition
. - notInIgnoreCase(String...) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'notIn'
ColumnCondition
. - notInIgnoreCase(Collection<String>) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'notIn'
ColumnCondition
. - notLike(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a 'like'
ColumnCondition
or 'isNotNull' in case the value is null. - notLikeIgnoreCase(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition.Factory
-
Returns a case-insensitive 'notLike'
ColumnCondition
or 'isNotNull' in case the value is null. - NULL - Static variable in class is.codion.swing.common.model.component.button.NullableToggleButtonModel
-
The item state NULL.
- NULL_CAPTION - Static variable in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
-
Specifies the caption used by default to represent the null item in combo box models.
- NULL_PROXY - Static variable in interface is.codion.common.logging.LoggerProxy
-
The null logger proxy instance, zero functionality.
- nullable() - Method in interface is.codion.common.state.StateObserver
- nullable() - Method in class is.codion.common.value.AbstractValue
- nullable() - Method in interface is.codion.common.value.Value.BuilderFactory
- nullable() - Method in interface is.codion.common.value.ValueObserver
-
If false then get() is guaranteed to never return null.
- nullable() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- nullable(boolean) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies whether this attribute is nullable.
- nullable(boolean) - Method in interface is.codion.swing.common.ui.component.button.CheckBoxBuilder
- nullable(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- nullable(boolean) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
-
Specifies whether the
ComponentValue
created by this builder is nullable, default true. - nullable(Attribute<?>) - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
- nullable(Entity, Attribute<T>) - Method in class is.codion.framework.domain.entity.DefaultEntityValidator
- nullable(Entity, Attribute<T>) - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Returns true if the value based on the given attribute accepts a null value for the given entity, by default this method simply returns the nullable state of the underlying attribute.
- nullable(T) - Method in interface is.codion.common.value.Value.BuilderFactory
- NullableCheckBox - Class in is.codion.swing.common.ui.component.button
-
A JCheckBox implementation, which allows null values, via
NullableToggleButtonModel
. - NullableCheckBox() - Constructor for class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Instantiates a new NullableCheckBox with no caption.
- NullableCheckBox(NullableToggleButtonModel) - Constructor for class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Instantiates a new NullableCheckBox with no caption.
- NullableCheckBox(NullableToggleButtonModel, String) - Constructor for class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Instantiates a new NullableCheckBox.
- NullableCheckBox(NullableToggleButtonModel, String, Icon) - Constructor for class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Instantiates a new NullableCheckBox.
- NullableToggleButtonModel - Class in is.codion.swing.common.model.component.button
-
A ToggleButtonModel implementation, which allows the null state.
- NullableToggleButtonModel() - Constructor for class is.codion.swing.common.model.component.button.NullableToggleButtonModel
-
Instantiates a new
NullableToggleButtonModel
with a null initial state. - NullableToggleButtonModel(Boolean) - Constructor for class is.codion.swing.common.model.component.button.NullableToggleButtonModel
-
Instantiates a new
NullableToggleButtonModel
with the given initial state. - NullableToggleButtonModel.ToggleState - Class in is.codion.swing.common.model.component.button
- nullCaption(String) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Enables the null item and sets the null item caption.
- nullItem(T) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
-
Sets
FilterComboBoxModel.Builder.includeNull(boolean)
to true ifnullItem
is non-null, false otherwise. - nullOrder() - Method in interface is.codion.framework.domain.entity.OrderBy.OrderByColumn
- nullOrEmpty(String) - Static method in class is.codion.common.Text
-
Returns true if the given string is null or empty.
- nullOrEmpty(String...) - Static method in class is.codion.common.Text
-
Returns true if any of the given strings is null or empty.
- Nulls - Class in is.codion.common
-
Utility class for working with nulls.
- NULLS_FIRST - Enum constant in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Nulls first.
- NULLS_LAST - Enum constant in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Nulls last.
- nullSelected() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ComboBoxSelection
-
Returns true if this model contains null and it is selected.
- NullValidationException - Exception in is.codion.framework.domain.entity.exception
-
An exception used to indicate that a null value was being associated with a key which does not allow null values.
- NullValidationException(Attribute<?>, String) - Constructor for exception is.codion.framework.domain.entity.exception.NullValidationException
-
Instantiates a new NullValidationException
- number() - Method in class is.codion.swing.common.ui.component.text.NumberField
- NUMBER_FORMAT_GROUPING - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies whether number format grouping is used by default Value type: Boolean Default value: false
- NumberField<T extends Number> - Class in is.codion.swing.common.ui.component.text
-
A text field for numbers.
- NumberField.Builder<T extends Number> - Interface in is.codion.swing.common.ui.component.text
-
Builds a NumberField
- numberFormatGrouping(boolean) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies whether to use number grouping when presenting the value associated with this attribute.
- numberOfApplicationsDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- NumberSpinnerBuilder<T extends Number> - Interface in is.codion.swing.common.ui.component.spinner
-
A builder for number based JSpinner
- NUMERICAL_HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default horizontal alignment for numerical columns.
O
- OBJECT_INPUT_FILTER_FACTORY_CLASS_NAME - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies the
ObjectInputFilterFactory
class to use Value type: String Default value: none - ObjectInputFilterFactory - Interface in is.codion.common.rmi.server
-
Creates
ObjectInputFilter
a instance. - objectInputFilterFactoryClassName() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- objectInputFilterFactoryClassName(String) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- Observable<T> - Interface in is.codion.common.observer
-
A wrapper for a value, providing a change observer.
- observer() - Method in interface is.codion.common.event.Event
- observer() - Method in class is.codion.common.model.FilterModel.AbstractRefresher
- observer() - Method in interface is.codion.common.model.FilterModel.Refresher
- observer() - Method in interface is.codion.common.observer.Observable
- observer() - Method in interface is.codion.common.state.State
-
Returns a
StateObserver
notified each time the state changes - observer() - Method in class is.codion.common.value.AbstractValue
- observer() - Method in interface is.codion.common.value.Value
-
Returns a
ValueObserver
notified each time this value changes. - observer() - Method in interface is.codion.common.value.ValueList
- observer() - Method in interface is.codion.common.value.Values
-
Returns a
ValuesObserver
notified each time this value changes. - observer() - Method in interface is.codion.common.value.ValueSet
- observer() - Method in class is.codion.swing.common.model.component.button.NullableToggleButtonModel.ToggleState
- observer() - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel
- Observer<T> - Interface in is.codion.common.observer
-
Manages event listeners.
- offset() - Method in interface is.codion.framework.db.EntityConnection.Select
- offset(Integer) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
- offsetDateTimeAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new OffsetDateTime based attribute, associated with this EntityType.
- offsetDateTimeColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new OffsetDateTime based column, associated with this EntityType.
- offsetDateTimeField() - Static method in class is.codion.swing.common.ui.component.Components
- offsetDateTimeField(Value<OffsetDateTime>) - Static method in class is.codion.swing.common.ui.component.Components
- ok() - Static method in class is.codion.common.i18n.Messages
- okAction(Action) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
- okCancelDialog(JComponent) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- OkCancelDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
Builds a modal dialog for displaying the given
component
, with OK and Cancel buttons based on the given actions. - okEnabled(StateObserver) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
-
Note that this is overridden by
OkCancelDialogBuilder.okAction(Action)
. - okMnemonic() - Static method in class is.codion.common.i18n.Messages
- ON_INSERT - Static variable in interface is.codion.framework.model.EntityTableModel
-
Specifies the default action a table model takes when entities are inserted via its edit model.
- onApplicationStarted(Consumer<P>) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- onBuild(Consumer<C>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- onBuild(Consumer<C>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- onBuildEditModel(Consumer<SwingEntityEditModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
- onBuildEditPanel(Consumer<EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- onBuildModel(Consumer<SwingEntityModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
- onBuildPanel(Consumer<EntityPanel>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- onBuildTableModel(Consumer<SwingEntityTableModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
- onBuildTablePanel(Consumer<EntityTablePanel>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- onBuildValue(Consumer<ComponentValue<T, C>>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- onBuildValue(Consumer<ComponentValue<T, C>>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- onCancel(Runnable) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
- onCancelled(Runnable) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onClose(Consumer<EntityConnectionProvider>) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- onClose(Consumer<EntityConnectionProvider>) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
- onClosed(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- onClosed(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- onClosing(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- onDelete(Collection<Entity>) - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- onDelete(Collection<Entity>) - Method in interface is.codion.framework.model.DetailModelLink
-
Called when delete is performed in the master model, regardless of entity type.
- onDelete(Consumer<Collection<Entity>>) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.DeleteCommandBuilder
- onDone(Runnable) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- ONE - Enum constant in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
- oneTouchExpandable(boolean) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- onException(Exception) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Handles the given exception, simply displays the error message to the user by default.
- onException(Exception) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Propagates the exception to
EntityEditPanel.onValidationException(ValidationException)
orEntityEditPanel.onReferentialIntegrityException(ReferentialIntegrityException)
depending on type, otherwise forwards to the super implementation. - onException(Exception) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Propagates the exception to
EntityTablePanel.onValidationException(ValidationException)
orEntityTablePanel.onReferentialIntegrityException(ReferentialIntegrityException)
depending on type, otherwise displays the exception. - onException(String) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onException(Consumer<Exception>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onException(Consumer<Exception>) - Method in interface is.codion.swing.common.ui.control.CommandControl.CommandControlBuilder
- onException(Consumer<Exception>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onException(Consumer<Exception>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditAttributeDialogBuilder
- onInsert() - Method in class is.codion.framework.model.AbstractEntityTableModel
- onInsert() - Method in interface is.codion.framework.model.EntityTableModel
- onInsert() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- onInsert(Collection<Entity>) - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- onInsert(Collection<Entity>) - Method in interface is.codion.framework.model.DetailModelLink
-
Called when a insert is performed in the master model, regardless of entity type.
- onInsert(Consumer<Entity>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.AddEntityDialogBuilder
- onInsert(Consumer<Collection<Entity.Key>>) - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
- onInsert(Consumer<Collection<Entity>>) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.InsertCommandBuilder
- onInterrupted(Runnable) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onKeyRelease(boolean) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Default false.
- onOk(Runnable) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
- onOpened(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- onOpened(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- onProgress(Consumer<Integer>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onPublish(Consumer<List<V>>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onReferentialIntegrityException(ReferentialIntegrityException) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Called when a
ReferentialIntegrityException
occurs. - onReferentialIntegrityException(ReferentialIntegrityException) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Called when a
ReferentialIntegrityException
occurs during a delete operation on the selected entities. - onResult(Runnable) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onResult(String) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onResult(Consumer<T>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onResult(Consumer<T>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onRowsUpdated(int, int) - Method in class is.codion.framework.model.AbstractEntityTableModel
-
Notifies all listeners that the given rows have changed
- onRowsUpdated(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- onSelection(Collection<Entity>) - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- onSelection(Collection<Entity>) - Method in interface is.codion.framework.model.DetailModelLink
-
Called when the selection changes in the master model
- onSetVisible(Consumer<C>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- onSetVisible(Consumer<C>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- onShown(Consumer<JDialog>) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- onShown(Consumer<JDialog>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- onStarted(Runnable) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
-
Note that this does not get called in case the background processing has finished before the
SwingWorker.StateValue.STARTED
change event is fired. - onTextChanged(Consumer<String>) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- onUpdate(Consumer<Entity>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditEntityDialogBuilder
- onUpdate(Consumer<Collection<Entity>>) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.UpdateCommandBuilder
- onUpdate(Map<Entity.Key, Entity>) - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- onUpdate(Map<Entity.Key, Entity>) - Method in interface is.codion.framework.model.DetailModelLink
-
Called when an update is performed in the master model, regardless of entity type.
- onValidationException(ValidationException) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Displays the exception message after which the component involved receives the focus.
- onValidationException(ValidationException) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Displays the exception message.
- onValidationException(Consumer<ValidationException>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditAttributeDialogBuilder
- onViewChanged(ConditionPanel.ConditionView) - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- onViewChanged(ConditionPanel.ConditionView) - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
- onViewChanged(ConditionPanel.ConditionView) - Method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- onViewChanged(ConditionPanel.ConditionView) - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
-
Called each time the condition view changes, override to update this panel according to the state
- opaque(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- opaque(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- operands() - Method in interface is.codion.common.model.condition.ConditionModel
- operands() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- operands() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- operation() - Method in exception is.codion.common.db.exception.ReferentialIntegrityException
- OPERATION - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.OperationColumns.Id
- OperationColumns() - Constructor for class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- operationTableModel() - Method in class is.codion.tools.monitor.model.ServerMonitor
- operator() - Method in interface is.codion.common.model.condition.ConditionModel
- operator() - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition
- operator() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- operator() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.Fields
- operator() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- operator(Operator) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- Operator - Enum Class in is.codion.common
-
Enumerating all the available operator types.
- operatorCaptions(Function<Operator, String>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.Builder
-
Provides captions for operators, displayed in the operator combo box
- operators() - Method in interface is.codion.common.model.condition.ConditionModel
- operators() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- operators() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- operators(List<Operator>) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- OPTIMISTIC_LOCKING - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
-
Specifies whether optimistic locking should be performed, that is, if entities should be selected for update and checked for modification before being updated Value type: Boolean Default value: true
- OPTIMISTIC_LOCKING - Static variable in interface is.codion.framework.domain.entity.EntityDefinition
-
Specifies whether optimistic locking should be enabled by default for entities Value type: Boolean Default value: true
- optimisticLocking() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- optimisticLocking(boolean) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Use this to disable optimistic locking for this entity type
- optional() - Method in interface is.codion.common.observer.Observable
- optional() - Method in interface is.codion.common.value.ValueObserver
- optional() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns the value of this key, wrapped in an
Optional
. - optional() - Method in class is.codion.swing.common.ui.component.text.TemporalField
- optional() - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- optional(C) - Method in interface is.codion.common.model.condition.TableConditionModel
-
The condition model associated with
identifier
- optional(Attribute<T>) - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttribute.SourceValues
-
Returns the source value associated with the given attribute.
- optional(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the value associated with
attribute
, wrapped in anOptional
. - optional(Column<T>) - Method in interface is.codion.framework.domain.entity.Entity.Key
- or(StateObserver...) - Static method in interface is.codion.common.state.State
-
Creates a new
State.Combination
instance usingConjunction.OR
. - or(Condition...) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a new
Condition.Combination
instance, combining the given conditions using the OR conjunction. - or(Collection<? extends StateObserver>) - Static method in interface is.codion.common.state.State
-
Creates a new
State.Combination
instance usingConjunction.OR
. - or(Collection<Condition>) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a new
Condition.Combination
instance, combining the given conditions using the OR conjunction. - OR - Enum constant in enum class is.codion.common.Conjunction
-
The OR conjunction.
- OracleDatabaseFactory - Class in is.codion.dbms.oracle
-
Provides oracle database implementations
- OracleDatabaseFactory() - Constructor for class is.codion.dbms.oracle.OracleDatabaseFactory
- ORDER_QUERY_BY_SORT_ORDER - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether the table model sort order is used as a basis for the query order by clause.
- orderBy() - Method in interface is.codion.framework.db.EntityConnection.Select
- orderBy() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- orderBy() - Method in interface is.codion.framework.domain.entity.query.SelectQuery
- orderBy() - Method in interface is.codion.framework.model.EntityQueryModel
-
Controls the order by clause to use when selecting the data for this model.
- orderBy(OrderBy) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Sets the
OrderBy
for this condition - orderBy(OrderBy) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the order by clause for this entity type.
- orderBy(OrderBy) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Specifies the
OrderBy
to use when selecting entities for this model. - orderBy(String) - Method in interface is.codion.framework.domain.entity.query.SelectQuery.Builder
-
Specifies the order by clause to use, without the ORDER BY keywords.
- OrderBy - Interface in is.codion.framework.domain.entity
-
Specifies an order by clause.
- OrderBy.Builder - Interface in is.codion.framework.domain.entity
-
Builds a
OrderBy
instance. - OrderBy.NullOrder - Enum Class in is.codion.framework.domain.entity
-
Specifies how to handle null values during order by.
- OrderBy.OrderByColumn - Interface in is.codion.framework.domain.entity
-
Specifies an order by column and whether it's ascending or descending
- orderByColumns() - Method in interface is.codion.framework.domain.entity.OrderBy
- orderQueryBySortOrder() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Specifies whether the current sort order is used as a basis for the query order by clause.
- orientation(int) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
- orientation(int) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- orientation(int) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- orientation(int) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- original(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the original value associated with
attribute
, or the current one if it has not been modified.. - originalEntrySet() - Method in interface is.codion.framework.domain.entity.Entity
- originalPrimaryKey() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the primary key of this entity, in its original state.
- originalPrimaryKeys(Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the primary keys of the given entities with their original values.
- other() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one query which does not fall under select, insert, delete or update
- OTHER - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Other
- otherPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- overwriteMode(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- overwriteMode(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- owner - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- owner(Component) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- owner(Component) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
-
Sets the dialog owner as the parent window of the given component.
- owner(Window) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- owner(Window) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
-
Sets the dialog owner as the given window.
- owner(JComponent) - Method in interface is.codion.swing.common.ui.dialog.FontSizeSelectionDialogBuilder
- owner(JComponent) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
P
- pack(ResultSet) - Method in interface is.codion.common.db.result.ResultPacker
-
Iterates through the given ResultSet, packing its contents into a List using
ResultPacker.get(ResultSet)
in the order they appear. - paint(Graphics) - Method in class is.codion.swing.common.ui.component.text.HintTextField
- paintComponent(Graphics) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Paints the panel and its image at the current zoom level, location, and interpolation method dependent on the image scale.
- paintIcon(FontIcon, ImageIcon) - Method in interface is.codion.swing.common.ui.icon.FontImageIcon.IconPainter
-
Paints the given font icon onto the given image icon
- paintLabels(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- paintTicks(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- paintTrack(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- panel() - Static method in class is.codion.swing.common.ui.component.Components
- panel(LayoutManager) - Static method in class is.codion.swing.common.ui.component.Components
- panel(Class<? extends EntityPanel>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
-
Note that setting the EntityPanel class overrides any table panel or edit panel classes that have been set.
- panel(JPanel) - Static method in class is.codion.swing.common.ui.component.Components
- PanelBuilder - Interface in is.codion.swing.common.ui.component.panel
-
Builds a JPanel instance.
- panelState(EntityPanel) - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailController
-
Note that the detail panel state may be shared between detail panels, as they may be displayed in a shared window.
- panelToImagePoint(Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Converts this panel's point into the original image point
- parameter(String, Object) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
- parameters() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- parameters() - Method in class is.codion.tools.loadtest.model.QueryLoadTestModel.QueryPerformer
-
For overriding, returns the parameter values to use for the next query execution, these must of course match the parameter slots in the underlying query.
- parentDialog(Component) - Static method in class is.codion.swing.common.ui.Utilities
-
Finds the first component of type
JDialog
in the parent hierarchy ofcomponent
. - parentFrame(Component) - Static method in class is.codion.swing.common.ui.Utilities
-
Finds the first component of type
JFrame
in the parent hierarchy ofcomponent
. - parentOfType(Class<T>, Component) - Static method in class is.codion.swing.common.ui.Utilities
-
Searches the parent component hierarchy of the given component for an ancestor of the given type
- parentPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- parentWindow() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- parentWindow(Component) - Static method in class is.codion.swing.common.ui.Utilities
-
Finds the first component of type
Window
in the parent hierarchy ofcomponent
. - parse(CharSequence, DateTimeFormatter) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.DateTimeParser
-
Parses the given text with the given formatter
- parse(Class<?>, String) - Static method in interface is.codion.common.version.Version
-
Reads a properties file from the classpath and parses the value associated with the 'version' key.
- parse(String) - Static method in interface is.codion.common.user.User
-
Parses a User from a string, containing a username and password with a single ':' as delimiter, i.e.
- parse(String) - Static method in interface is.codion.common.version.Version
-
Parses a string on the form x.y.z-metadata+build
- parse(String) - Method in interface is.codion.swing.common.ui.component.text.Parser
-
Parses a value from the given text
- parseCommaSeparatedValues(String) - Static method in class is.codion.common.Text
-
Parses, splits and trims the given comma separated string.
- Parser<T> - Interface in is.codion.swing.common.ui.component.text
-
Parses a value from a string
- Parser.ParseResult<T> - Interface in is.codion.swing.common.ui.component.text
-
The result of parsing a value from a String
- ParsingDocumentFilter<T> - Class in is.codion.swing.common.ui.component.text
-
A DocumentFilter which parses a value from the document text and allows for validation of the parsed value.
- ParsingDocumentFilter(Parser<T>) - Constructor for class is.codion.swing.common.ui.component.text.ParsingDocumentFilter
- password() - Static method in class is.codion.common.i18n.Messages
- password() - Method in interface is.codion.common.user.User
- PASSWORD_PROPERTY - Static variable in interface is.codion.common.db.database.Database
-
The constant used to denote the password value in the connection properties
- passwordField() - Static method in class is.codion.swing.common.ui.component.Components
- passwordField(Value<String>) - Static method in class is.codion.swing.common.ui.component.Components
- PasswordFieldBuilder - Interface in is.codion.swing.common.ui.component.text
-
Builds a JPasswordField.
- patch() - Method in interface is.codion.common.version.Version
- patch(int) - Method in interface is.codion.common.version.Version.Builder
- path() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- path() - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.BuilderFactory
-
Provides builder for a
Path
based file input panel. - PATH - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.ReportColumns.Id
- pathInputPanel() - Static method in class is.codion.swing.common.ui.component.Components
-
Provides builder for a
Path
based file input panel. - paused() - Method in interface is.codion.tools.loadtest.LoadTest
- perform() - Method in interface is.codion.framework.model.EntityEditModel.Delete.Task
-
May be called in a background thread.
- perform() - Method in interface is.codion.framework.model.EntityEditModel.Insert.Task
-
May be called in a background thread.
- perform() - Method in interface is.codion.framework.model.EntityEditModel.Update.Task
-
May be called in a background thread.
- perform(QueryLoadTestModel.QueryApplication) - Method in class is.codion.tools.loadtest.model.QueryLoadTestModel.QueryPerformer
- perform(T) - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Performer
-
Performs the scenario using the given application
- persist() - Method in interface is.codion.framework.model.EntityEditModel.EditableValue
-
Returns a
State
controlling whether the last used value for this attribute should persist when defaults are set. - PERSIST_FOREIGN_KEYS - Static variable in interface is.codion.framework.model.EntityEditModel
-
Specifies whether foreign key values should persist by default when defaults are set Value type: Boolean Default value: true
- PERSIST_MENU - Static variable in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
-
Specifies whether a menu persists after a toggle menu item has been toggled Value type:
ToggleMenuItemBuilder.PersistMenu
Default value:ToggleMenuItemBuilder.PersistMenu.ALWAYS
- persistMenu(ToggleMenuItemBuilder.PersistMenu) - Method in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
- placeholder(String) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- placeholder(String) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- placeholderCharacter(char) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- placeholderCharacter(char) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- poolCleanupInterval() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- pooledConnectionTimeout() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- PoolMonitor - Class in is.codion.tools.monitor.model
-
A class responsible for monitoring the connection pools of a given EntityServer.
- PoolMonitor(EntityServerAdmin, int) - Constructor for class is.codion.tools.monitor.model.PoolMonitor
-
Instantiates a new
PoolMonitor
- PoolMonitorPanel - Class in is.codion.tools.monitor.ui
-
A PoolMonitorPanel
- PoolMonitorPanel(PoolMonitor) - Constructor for class is.codion.tools.monitor.ui.PoolMonitorPanel
-
Instantiates a new PoolMonitorPanel
- POPULATED - Enum constant in enum class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns.Id
- populateSelected(Consumer<String>) - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- popupMenu(Function<C, JPopupMenu>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- popupMenu(Function<C, JPopupMenu>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- popupMenuControl(Function<C, Control>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- popupMenuControl(Function<C, Control>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- popupMenuControls(Function<C, Controls>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- popupMenuControls(Function<C, Controls>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- popupMenuListener(PopupMenuListener) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
-
Has no effect if a popup menu is not created.
- popupWidth(int) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Only applicable for the system and cross-platform Look and Feels.
- popupWidth(int) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- popupWidth(int) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
-
Only used for the system and cross-platform Look and Feels.
- port() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- port(int) - Method in interface is.codion.common.rmi.server.Server.Locator.Builder
- port(int) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- port(int) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- port(int) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- port(int) - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
- port(int) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider.Builder
- PORT - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The port which the http client should use.
Value type: Integer
Default value: 8080 - POST_EDIT_EVENTS - Static variable in interface is.codion.framework.model.EntityEditModel
-
Specifies whether edit models post their insert, update and delete events to
EntityEditEvents
Value type: Boolean Default value: true - postEditEvents() - Method in class is.codion.framework.model.AbstractEntityEditModel
- postEditEvents() - Method in interface is.codion.framework.model.EntityEditModel
- POSTFIX - Enum constant in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Wildcard added at end
- PostgreSQLDatabaseFactory - Class in is.codion.dbms.postgresql
-
Provides postgresql database implementations
- PostgreSQLDatabaseFactory() - Constructor for class is.codion.dbms.postgresql.PostgreSQLDatabaseFactory
- predicate() - Method in interface is.codion.common.model.FilterModel.VisibleItems
- predicate() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity.Exists
-
Controls the 'exists' predicate for this
EntityEditModel.EditableEntity.Exists
instance, which is responsible for providing the exists state of the underlying entity. - predicate() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity.Modified
-
Controls the 'modified' predicate for this
EntityEditModel.EditableEntity.Modified
instance, which is responsible for providing the modified state of the underlying entity. - predicate() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- predicate() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Filter
-
Controls the additional filter predicate, which is tested for items that pass all foreign key filters
- predicate(V) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemFinder
-
Returns the
Predicate
to use when searching for an item represented by the given value - preferredButtonSize(Dimension) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
- preferredHeight(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- preferredHeight(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- preferredLayoutSize(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- preferredSize(Dimension) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- preferredSize(Dimension) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- preferredSize(Dimension) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Selector
-
Sets the preferred size of the selection component.
- preferredSize(Dimension) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- preferredTextFieldHeight() - Static method in class is.codion.swing.common.ui.component.text.TextComponents
- preferredTextFieldSize() - Static method in class is.codion.swing.common.ui.component.text.TextComponents
- preferredWidth(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- preferredWidth(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- preferredWidth(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- PREFIX - Enum constant in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Wildard added at front
- PREFIX_AND_POSTFIX - Enum constant in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Wildcard added at front and at end
- prepare() - Method in interface is.codion.framework.model.EntityEditModel.Delete
-
Notifies listeners that a delete is about to be performed.
- prepare() - Method in interface is.codion.framework.model.EntityEditModel.Insert
-
Notifies listeners that an insert is about to be performed.
- prepare() - Method in interface is.codion.framework.model.EntityEditModel.Update
-
Notifies listeners that an update is about to be performed.
- pressedIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- PREVIOUS_DAY - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous day.
Default key stroke: LEFT ARROW - PREVIOUS_HOUR - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous hour.
Default key stroke: SHIFT-ALT-DOWN ARROW - PREVIOUS_MINUTE - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous minute.
Default key stroke: CTRL-ALT-DOWN ARROW - PREVIOUS_MONTH - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous month.
Default key stroke: SHIFT-DOWN ARROW - PREVIOUS_OPERATOR - Static variable in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.ControlKeys
-
Select the previous condition operator.
Default key stroke: CTRL-UP ARROW - PREVIOUS_WEEK - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous week.
Default key stroke: UP ARROW - PREVIOUS_YEAR - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous year.
Default key stroke: CTRL-DOWN ARROW - previousResult() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
-
Finds the previous value and selects the row, if none is found the selection is cleared
- previousSearchPosition() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
-
Moves to the previous search position, if available, with wrap-around.
- primaryKey() - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Returns a new
ColumnDefinition.Builder
instance, with the primary key index 0. - primaryKey() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- primaryKey() - Method in interface is.codion.framework.domain.entity.Entity.Key
- primaryKey() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the primary key of this entity.
- primaryKey() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- primaryKey(int) - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Returns a new
ColumnDefinition.Builder
instance, with the given primary key index. - primaryKey(EntityType, T) - Method in class is.codion.framework.domain.entity.DefaultEntities
- primaryKey(EntityType, T) - Method in interface is.codion.framework.domain.entity.Entities
-
Creates a new
Entity.Key
instance of the given entityType, initialised with the given value - primaryKey(T) - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
Creates a new
Entity.Key
instance based on this definition, initialised with the given value - primaryKeyColumnSuffix() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- primaryKeyColumnSuffix(String) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- primaryKeyIndex() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- primaryKeyMap(Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Maps the given entities to their primary key
- primaryKeyNull() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
- primaryKeys(EntityType, T...) - Method in class is.codion.framework.domain.entity.DefaultEntities
- primaryKeys(EntityType, T...) - Method in interface is.codion.framework.domain.entity.Entities
-
Creates new
Entity.Key
instances of the given entityType, initialised with the given values - primaryKeys(Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the primary keys of the given entities.
- print() - Static method in class is.codion.common.i18n.Messages
- print() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- print() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- PRINT - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
The main print action
Default key stroke: CTRL-P - PRINT_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing controls for printing. - printFocusOwner() - Static method in class is.codion.swing.common.ui.Utilities
-
For focus debug purposes, prints the new and old values to the standard output when the 'focusOwner' value changes in the current keyboard focus manager.
- printMnemonic() - Static method in class is.codion.common.i18n.Messages
- priority() - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel.ColumnSortOrder
- procedure(ProcedureType<C, T>) - Method in interface is.codion.framework.domain.Domain
-
Retrieves the procedure of the given type.
- procedure(ProcedureType<C, T>) - Method in class is.codion.framework.domain.DomainModel
- procedures() - Method in interface is.codion.framework.domain.Domain
- procedures() - Method in class is.codion.framework.domain.DomainModel
- procedureType(String) - Static method in interface is.codion.common.db.operation.ProcedureType
-
Creates a
ProcedureType
with the given name and types. - ProcedureType<C,
T> - Interface in is.codion.common.db.operation - processCpuLoad() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- processCpuLoad() - Method in interface is.codion.common.rmi.server.ServerAdmin
- processCpuLoad() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- processResult(Collection<T>) - Method in class is.codion.common.model.FilterModel.AbstractRefresher
-
Processes the refresh result, by replacing the current model items by the result items.
- PROGRESS_BAR - Enum constant in enum class is.codion.swing.framework.ui.component.EntitySearchField.SearchIndicator
-
Display an indeterminate progress bar while searching
- progressBar() - Static method in class is.codion.swing.common.ui.component.Components
- progressBar(BoundedRangeModel) - Static method in class is.codion.swing.common.ui.component.Components
- ProgressBarBuilder - Interface in is.codion.swing.common.ui.component.progressbar
-
Builds a JProgressBar.
- progressBarSize(Dimension) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- progressBarSize(Dimension) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- progressDialog() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- ProgressDialog - Class in is.codion.swing.common.ui.dialog
-
A dialog containing a progress bar.
- ProgressDialog.Builder - Interface in is.codion.swing.common.ui.dialog
-
A builder for
ProgressDialog
. - progressReporter(Consumer<Integer>) - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
- ProgressWorker<T,
V> - Class in is.codion.swing.common.model.worker -
A SwingWorker implementation.
- ProgressWorker.Builder<T,
V> - Interface in is.codion.swing.common.model.worker -
Builds a
ProgressWorker
instance. - ProgressWorker.ProgressReporter<V> - Interface in is.codion.swing.common.model.worker
-
Reports progress and publishes intermediate results for a ProgressWorker
- ProgressWorker.ProgressResultTask<T,
V> - Interface in is.codion.swing.common.model.worker -
A progress aware background task producing a result.
- ProgressWorker.ResultTask<T> - Interface in is.codion.swing.common.model.worker
-
A background task producing a result.
- progressWorkerDialog(ProgressWorker.ProgressResultTask<T, V>) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
-
Note, also sets the progress bar type to 'determinate'.
- progressWorkerDialog(ProgressWorker.ResultTask<T>) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- progressWorkerDialog(Control.Command) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- ProgressWorkerDialogBuilder<T,
V> - Interface in is.codion.swing.common.ui.dialog -
A builder for a
ProgressWorker
implementation which displays a progress bar in a modal dialog while background work is being performed. - properties(Predicate<String>) - Method in interface is.codion.common.property.PropertyStore
-
Returns the values associated with property names fulfilling the given predicate
- propertyChangeEvent(JComponent, String) - Static method in class is.codion.swing.common.ui.Utilities
-
Returns a
Observer
notified each time the value of the given property changes in the given component. - propertyChangeListener(PropertyChangeListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- propertyChangeListener(PropertyChangeListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- propertyChangeListener(String, PropertyChangeListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- propertyChangeListener(String, PropertyChangeListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- propertyName() - Method in interface is.codion.common.property.PropertyValue
- propertyNames(Predicate<String>) - Method in interface is.codion.common.property.PropertyStore
-
Returns all property names fulfilling the given predicate
- propertyStore() - Static method in interface is.codion.common.property.PropertyStore
-
Creates a new empy PropertyStore.
- propertyStore(InputStream) - Static method in interface is.codion.common.property.PropertyStore
-
Creates a new PropertyStore initialized with the properties found in the given file.
- propertyStore(Path) - Static method in interface is.codion.common.property.PropertyStore
-
Creates a new PropertyStore initialized with the properties found in the given file.
- propertyStore(Properties) - Static method in interface is.codion.common.property.PropertyStore
-
Creates a new PropertyStore initialized with the given properties.
- PropertyStore - Interface in is.codion.common.property
-
Provides configuration values which sync with system properties when set.
- PropertyStore.PropertyFormatter - Interface in is.codion.common.property
-
Formats a property value, can f.ex.
- propertyValue(String) - Method in interface is.codion.common.property.PropertyStore
-
Returns the Value associated with the given property, an empty Optional if no such Value has been created.
- PropertyValue<T> - Interface in is.codion.common.property
-
A Value associated with a named property.
- proxy() - Method in interface is.codion.common.proxy.ProxyBuilder.ProxyMethod.Parameters
- ProxyBuilder<T> - Interface in is.codion.common.proxy
-
Builds a dynamic proxy for a single interface.
- ProxyBuilder.ProxyMethod<T> - Interface in is.codion.common.proxy
-
A proxy method.
- ProxyBuilder.ProxyMethod.Parameters<T> - Interface in is.codion.common.proxy
-
Parameters available to the invocation handler when calling a proxy method.
- publish(V...) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ProgressReporter
- put(Attribute<T>, T) - Method in interface is.codion.framework.domain.entity.Entity
-
Sets the value of the given attribute, returning the previous value if any
Q
- queried(String) - Static method in interface is.codion.framework.domain.entity.KeyGenerator
-
Instantiates a primary key generator which fetches primary key values using the given query prior to insert.
- queriesPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- queriesPerSecondCollection() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
- query() - Method in interface is.codion.framework.model.EntityQueryModel
-
A
Value
controlling the override query. - QUERY_HIDDEN_COLUMNS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether the values of hidden columns are included in the underlying query Value type: Boolean Default value: true
- QUERY_TIMEOUT_SECONDS - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
-
Specifies the query timeout in seconds Value type: Integer Default value: 120
- queryCounter() - Method in class is.codion.common.db.database.AbstractDatabase
- queryCounter() - Method in interface is.codion.common.db.database.Database
- queryHiddenColumns() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Returns whether the values of hidden columns are included when querying data
- QueryLoadTestModel - Class in is.codion.tools.loadtest.model
-
A load test implementation for testing database queries.
- QueryLoadTestModel(Database, User, Collection<? extends LoadTest.Scenario<QueryLoadTestModel.QueryApplication>>) - Constructor for class is.codion.tools.loadtest.model.QueryLoadTestModel
-
Instantiates a new QueryLoadTest.
- QueryLoadTestModel.QueryApplication - Class in is.codion.tools.loadtest.model
-
A class used internally
- QueryLoadTestModel.QueryPerformer - Class in is.codion.tools.loadtest.model
- queryModel() - Method in class is.codion.framework.model.AbstractEntityTableModel
- queryModel() - Method in interface is.codion.framework.model.EntityTableModel
- QueryPerformer(User, String) - Constructor for class is.codion.tools.loadtest.model.QueryLoadTestModel.QueryPerformer
-
Instantiates a new non-transactional QueryPerformer.
- QueryPerformer(User, String, boolean) - Constructor for class is.codion.tools.loadtest.model.QueryLoadTestModel.QueryPerformer
-
Instantiates a new QueryPerformer.
- queryTimeout() - Method in interface is.codion.framework.db.EntityConnection.Select
- queryTimeout(int) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
- QueryTimeoutException - Exception in is.codion.common.db.exception
-
Exception thrown when a statement has timed out or been cancelled.
- QueryTimeoutException(SQLException, String) - Constructor for exception is.codion.common.db.exception.QueryTimeoutException
-
Instantiates a new
QueryTimeoutException
R
- RADIO_BUTTON - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
- radioButton() - Static method in class is.codion.swing.common.ui.component.Components
- radioButton(Value<Boolean>) - Static method in class is.codion.swing.common.ui.component.Components
- radioButtonBuilder(Consumer<RadioButtonBuilder>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Provides a way to configure the
RadioButtonBuilder
used by thisControlPanelBuilder
. - RadioButtonBuilder - Interface in is.codion.swing.common.ui.component.button
-
Builds a JRadioButton.
- radioButtonMenuItem() - Static method in class is.codion.swing.common.ui.component.Components
- radioButtonMenuItem(Value<Boolean>) - Static method in class is.codion.swing.common.ui.component.Components
- RadioButtonMenuItemBuilder<B extends RadioButtonMenuItemBuilder<B>> - Interface in is.codion.swing.common.ui.component.button
-
Builds a JRadioButtonMenuItem.
- randomItem() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
-
Fetches a random item from this model based on the item weights.
- randomItem(T, int) - Static method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
-
Instantiates a new
ItemRandomizer.RandomItem
instance. - RangeValidationException - Exception in is.codion.framework.domain.entity.exception
-
An exception used to indicate that a value associated with a key which not fall within the allowed range of values.
- RangeValidationException(Attribute<?>, Object, String) - Constructor for exception is.codion.framework.domain.entity.exception.RangeValidationException
-
Instantiates a new RangeValidationException
- rawType() - Method in class is.codion.framework.domain.entity.attribute.TypeReference
- readImage(String) - Static method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Reads an image from the given path
- readOnly() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- readOnly() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- readOnly() - Method in class is.codion.framework.model.AbstractEntityEditModel
- readOnly() - Method in interface is.codion.framework.model.EntityEditModel
-
Making this edit model read-only prevents any changes from being persisted to the database, trying to insert, update or delete will cause an exception being thrown, it does not prevent editing.
- readOnly(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies whether this column should be included during insert and update operations
- readOnly(boolean) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Specifies whether this entity should be read-only, that it should not be possible to insert, update or delete entities of this type
- readOnly(Column<?>) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition.Builder
-
Marks the given foreign key reference column as read-only, as in, not updated when the foreign key value is set.
- readOnly(Column<?>) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
-
Returns true if the given foreign key reference column is read-only, as in, not updated when the foreign key value is set.
- RecordModifiedException - Exception in is.codion.common.db.exception
-
An exception indicating that the row in question has been modified or deleted since it was loaded.
- RecordModifiedException(Object, Object, String) - Constructor for exception is.codion.common.db.exception.RecordModifiedException
-
Instantiates a new RecordModifiedException
- RecordNotFoundException - Exception in is.codion.common.db.exception
-
Exception used when an expected record was not found.
- RecordNotFoundException(String) - Constructor for exception is.codion.common.db.exception.RecordNotFoundException
-
Instantiates a new RecordNotFoundException
- reference(Column<T>) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey
- reference(Column<T>, Column<T>) - Static method in interface is.codion.framework.domain.entity.attribute.ForeignKey
-
Returns a new
ForeignKey.Reference
based on the given columns. - referencedBy(ForeignKey) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
-
Returns the
EntityDefinition
of the entity referenced by the given foreign key. - referencedType() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey
- references() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey
- references() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- REFERENTIAL_INTEGRITY_ERROR_HANDLING - Static variable in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Specifies whether to display the error message or the dependent entities in case of a referential integrity error on delete Value type:
ReferentialIntegrityErrorHandling
Default value:ReferentialIntegrityErrorHandling.DISPLAY_ERROR
- referentialIntegrityErrorHandling(ReferentialIntegrityErrorHandling) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- referentialIntegrityErrorHandling(ReferentialIntegrityErrorHandling) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- ReferentialIntegrityErrorHandling - Enum Class in is.codion.swing.framework.ui
-
The possible actions to take on a referential integrity error.
- ReferentialIntegrityException - Exception in is.codion.common.db.exception
-
An exception indication a referential integrity failure
- ReferentialIntegrityException(SQLException, String, Database.Operation) - Constructor for exception is.codion.common.db.exception.ReferentialIntegrityException
-
Instantiates a new
ReferentialIntegrityException
- refresh() - Static method in class is.codion.common.i18n.Messages
- refresh() - Method in interface is.codion.common.model.FilterModel
-
Refreshes the items in this model using its
FilterModel.Refresher
. - refresh() - Method in class is.codion.framework.model.AbstractEntityTableModel
- refresh() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- refresh() - Method in interface is.codion.framework.model.EntityApplicationModel
-
Refreshes all data models contained in this application model
- refresh() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Refreshes the active Entity from the database, discarding all changes.
- refresh() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Refreshes the items in this model using its
FilterModel.Refresher
. - refresh() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- refresh() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- refresh() - Method in class is.codion.tools.monitor.model.ClientMonitor
-
Refreshes the client info from the server
- refresh() - Method in class is.codion.tools.monitor.model.EntityServerMonitor
-
Refreshes the servers
- refresh() - Method in class is.codion.tools.monitor.model.HostMonitor
-
Refreshes the servers on this host
- refresh() - Method in class is.codion.tools.monitor.ui.ClientMonitorPanel
- refresh() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- refresh(Collection<Entity.Key>) - Method in class is.codion.framework.model.AbstractEntityTableModel
- refresh(Collection<Entity.Key>) - Method in interface is.codion.framework.model.EntityTableModel
-
Refreshes the entities with the given keys by re-selecting them from the underlying database.
- refresh(Consumer<Collection<Entity>>) - Method in class is.codion.framework.model.AbstractEntityTableModel
- refresh(Consumer<Collection<R>>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Refreshes the data in this filter model using its
FilterModel.Refresher
. - refresh(Consumer<Collection<T>>) - Method in class is.codion.common.model.FilterModel.AbstractRefresher
-
Refreshes the data.
- refresh(Consumer<Collection<T>>) - Method in interface is.codion.common.model.FilterModel
-
Refreshes the data in this filter model using its
FilterModel.Refresher
. - REFRESH - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Refreshes the table.
- REFRESH - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for refreshing the table data.
Default key stroke: ALT-R - REFRESH_BUTTON_VISIBLE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether the refresh button should always be visible or only when the condition panel is visible Value type: Boolean Default value:
EntityTablePanel.RefreshButtonVisible.WHEN_CONDITION_PANEL_IS_VISIBLE
- REFRESH_ON_SELECTION - Static variable in interface is.codion.framework.model.ForeignKeyDetailModelLink
-
Specifies whether a detail model should be automatically refreshed when the selection in the master model changes.
- refreshAsync(Consumer<Collection<T>>) - Method in class is.codion.common.model.FilterModel.AbstractRefresher
-
Performes an async refresh
- refreshAsync(Consumer<Collection<T>>) - Method in class is.codion.swing.common.model.component.AbstractFilterModelRefresher
- refreshButtonVisible(EntityTablePanel.RefreshButtonVisible) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- refreshComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Refreshes all combobox models
- refreshDomainList() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Refreshes the domain model list
- refresher() - Method in interface is.codion.common.model.FilterModel
- refresher() - Method in class is.codion.framework.model.AbstractEntityTableModel
- refreshForeignKeyComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Refreshes all foreign key combobox models
- refreshLog() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
-
Refreshes the log document and tree model with the most recent log from the server
- refreshMnemonic() - Static method in class is.codion.common.i18n.Messages
- refreshOnSelection() - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- refreshOnSelection() - Method in interface is.codion.framework.model.ForeignKeyDetailModelLink
- refreshOnSelection() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- refreshOperationList() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Refreshes the report model list
- refreshReportList() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Refreshes the report model list
- refreshRequired() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- refreshRequired() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- refreshStrategy() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- refreshStrategy() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- refreshStrategy(FilterTableModel.RefreshStrategy) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- refreshSync(Consumer<Collection<T>>) - Method in class is.codion.common.model.FilterModel.AbstractRefresher
-
Performs a sync refresh
- refreshSync(Consumer<Collection<T>>) - Method in class is.codion.swing.common.model.component.AbstractFilterModelRefresher
- refreshTip() - Static method in class is.codion.common.i18n.Messages
- refreshWhenInitialized(boolean) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
-
Default true.
- registry() - Method in class is.codion.common.rmi.server.AbstractServer
- registry() - Static method in interface is.codion.common.rmi.server.Server.Locator
-
Initializes a Registry if one is not running on the port defined by
ServerConfiguration.REGISTRY_PORT
- registry(int) - Static method in interface is.codion.common.rmi.server.Server.Locator
-
Initializes a Registry if one is not running
- REGISTRY_PORT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The port on which to locate the server registry Value type: Integer Default value:
Registry.REGISTRY_PORT
(1099) - registryPort() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- registryPort() - Method in class is.codion.tools.monitor.model.HostMonitor
- registryPort(int) - Method in interface is.codion.common.rmi.server.Server.Locator.Builder
- registryPort(int) - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
- registryPort(int) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider.Builder
- regularExpression() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- REMOTE_CLIENT_DOMAIN_TYPE - Static variable in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider
-
A key for specifying the domain type required by a remote client
- remoteClient() - Method in class is.codion.common.rmi.server.AbstractServer.ClientConnection
- remoteClient() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- RemoteClient - Interface in is.codion.common.rmi.server
-
Contains basic information about a remote client
- RemoteClient.Builder - Interface in is.codion.common.rmi.server
-
Builds a
RemoteClient
- RemoteClientColumns() - Constructor for class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- RemoteEntityConnection - Interface in is.codion.framework.db.rmi
-
A remote EntityConnection.
- RemoteEntityConnectionProvider - Interface in is.codion.framework.db.rmi
-
A class responsible for managing a remote entity connection.
- RemoteEntityConnectionProvider.Builder - Interface in is.codion.framework.db.rmi
-
Builds a
RemoteEntityConnectionProvider
. - remove() - Method in interface is.codion.common.property.PropertyValue
-
Sets this value to null as well as removing it from the underlying store and clearing the system property.
- remove(int) - Method in interface is.codion.common.model.selection.MultiItemSelection.Indexes
-
Removes the given index from the selection
- remove(StateObserver) - Method in interface is.codion.common.state.State.Combination
-
Removes a state from this state combination
- remove(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
Removes the given value from this Entity along with the original value if any.
- remove(ForeignKey, Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Removes the given entities from all foreign key models based on that entity type and clears any foreign key values referencing them.
- remove(ForeignKey, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
- remove(Collection<Integer>) - Method in interface is.codion.common.model.selection.MultiItemSelection.Indexes
-
Removes the given indexes from the selection
- remove(Collection<R>) - Method in interface is.codion.common.model.selection.MultiItemSelection.Items
-
Remove the given items from the selection
- remove(Action) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
- remove(DocumentFilter.FilterBypass, int, int) - Method in class is.codion.swing.common.ui.component.text.ParsingDocumentFilter
- remove(R) - Method in interface is.codion.common.model.selection.MultiItemSelection.Items
-
Remove the given item from the selection
- remove(T) - Method in interface is.codion.common.value.Values
-
Removes a single instance of the given value from this Values instance.
- removeAll() - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
-
Removes all actions from this controls builder instance
- removeAll(Collection<T>) - Method in interface is.codion.common.value.Values
-
Removes the given values from this Values instance.
- removeAll(Predicate<String>) - Method in interface is.codion.common.property.PropertyStore
-
Removes all properties which names fulfill the given predicate.
- removeAll(T...) - Method in interface is.codion.common.value.Values
-
Removes the given values from this Values instance.
- removeApplicationBatch() - Method in interface is.codion.tools.loadtest.LoadTest
-
Removes one batch of applications.
- removeConsumer(Consumer<? super T>) - Method in interface is.codion.common.observer.Observable
- removeConsumer(Consumer<? super T>) - Method in interface is.codion.common.observer.Observer
-
Removes
consumer
from thisObserver
- removeConsumer(Consumer<? super T>) - Method in class is.codion.common.value.AbstractValue
- removeDeleted() - Method in class is.codion.framework.model.AbstractEntityTableModel
- removeDeleted() - Method in interface is.codion.framework.model.EntityTableModel
- removeDeletedEntities() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- removeFocusListener(FocusListener) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- removeItem(T) - Method in interface is.codion.common.model.FilterModel.Items
-
Removes the given item from this model
- removeItemAt(int) - Method in interface is.codion.common.model.FilterModel.VisibleItems
-
Removes from this table model the visible element whose index is between index
- removeItems(int, int) - Method in interface is.codion.common.model.FilterModel.VisibleItems
-
Removes from this table model all visible elements whose index is between fromIndex, inclusive and toIndex, exclusive
- removeItems(Collection<T>) - Method in interface is.codion.common.model.FilterModel.Items
-
Removes the given items from this table model
- removeKeyEvent(KeyEvents.Builder) - Method in class is.codion.swing.framework.ui.EntityPanel
-
Disables the given key event on this panel
- removeListener(Runnable) - Method in interface is.codion.common.observer.Observable
- removeListener(Runnable) - Method in interface is.codion.common.observer.Observer
-
Removes
listener
from thisObserver
- removeListener(Runnable) - Method in class is.codion.common.value.AbstractValue
- removeSelectedApplications() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
-
Removes the selected applications
- removeTableModelListener(TableModelListener) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- removeUpdate(DocumentEvent) - Method in interface is.codion.swing.common.model.component.text.DocumentAdapter
- removeUrlPrefixOptionsAndParameters(String, String...) - Static method in class is.codion.common.db.database.AbstractDatabase
-
Removes the given prefixes along with any options and parameters from the given jdbc url.
- removeUserPreference(String) - Static method in class is.codion.common.model.UserPreferences
-
Removes the preference associated with the given key
- removeValidator(Value.Validator<? super T>) - Method in class is.codion.common.value.AbstractValue
- removeValidator(Value.Validator<? super T>) - Method in interface is.codion.common.value.Value
-
Removes the given validator from this value
- removeWeakConsumer(Consumer<? super T>) - Method in interface is.codion.common.observer.Observable
- removeWeakConsumer(Consumer<? super T>) - Method in interface is.codion.common.observer.Observer
-
Removes
consumer
from thisObserver
. - removeWeakConsumer(Consumer<? super T>) - Method in class is.codion.common.value.AbstractValue
- removeWeakListener(Runnable) - Method in interface is.codion.common.observer.Observable
- removeWeakListener(Runnable) - Method in interface is.codion.common.observer.Observer
-
Removes
listener
from thisObserver
- removeWeakListener(Runnable) - Method in class is.codion.common.value.AbstractValue
- renderer(ListCellRenderer<Item<T>>) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- renderer(ListCellRenderer<T>) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- renderer(ListCellRenderer<T>) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- replace(ForeignKey, Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- replace(ForeignKey, Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityTableModel
- replace(ForeignKey, Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
For every field referencing the given foreign key values, replaces that foreign key instance with the corresponding entity from
entities
, useful when attribute values have been changed in the referenced entity that must be reflected in the edit model. - replace(ForeignKey, Collection<Entity>) - Method in interface is.codion.framework.model.EntityTableModel
-
For every entity in this table model, replaces the foreign key instance bearing the primary key with the corresponding entity from
foreignKeyValues
, useful when attribute values have been changed in the referenced entity that must be reflected in the table model. - replace(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityTableModel
- replace(Collection<Entity>) - Method in interface is.codion.framework.model.EntityTableModel
-
Replaces the given entities in this table model
- replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class is.codion.swing.common.ui.component.text.ParsingDocumentFilter
- replace(T, T) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ComboBoxItems
-
Replaces the given item in this combo box model
- replaceForeignKey(ForeignKey, Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
For every field referencing the given foreign key values, replaces that foreign key instance with the corresponding entity from
values
, useful when attribute values have been changed in the referenced entity that must be reflected in the edit model. - replaceForeignKey(ForeignKey, Collection<Entity>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
- report(int) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ProgressReporter
- report(ReportType<T, R, P>) - Method in interface is.codion.framework.domain.Domain
-
Retrieves the report of the given type.
- report(ReportType<T, R, P>) - Method in class is.codion.framework.domain.DomainModel
- report(ReportType<T, R, P>, P) - Method in interface is.codion.framework.db.EntityConnection
-
Takes a ReportType object using a JDBC datasource and returns an initialized report result object
- report(ReportType<T, R, P>, P) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Takes a ReportType object using a JDBC datasource and returns an initialized ReportResult object
- Report<T,
R, P> - Interface in is.codion.common.db.report -
A wrapper for a report
- REPORT - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.ReportColumns.Id
- REPORT_PATH - Static variable in interface is.codion.common.db.report.Report
-
The report path used for file based report generation.
- ReportColumns() - Constructor for class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- ReportException - Exception in is.codion.common.db.report
-
An exception occurring during report generation.
- ReportException(String) - Constructor for exception is.codion.common.db.report.ReportException
-
Instantiates a new ReportException
- ReportException(String, Throwable) - Constructor for exception is.codion.common.db.report.ReportException
-
Instantiates a new ReportException
- ReportException(Throwable) - Constructor for exception is.codion.common.db.report.ReportException
-
Instantiates a new ReportException
- reportPath - Variable in class is.codion.common.db.report.AbstractReport
-
The path of this report, relative to any defined #
Report.REPORT_PATH
. - reportPath() - Static method in interface is.codion.common.db.report.Report
- reports() - Method in interface is.codion.framework.domain.Domain
- reports() - Method in class is.codion.framework.domain.DomainModel
- reportTableModel() - Method in class is.codion.tools.monitor.model.ServerMonitor
- reportType(String) - Static method in interface is.codion.common.db.report.ReportType
-
Instantiates a new Report instance with the given name.
- reportType(String) - Static method in class is.codion.plugin.jasperreports.JasperReports
- ReportType<T,
R, P> - Interface in is.codion.common.db.report -
Identifies a report.
- REQUEST_EDIT_PANEL_FOCUS - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Requests focus for the edit panel (intial focus component).
Default key stroke: CTRL-E - REQUEST_SEARCH_FIELD_FOCUS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Requests focus for the table search field.
Default key stroke: CTRL-F - REQUEST_TABLE_FOCUS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Requests focus for the table.
Default key stroke: CTRL-T - requestAfterInsertFocus() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Request focus after an insert operation
- requestAfterUpdateFocus() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Request focus after an update operation
- requestComponentFocus(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Request focus for the component associated with the given attribute.
- requestFocus() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Overridden as a workaround for editable combo boxes as initial focus components on detail panels stealing the focus from the parent panel on initialization
- requestFocusAfterInsert(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- requestInitialFocus() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Sets the initial focus, if an initial focus component or component attribute has been set that component receives the focus, if not, or if that component is not focusable, this panel receives the focus.
- requestInitialFocus() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Requests focus for this panel.
- requestInputFocus() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
-
Requests input focus for this calendar panel
- requestInputFocus() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- requestInputFocus() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
-
Requests keyboard focus for this panel
- requests() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- requestsPerSecond() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- requestsPerSecond() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- requestsPerSecond() - Method in interface is.codion.common.rmi.server.ServerAdmin
- requestsPerSecond() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- requestsPerSecondDataset() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- reset() - Method in interface is.codion.framework.model.EntitySearchModel
-
Resets the search string so that is represents the selected entities
- reset() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
-
Resets the columns to their original location and visibility
- RESET_COLUMNS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for resetting the columns to their original visibility and location. - resetConditionChanged() - Method in interface is.codion.framework.model.EntityQueryModel
-
Resets the
EntityQueryModel.conditionChanged()
state, using the current condition. - resetConnectionPoolStatistics(String) - Method in interface is.codion.framework.server.EntityServerAdmin
-
Resets the statistics that have been collected so far
- resetHistory() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
-
Resets the user connection history
- resetRunCounter() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
-
Resets the run counters
- resetStatistics() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- resetStatistics() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Resets the collected usage statistics
- resetStatistics() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
-
Resets all collected pool statistics
- resetTime() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- resetView() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Resets the view so the image fits the panel
- resizable(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- resizable(boolean) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- resizable(boolean) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- resizable(boolean) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- RESIZE_LEFT - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout.ControlKeys
-
Resizes the detail panel to the left.
Default key stroke: SHIFT-ALT-LEFT ARROW - RESIZE_RIGHT - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout.ControlKeys
-
Resizes the detail panel to the right.
Default key stroke: SHIFT-ALT-RIGHT ARROW - RESIZE_ROW_TO_FIT_EDITOR - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies whether the table resizes the row being edited to fit the editor component.
- resizeRowToFitEditor(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Only applicable to
FilterTableCellEditor
- resizeWeight(double) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- resizeWindow(Window, double) - Static method in class is.codion.swing.common.ui.Windows
-
Resizes the given window so that it is
screenSizeRatio
percent of the current screen size - resizeWindow(Window, double, Dimension, Dimension) - Static method in class is.codion.swing.common.ui.Windows
-
Resizes the given window so that it is
screenSizeRatio
percent of the current screen size, within the given minimum and maximum sizes - resolve(String) - Method in class is.codion.swing.framework.ui.icon.FrameworkIkonHandler
- resolveTrustStore() - Static method in class is.codion.common.rmi.client.Clients
-
Reads the trust store and password specified by the 'codion.client.trustStore' and 'codion.client.trustStorePassword' system properties and if a truststore is specified, either in the filesystem or on the classpath, combines it with the default system truststore, writes the combined truststore to a temporary file and sets 'javax.net.ssl.trustStore' so that it points to that file and 'javax.net.ssl.trustStorePassword' to the given password.
- resourceBundleName() - Method in interface is.codion.framework.domain.entity.EntityType
- Resources - Interface in is.codion.common.resource
-
Provides overidden resource messages.
- RESTORE_DEFAULT_PREFERENCES - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies whether the application should restore default preferences, that is, not load any saved user preferences.
- result() - Method in interface is.codion.tools.loadtest.LoadTest
- ResultIterator<T> - Interface in is.codion.common.db.result
-
Iterates through a ResultSet fetching instances of T.
- ResultPacker<T> - Interface in is.codion.common.db.result
-
A ResultPacker packs the contents of a ResultSet into a List.
- results() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- results() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- returnGeneratedKeys() - Method in interface is.codion.framework.domain.entity.KeyGenerator
-
Specifies whether the insert statement should return the primary key column values via the resulting
Statement.getGeneratedKeys()
resultSet, accessible inKeyGenerator.afterInsert(Entity, DatabaseConnection, Statement)
. - revert() - Method in interface is.codion.framework.domain.entity.Entity
-
Reverts all value modifications that have been made.
- revert() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Reverts all attribute value changes.
- revert() - Method in interface is.codion.framework.model.EntityEditModel.EditableValue
-
Reverts to the original value if modified
- revert() - Method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
Reverts the look and feel to the look and feel active when this look and feel combobox was created, if it is already enabled, this method does nothing
- revert(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Reverts the value associated with the given attribute to its original value.
- RIGHT - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Navigate to the next sibling panel
- rightComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- rightPad(String, int, char) - Static method in class is.codion.common.Text
-
Right pads the given string with the given pad character until a length of
length
has been reached - rightPadding(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- RMI_SERVER_HOSTNAME - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies the rmi server hostname
Note that this is the standard Java property 'java.rmi.server.hostname Value type: String Default value: localhost - rmiClientSocketFactory() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- rmiClientSocketFactory(RMIClientSocketFactory) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- rmiServerSocketFactory() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- rmiServerSocketFactory(RMIServerSocketFactory) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- rollback() - Method in interface is.codion.common.db.connection.DatabaseConnection
-
Performs a rollback
- rollbackTransaction() - Method in interface is.codion.common.db.connection.DatabaseConnection
-
Performs a rollback and ends the current transaction
- rollbackTransaction() - Method in interface is.codion.framework.db.EntityConnection
-
Performs a rollback and ends the current transaction
- rollbackTransaction() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Performs a rollback and ends the current transaction
- rollover(boolean) - Method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- rolloverEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- rolloverIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- rolloverSelectedIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- row() - Method in exception is.codion.common.db.exception.RecordModifiedException
- row() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.RowColumn
- ROW - Enum constant in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Centers the selected row, if possible.
- rows(int) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- rows(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
- rowsColumns(int, int) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- rowsColumns(int, int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
- run() - Method in interface is.codion.common.event.Event
-
Triggers this event.
- run() - Method in class is.codion.tools.loadtest.ui.LoadTestPanel
-
Displays this LoadTestPanel in a frame on the EDT.
- run(T) - Method in interface is.codion.tools.loadtest.LoadTest.Scenario
-
Runs this scenario with the given application
- runJConsole() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- running() - Method in interface is.codion.common.scheduler.TaskScheduler
- runScript(Database, String) - Static method in class is.codion.dbms.h2.H2DatabaseFactory
-
Runs the given script using the RunScript tool, with the default sysadmin username (sa) and default charset
- runScript(Database, String, String, String, Charset) - Static method in class is.codion.dbms.h2.H2DatabaseFactory
-
Runs the given script using the RunScript tool
S
- SALARY - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- save() - Method in interface is.codion.framework.domain.entity.Entity
-
Saves all the value modifications that have been made, that is, removes all original values.
- save() - Static method in class is.codion.framework.i18n.FrameworkMessages
- save(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Saves the value associated with the given attribute, that is, removes the original value.
- SAVE_DEFAULT_USERNAME - Static variable in interface is.codion.framework.model.EntityApplicationModel
-
Specifies whether the client saves the last successful login username, which is then displayed as the default username the next time the application is started Value type: Boolean Default value: true
- saveApiImpl() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- saveCombined() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- saveDefaultUsername(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
- saveEnabled() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- saveMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- savePreferences() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Called during the exit() method, override to save user preferences on program exit, remember to call super.savePreferences() when overriding.
- savePreferences() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Saves user preferences for this entity panel and its detail panels.
- savePreferences() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Saves user preferences
- scenario() - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Result
- scenario(LoadTest.Scenario.Performer<T>) - Static method in interface is.codion.tools.loadtest.LoadTest.Scenario
- scenario(LoadTest.Scenario.Performer<T>, int) - Static method in interface is.codion.tools.loadtest.LoadTest.Scenario
- scenario(String) - Method in interface is.codion.tools.loadtest.LoadTest
- SCENARIO - Enum constant in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
- scenarioChooser() - Method in interface is.codion.tools.loadtest.LoadTest
- scenarioDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- scenarioDurationDataset(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- scenarioFailureDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- scenarios() - Method in interface is.codion.tools.loadtest.LoadTest
- scenarios(Collection<? extends LoadTest.Scenario<T>>) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- SCHEMA - Enum constant in enum class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns.Id
- SchemaColumns() - Constructor for class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- schemaDomain(DatabaseMetaData, String) - Static method in class is.codion.framework.domain.db.SchemaDomain
-
Factory method for creating a new
SchemaDomain
instance. - schemaDomain(DatabaseMetaData, String, SchemaDomain.SchemaSettings) - Static method in class is.codion.framework.domain.db.SchemaDomain
-
Factory method for creating a new
SchemaDomain
instance. - SchemaDomain - Class in is.codion.framework.domain.db
-
For instances use the available factory methods.
- SchemaDomain.SchemaSettings - Interface in is.codion.framework.domain.db
-
Specifies the settings used when deriving a domain model from a database schema.
- SchemaDomain.SchemaSettings.Builder - Interface in is.codion.framework.domain.db
-
Builds a
SchemaDomain.SchemaSettings
instance. - schemaModel() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- SchemaRow - Class in is.codion.tools.generator.model
- screenSizeRatio(double) - Static method in class is.codion.swing.common.ui.Windows
- scrollPane() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- scrollPane() - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- scrollPane(JComponent) - Static method in class is.codion.swing.common.ui.component.Components
- ScrollPaneBuilder - Interface in is.codion.swing.common.ui.component.scrollpane
-
A builder for JScrollPane
- scrollToColumn(C) - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Scrolls horizontally so that the column identified by the given identifier becomes visible.
- scrollToCoordinate(int, int, FilterTable.CenterOnScroll) - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Scrolls to the given coordinate.
- scrollToSelectedItem() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- scrollToSelectedItem(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- scrollXRatio(double) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- scrollYRatio(double) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- search() - Static method in class is.codion.common.i18n.Messages
- search() - Method in interface is.codion.framework.model.EntitySearchModel
-
Performs a query based on the current search configuration and returns the result.
- search() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- search() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- SEARCH_INDICATOR - Static variable in class is.codion.swing.framework.ui.component.EntitySearchField
-
Specifies the way a
EntitySearchField
indicates that a search is in progress. - searchable() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- searchable() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Columns
-
Returns the columns to search by when searching for entities of this type by a string value
- searchable(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies whether this column should be included when searching for an entity by a string value.
- searchByInsertedEntity() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- searchControl() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- searchField() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- searchField() - Method in class is.codion.swing.framework.ui.component.EntitySearchFieldPanel
- SearchHighlighter - Class in is.codion.swing.common.ui.component.text
-
Highlights search results in a JTextComponent.
- SearchHighlighter.Builder - Interface in is.codion.swing.common.ui.component.text
-
Builds a
SearchHighlighter
. - searchHintEnabled(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- searchHintEnabled(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- searchIndicator() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- searchIndicator(EntitySearchField.SearchIndicator) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- searchIndicator(EntitySearchField.SearchIndicator) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- searchMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- searchModel() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- searchNoun() - Static method in class is.codion.framework.i18n.FrameworkMessages
- searchOnFocusLost() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- searchOnFocusLost(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- searchOnFocusLost(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- searchResults() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- searchString() - Method in interface is.codion.framework.model.EntitySearchModel
- searchString() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- searchString() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- searchStringModified() - Method in interface is.codion.framework.model.EntitySearchModel
- searchVerb() - Static method in class is.codion.framework.i18n.FrameworkMessages
- SECURE - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
Specifies whether https should be used Value type: boolean Default value: true
- SECURE_PORT - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The port which the https client should use Value type: Integer Default value: 4443
- securePort(int) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- securePort(int) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- securePort(int) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- select() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one select query
- select() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- select() - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilder
- select() - Method in interface is.codion.swing.framework.ui.EntityDialogs.EntitySelectionDialogBuilder
-
Displays table for selecting a one or more entities
- select(EntityConnection.Select) - Method in interface is.codion.framework.db.EntityConnection
-
Selects entities based on the given select
- select(EntityConnection.Select) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects entities based on the given select
- select(Column<T>) - Method in interface is.codion.framework.db.EntityConnection
-
Selects ordered and distinct non-null values of the given column.
- select(Column<T>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects ordered and distinct non-null values of the given column
- select(Column<T>, EntityConnection.Select) - Method in interface is.codion.framework.db.EntityConnection
-
Selects distinct non-null values of the given column.
- select(Column<T>, EntityConnection.Select) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects distinct non-null values of the given column.
- select(Column<T>, Condition) - Method in interface is.codion.framework.db.EntityConnection
-
Selects distinct non-null values of the given column.
- select(Column<T>, Condition) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects distinct non-null values of the given column.
- select(Condition) - Method in interface is.codion.framework.db.EntityConnection
-
Selects entities based on the given condition
- select(Condition) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects entities based on the given condition
- select(Entity.Key) - Method in interface is.codion.framework.db.EntityConnection
-
Selects an entity by key
- select(Entity.Key) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects an entity by key
- select(Entity.Key) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
-
Selects the entity with the given primary key, whether filtered or visible.
- select(Collection<Entity.Key>) - Method in interface is.codion.framework.db.EntityConnection
-
Selects entities based on the given
keys
- select(Collection<Entity.Key>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects entities based on the given
keys
- select(Collection<Entity.Key>) - Method in class is.codion.framework.model.AbstractEntityTableModel
- select(Collection<Entity.Key>) - Method in interface is.codion.framework.model.EntityTableModel
-
Selects entities according to the primary keys in
primaryKeys
- select(JComponent) - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
-
Selects one condition panel to receive the input focus.
- select(JComponent) - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilder.MultiSelector
- select(JComponent) - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilder.SingleSelector
- select(JComponent, List<Entity>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Selector
-
Displays a dialog for selecting from the given entities.
- SELECT - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Select
- SELECT_AUTO_RESIZE_MODE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for displaying a dialog for configuring the column auto-resize-mode. - SELECT_COLUMNS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for displaying a dialog for selecting the visible table columns. - SELECT_CONDITION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Displays a dialog for selecting a column condition panel.
Default key stroke: CTRL-S - SELECT_FILTER - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Displays a dialog for selecting a column filter panel.
Default key stroke: CTRL-SHIFT-F - SELECT_FOR_UPDATE_NOWAIT - Static variable in interface is.codion.common.db.database.Database
-
Specifies whether 'select for update' should be NOWAIT, if supported by the database.
A database implementation may disregard this. - SELECT_INPUT_FIELD - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Displays a dialog for selecting an input field.
Default key stroke: CTRL-I - selectable() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- selectable() - Method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- selectable() - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
-
By default this returns all condition panels, override to customize.
- selectable(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies whether this column should be included in select queries
- selectableComponents() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Specifies the attributes that should be included when presenting a component selection list.
- selectAll() - Method in interface is.codion.common.model.selection.MultiItemSelection
-
Selects all items
- selectAllOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
- selectAllOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
-
Makes the text component select all when it gains focus
- selectAllOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
-
Makes the text field select all when it gains focus
- selectAllOnFocusGained(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- selectAllOnFocusGained(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- selectAutoResizeMode() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Displays a dialog for selecting the column auto-resize mode
- selectColumns() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Shows a dialog for selecting which columns to display
- selectDirectories() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectDirectory() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selected() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
-
Returns the attributes selected by default for this entity type.
- selected(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
-
Sets the inital selected status of the button, overridden by initial value.
- selected(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Export
- selectedEntitiesIterator() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- selectedHighlightColor(Color) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- selectedHighlightColor(Color) - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- selectedIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- selectedItem() - Method in interface is.codion.swing.common.ui.component.list.ListBuilder.Factory
-
A single-selection JList builder, where the value is represented by the selected item.
- selectedItem(Value<T>) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder.Factory
-
A single-selection JList builder, where the value is represented by the selected item.
- selectedItem(Attribute<T>) - Method in interface is.codion.swing.framework.ui.component.EntityComponents.EntityListBuilderFactory
-
A single selection JList builder, where the value is represented by the selected item.
- selectedItems() - Method in interface is.codion.swing.common.ui.component.list.ListBuilder.Factory
-
A multi selection JList builder, where the value is represented by the selected items.
- selectedItems(Value<List<T>>) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder.Factory
-
A multi selection JList builder, where the value is represented by the selected items.
- selectedItems(Attribute<List<T>>) - Method in interface is.codion.swing.framework.ui.component.EntityComponents.EntityListBuilderFactory
-
A multi selection JList builder, where the value is represented by the selected items.
- selectedLookAndFeel() - Method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
- selectedTextColor(Color) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- selectedValues(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- selectedValues(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- selectFile() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFileOrDirectory() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFiles() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFilesOrDirectories() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFileToSave() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFileToSave(String) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFontSize(Consumer<Integer>) - Method in interface is.codion.swing.common.ui.dialog.FontSizeSelectionDialogBuilder
-
Displays a dialog allowing the user the select a font size multiplier.
- selectForUpdateClause() - Method in interface is.codion.common.db.database.Database
-
Returns a select for update clause, an empty string if not supported.
- selectInputComponent() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Displays a dialog allowing the user the select an input component which should receive the keyboard focus.
- selectInputField() - Static method in class is.codion.framework.i18n.FrameworkMessages
- selection() - Method in interface is.codion.common.model.FilterModel
- selection() - Method in interface is.codion.framework.model.EntitySearchModel
- selection() - Method in interface is.codion.framework.model.EntityTableModel
- selection() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- selection() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- selection() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- SELECTION_COLOR_BLEND_RATIO - Static variable in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- SELECTION_MODE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for toggling between single and multi selection mode. - selectionBackground() - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
- selectionBackground() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
-
The table selection background color associated with the
Table.selectionBackground
UI key - selectionColor(Color) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- selectionDialog(SwingEntityTableModel) - Static method in class is.codion.swing.framework.ui.EntityDialogs
-
Creates a new
EntityDialogs.EntitySelectionDialogBuilder
instance for searching for and selecting one or more entities from a table model. - selectionDialog(Collection<T>) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- SelectionDialogBuilder<T> - Interface in is.codion.swing.common.ui.dialog
-
A builder for a selection dialog.
- SelectionDialogBuilder.MultiSelector<T> - Interface in is.codion.swing.common.ui.dialog
-
Provides the user with the ability to select one or more values.
- SelectionDialogBuilder.SingleSelector<T> - Interface in is.codion.swing.common.ui.dialog
-
Provides the user with the ability to select a single value.
- selectionMode(int) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder.Items
- selectionMode(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- selectionModel(ListSelectionModel) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder
- selectLocalDate() - Method in interface is.codion.swing.common.ui.dialog.CalendarDialogBuilder
-
Retrieves a LocalDate from the user.
- selectLocalDateTime() - Method in interface is.codion.swing.common.ui.dialog.CalendarDialogBuilder
-
Retrieves a LocalTimeDate from the user.
- selectLookAndFeel(Consumer<LookAndFeelProvider>) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
-
Displays a dialog allowing the user the select between all available Look and Feels.
- selectNextResult() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
-
Finds the next value and adds the row to the selection
- selector(SelectionDialogBuilder.SingleSelector<T>) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
-
Adds a CTRL-SPACE action the given text field allowing the user to select a value to display in the field
- selectorFactory() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
-
Controls the factory for the
EntitySearchField.Selector
responsible for selecting items from the search result. - selectorFactory(Function<EntitySearchModel, EntitySearchField.Selector>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- selectorFactory(Function<EntitySearchModel, EntitySearchField.Selector>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- selectPreviousResult() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
-
Finds the previous value and adds the row to the selection
- selectQuery() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- selectQuery(SelectQuery) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the select query to use when selecting entities of this type, use with care.
- SelectQuery - Interface in is.codion.framework.domain.entity.query
-
Defines a select query or parts of a select query, that is, from, column, where, groupBy, having and orderBy clauses.
- SelectQuery.Builder - Interface in is.codion.framework.domain.entity.query
-
Builds a
SelectQuery
. - selectSingle() - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilder
- selectSingle() - Method in interface is.codion.swing.framework.ui.EntityDialogs.EntitySelectionDialogBuilder
-
Displays table for selecting a single entity
- selectSingle(EntityConnection.Select) - Method in interface is.codion.framework.db.EntityConnection
-
Selects a single entity based on the specified select
- selectSingle(EntityConnection.Select) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects a single entity based on the specified select
- selectSingle(Condition) - Method in interface is.codion.framework.db.EntityConnection
-
Selects a single entity based on the specified condition
- selectSingle(Condition) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects a single entity based on the specified condition
- selectsPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- selectStartDirectory(boolean) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
-
Only applies for
FileSelectionDialogBuilder.selectDirectory()
andFileSelectionDialogBuilder.selectDirectories()
. - selectTableName() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- selectTableName(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the name of the table to use when selecting entities of this type, when it differs from the one used to update/insert, such as a view.
- self() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- self() - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- separator() - Method in interface is.codion.framework.model.EntitySearchModel
- separator() - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Adds a separator
- separator() - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
-
Adds a separator
- separator() - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
-
Adds a separator to the Controls
- separator() - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds a separator
- separator(String) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
-
Default ','
- SEPARATOR - Static variable in interface is.codion.swing.common.ui.control.Controls
-
A placeholder representing a separator in a Controls instance.
- separatorAt(int) - Method in interface is.codion.swing.common.ui.control.Controls.ControlsBuilder
-
Adds a separator to the Controls
- sequence(String) - Static method in interface is.codion.framework.domain.entity.KeyGenerator
-
Instantiates a primary key generator which fetches primary key values from a sequence prior to insert.
- sequenceQuery(String) - Method in class is.codion.common.db.database.AbstractDatabase
- sequenceQuery(String) - Method in interface is.codion.common.db.database.Database
-
Returns a query string for selecting the next value from the given sequence.
- SERIALIZATION_FILTER_DRYRUN - Static variable in class is.codion.common.rmi.server.WhitelistInputFilterFactory
-
If true then the serialization whitelist specified by
WhitelistInputFilterFactory.SERIALIZATION_FILTER_WHITELIST
is populated with the names of all deserialized classes on server shutdown. - SERIALIZATION_FILTER_WHITELIST - Static variable in class is.codion.common.rmi.server.WhitelistInputFilterFactory
-
The serialization whitelist file to use if any
- serialize(Object) - Static method in class is.codion.common.Serializer
-
Serializes the given Object, null object results in an empty byte array
- serializeCondition(Condition, JsonGenerator) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Serializes the given condition
- Serializer - Class in is.codion.common
-
Utility class for serialization.
- server() - Method in class is.codion.tools.monitor.model.ClientMonitor
- server() - Method in class is.codion.tools.monitor.model.ServerMonitor
- Server<C extends Remote,
A extends ServerAdmin> - Interface in is.codion.common.rmi.server -
A server for serving remote interfaces
- SERVER_HOSTNAME - Static variable in class is.codion.common.rmi.client.Clients
-
The host on which to locate the server Value type: String Default value: localhost
- SERVER_MONITOR_UPDATE_RATE - Static variable in class is.codion.tools.monitor.model.EntityServerMonitor
-
Specifies the statistics polling rate for the server monitor, in seconds.
- SERVER_NAME_PREFIX - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies the prefix used when exporting/looking up the Codion server Value type: String Default value: Codion Server
- SERVER_PORT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The port on which the server is made available to clients.
If specified on the client side, the client will only connect to a server running on this port, use -1 or no value if the client should connect to any available server Value type: Integer Default value: -1 - Server.Locator - Interface in is.codion.common.rmi.server
-
Locates
Server
s by name on a registry. - Server.Locator.Builder - Interface in is.codion.common.rmi.server
-
A builder for
Server.Locator
instances. - serverAdded() - Method in class is.codion.tools.monitor.model.HostMonitor
- serverAdmin(User) - Method in interface is.codion.common.rmi.server.Server
-
Returns the admin interface used to administer this server
- serverAdmin(User) - Method in class is.codion.framework.server.EntityServer
- ServerAdmin - Interface in is.codion.common.rmi.server
-
Administration interface for a
RemoteServer
. - ServerAdmin.GcEvent - Interface in is.codion.common.rmi.server
-
Garbage collection event
- ServerAdmin.ServerStatistics - Interface in is.codion.common.rmi.server
-
Basic server performance statistics.
- ServerAdmin.ThreadStatistics - Interface in is.codion.common.rmi.server
-
Thread statistics
- ServerAuthenticationException - Exception in is.codion.common.rmi.server.exception
-
An exception indicating that a login has failed due to an authentication error, invalid username or password
- ServerAuthenticationException(String) - Constructor for exception is.codion.common.rmi.server.exception.ServerAuthenticationException
-
Instantiates a new
ServerAuthenticationException
- ServerConfiguration - Interface in is.codion.common.rmi.server
-
Configuration values for a
Server
. - ServerConfiguration.Builder<B extends ServerConfiguration.Builder<B>> - Interface in is.codion.common.rmi.server
-
A Builder for ServerConfiguration
- ServerException - Exception in is.codion.common.rmi.server.exception
-
An exception originating from a remote server
- serverId() - Method in interface is.codion.common.rmi.server.ServerInformation
- serverInformation() - Method in class is.codion.common.rmi.server.AbstractServer
- serverInformation() - Method in interface is.codion.common.rmi.server.AuxiliaryServer
- serverInformation() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- serverInformation() - Method in interface is.codion.common.rmi.server.Server
- serverInformation() - Method in interface is.codion.common.rmi.server.ServerAdmin
- serverInformation() - Method in class is.codion.framework.servlet.EntityService
- serverInformation() - Method in class is.codion.tools.monitor.model.ServerMonitor
- ServerInformation - Interface in is.codion.common.rmi.server
-
Encapsulates static server information
- serverLoad() - Method in interface is.codion.common.rmi.server.Server
- serverLoad() - Method in class is.codion.framework.server.EntityServer
- ServerMonitor - Class in is.codion.tools.monitor.model
-
A ServerMonitor
- ServerMonitor(String, ServerInformation, int, User, int) - Constructor for class is.codion.tools.monitor.model.ServerMonitor
-
Instantiates a new
ServerMonitor
- ServerMonitor.DomainColumns - Class in is.codion.tools.monitor.model
- ServerMonitor.DomainColumns.Id - Enum Class in is.codion.tools.monitor.model
- ServerMonitor.OperationColumns - Class in is.codion.tools.monitor.model
- ServerMonitor.OperationColumns.Id - Enum Class in is.codion.tools.monitor.model
- ServerMonitor.ReportColumns - Class in is.codion.tools.monitor.model
- ServerMonitor.ReportColumns.Id - Enum Class in is.codion.tools.monitor.model
- ServerMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ServerMonitorPanel
- ServerMonitorPanel(ServerMonitor) - Constructor for class is.codion.tools.monitor.ui.ServerMonitorPanel
-
Instantiates a new ServerMonitorPanel
- serverMonitors() - Method in class is.codion.tools.monitor.model.HostMonitor
- serverName() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- serverName() - Method in interface is.codion.common.rmi.server.ServerInformation
- serverName(String) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- serverName(Supplier<String>) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- serverPort() - Method in interface is.codion.common.rmi.server.ServerInformation
- serverReachable() - Method in class is.codion.tools.monitor.model.ServerMonitor
- serverRemoved() - Method in class is.codion.tools.monitor.model.HostMonitor
- serverStatistics(long) - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- serverStatistics(long) - Method in interface is.codion.common.rmi.server.ServerAdmin
- serverVersion() - Method in interface is.codion.common.rmi.server.ServerInformation
- set(C...) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.VisibleColumns
-
Arranges the columns so that only the given columns are visible and in the given order
- set(Column<?>, T) - Method in interface is.codion.framework.db.EntityConnection.Update.Builder
-
Adds a column value to update
- set(Entity) - Method in interface is.codion.framework.domain.entity.Entity
-
After a call to this method this Entity contains the same values and original values as the source entity.
- set(Entity) - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Sets the given entity or defaults if null.
- set(Entity.Key) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Filters the combo box model so that only items referencing the given key are visible.
- set(Boolean) - Method in class is.codion.swing.common.model.component.button.NullableToggleButtonModel.ToggleState
- set(Collection<Entity.Key>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Filters the combo box model so that only items referencing the given keys are visible.
- set(Collection<Integer>) - Method in interface is.codion.common.model.selection.MultiItemSelection.Indexes
- set(Collection<R>) - Method in interface is.codion.common.model.selection.MultiItemSelection.Items
- set(Collection<T>) - Method in interface is.codion.common.value.Values
-
Sets the values.
- set(Predicate<R>) - Method in interface is.codion.common.model.selection.MultiItemSelection.Items
-
Sets the items passing the predicate test as the selection
- set(List<C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.VisibleColumns
-
Arranges the columns so that only the given columns are visible and in the given order
- set(T) - Method in interface is.codion.common.observer.Mutable
-
Sets the value
- set(T) - Method in class is.codion.common.value.AbstractValue
- set(T) - Method in interface is.codion.common.value.Value
-
Sets the value.
- SET_FOREIGN_KEY_CONDITION_ON_INSERT - Static variable in interface is.codion.framework.model.ForeignKeyDetailModelLink
-
Specifies whether a detail model should automatically search by the entity inserted by the master model.
- SET_FOREIGN_KEY_VALUE_ON_INSERT - Static variable in interface is.codion.framework.model.ForeignKeyDetailModelLink
-
Specifies whether a detail model should automatically set the foreign key value to the entity inserted by the master model.
- setAdmin(A) - Method in class is.codion.common.rmi.server.AbstractServer
-
Sets the admin instance for this server
- setCleanupInterval(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- setClipboard(String) - Static method in class is.codion.swing.common.ui.Utilities
-
Sets the given string as clipboard contents
- setCollectCheckOutTimes(boolean) - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- setCollectCheckOutTimes(boolean) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies whether to collect connection check out times.
- setCollectPoolCheckOutTimes(String, boolean) - Method in interface is.codion.framework.server.EntityServerAdmin
- setCollectPoolSnapshotStatistics(String, boolean) - Method in interface is.codion.framework.server.EntityServerAdmin
- setCollectSnapshotStatistics(boolean) - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- setCollectSnapshotStatistics(boolean) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies whether to collect usage statistics for a snapshot.
- setColumnModel(TableColumnModel) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- setComponentValue(T) - Method in class is.codion.swing.common.ui.component.value.AbstractComponentValue
-
Sets the given value in the underlying component.
- setConnection(Connection) - Method in interface is.codion.common.db.connection.DatabaseConnection
-
Sets the internal connection to use, note that no validation or transaction checking is performed on the connection and auto-commit is assumed to be disabled.
- setConnectionLimit(int) - Method in class is.codion.common.rmi.server.AbstractServer
- setConnectionLimit(int) - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- setConnectionLimit(int) - Method in interface is.codion.common.rmi.server.ServerAdmin
- setConnectionPoolCleanupInterval(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setConvertGroupingToDecimalSeparator(boolean) - Method in class is.codion.swing.common.ui.component.text.NumberField
-
Specifies whether this number field should convert a grouping separator symbol to a decimal separator symbol when typed.
- setDecimalSeparator(char) - Method in class is.codion.swing.common.ui.component.text.NumberField
-
Sets the decimal separator
- setDefaultQueryTimeout(int) - Method in interface is.codion.framework.db.local.LocalEntityConnection
- setDocument(Document) - Method in class is.codion.swing.common.ui.component.text.NumberField
- setDocumentCase(CaseDocumentFilter.DocumentCase) - Method in class is.codion.swing.common.ui.component.text.CaseDocumentFilter
- setDocumentFilter(DocumentFilter) - Method in class is.codion.swing.common.ui.component.text.SizedDocument
- setEnabled(boolean) - Method in interface is.codion.common.logging.MethodLogger
- setEnabled(boolean) - Method in class is.codion.swing.common.ui.component.text.FileInputPanel
- setEnabled(boolean) - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- setEnabled(boolean) - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- setEnabled(boolean) - Method in interface is.codion.swing.common.ui.control.Control
-
Unsupported, the enabled state of Controls is based on their
enabled
state observer - setEnabled(boolean) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
- setEqualOperand(Attribute<T>, T) - Method in interface is.codion.framework.model.EntityConditionModel
-
Sets the EQUAL condition operand of the condition model associated with
attribute
. - setFixedColumnWidth(int) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- setFixedRowHeight(int) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- setFontSizePercentage(int) - Static method in class is.codion.swing.common.ui.Utilities
-
Sets a global font size percentage.
85 = decrease the default font size by 15%
100 = use the default font size
125 = increase the default font size by 25% - setForeignKeyConditionOnInsert() - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- setForeignKeyConditionOnInsert() - Method in interface is.codion.framework.model.ForeignKeyDetailModelLink
- setForeignKeyValueOnInsert() - Method in class is.codion.framework.model.DefaultForeignKeyDetailModelLink
- setForeignKeyValueOnInsert() - Method in interface is.codion.framework.model.ForeignKeyDetailModelLink
- setGroupingSeparator(char) - Method in class is.codion.swing.common.ui.component.text.NumberField
-
Sets the grouping separator
- setGroupingUsed(boolean) - Method in class is.codion.swing.common.ui.component.text.NumberField
-
Set whether grouping will be used in this field.
- setHighQualityRenderingEnabled(boolean) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Enables/disables high quality rendering.
- setIcon(Icon) - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
- setIdentifier(Object) - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- setIdleConnectionTimeout(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- setIdleConnectionTimeout(int) - Method in interface is.codion.framework.server.EntityServerAdmin
-
Sets the idle connection timeout in ms
- setImage(BufferedImage) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Sets an image for display in the panel.
- setImageOrigin(int, int) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Sets the image origin.
- setImageOrigin(Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Sets the image origin.
- setIncludeForeignKeyValues(boolean) - Method in class is.codion.framework.json.domain.EntityObjectMapper
- setIncludeNullValues(boolean) - Method in class is.codion.framework.json.domain.EntityObjectMapper
- setInOperands(Attribute<T>, Collection<T>) - Method in interface is.codion.framework.model.EntityConditionModel
-
Sets the IN condition operands of the condition model associated with
attribute
. - setItemAt(int, T) - Method in interface is.codion.common.model.FilterModel.VisibleItems
-
Sets the item at the given index.
- setItemEnabled(T, boolean) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
- setJDKDir() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- setJDKDir(JComponent) - Static method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- setLimitForeignKeyFetchDepth(boolean) - Method in interface is.codion.framework.db.local.LocalEntityConnection
- setLocalDate(LocalDate) - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
-
Sets the date to present in this calendar
- setLocalDateTime(LocalDateTime) - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
-
Sets the date/time to present in this calendar.
- setLoggingEnabled(UUID, boolean) - Method in interface is.codion.framework.server.EntityServerAdmin
-
Sets the logging status for the given connection
- setLogLevel(Object) - Method in interface is.codion.common.logging.LoggerProxy
-
Sets the log level
- setLogLevel(Object) - Method in interface is.codion.framework.server.EntityServerAdmin
- setLogLevel(Object) - Method in class is.codion.plugin.jul.JulProxy
- setLogLevel(Object) - Method in class is.codion.plugin.log4j.Log4jProxy
- setLogLevel(Object) - Method in class is.codion.plugin.logback.LogbackProxy
- setMaintenanceInterval(int) - Method in class is.codion.common.rmi.server.AbstractServer
- setMaintenanceInterval(int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setMaintenanceInterval(int) - Method in class is.codion.tools.monitor.model.ClientUserMonitor
-
Sets the server's connection maintenance interval
- setMaximumCheckOutTime(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- setMaximumConnectionPoolSize(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setMaximumFractionDigits(int) - Method in class is.codion.swing.common.ui.component.text.NumberField
- setMaximumHeight(T, int) - Static method in class is.codion.swing.common.ui.Sizes
-
Sets the maximum size of the given component to its current width and the given
maximumHeight
- setMaximumLength(int) - Method in class is.codion.swing.common.ui.component.text.SizedDocument
- setMaximumPoolCheckOutTime(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setMaximumPoolSize(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Sets the maximum number of connections to keep in this pool.
- setMaximumValue(Number) - Method in class is.codion.swing.common.ui.component.text.NumberField
- setMaximumWidth(T, int) - Static method in class is.codion.swing.common.ui.Sizes
-
Sets the maximum size of the given component to its current height and the given
maximumWidth
- setMessage(String) - Method in class is.codion.swing.common.ui.dialog.ProgressDialog
-
Sets the message displayed on the JProgress bar
- setMethodLogger(MethodLogger) - Method in interface is.codion.common.db.connection.DatabaseConnection
- setMinimumConnectionPoolSize(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setMinimumHeight(T, int) - Static method in class is.codion.swing.common.ui.Sizes
-
Sets the minimum size of the given component to its current width and the given
minimumHeight
- setMinimumPoolSize(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- setMinimumValue(Number) - Method in class is.codion.swing.common.ui.component.text.NumberField
- setMinimumWidth(T, int) - Static method in class is.codion.swing.common.ui.Sizes
-
Sets the minimum size of the given component to its current height and the given
minimumWidth
- setModel(ButtonModel) - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Disabled.
- setModel(TableModel) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- setMoveImageEnabled(boolean) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
- setNavigationImageEnabled(boolean) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Enables/disables navigation with the navigation image.
- setOptimisticLocking(boolean) - Method in interface is.codion.framework.db.local.LocalEntityConnection
- setPooledConnectionIdleTimeout(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setPreferredHeight(T, int) - Static method in class is.codion.swing.common.ui.Sizes
-
Sets the preferred size of the given component to its current width and the given
preferredHeight
- setPreferredWidth(T, int) - Static method in class is.codion.swing.common.ui.Sizes
-
Sets the preferred size of the given component to its current height and the given
preferredWidth
- setProgress(int) - Method in class is.codion.swing.common.ui.dialog.ProgressDialog
-
Sets the progress in the underlying JProgressBar
- setProperty(String, String) - Method in interface is.codion.common.property.PropertyStore
-
Sets the value of the given property
- setQueryCacheEnabled(boolean) - Method in interface is.codion.framework.db.EntityConnection
-
Controls the enabled state of the query result cache.
- setQueryCacheEnabled(boolean) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Controls the enabled state of the query result cache.
- setRefreshing(boolean) - Method in class is.codion.common.model.FilterModel.AbstractRefresher
-
Sets the refreshing (active) state of this refresher
- setScenarioEnabled(String, boolean) - Method in interface is.codion.tools.loadtest.LoadTest
- setSelected(boolean) - Method in class is.codion.swing.common.model.component.button.NullableToggleButtonModel
-
Sets the underlying state to true or false
- setSelectionMode(int) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- setSelectionModel(ListSelectionModel) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- setSeparators(char, char) - Method in class is.codion.swing.common.ui.component.text.NumberField
-
Set the decimal and grouping separators for this field
- setSilentValidation(boolean) - Method in class is.codion.swing.common.ui.component.text.NumberField
-
Default false.
- setSizeWithinScreenBounds(Window) - Static method in class is.codion.swing.common.ui.Windows
-
Resizes the given window so that if fits within the current screen bounds, if the window already fits then calling this method has no effect
- setSortOrder(C, SortOrder) - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel
-
Clears the sorting state and adds the given column sorting order.
- setStackTrace(StackTraceElement[]) - Method in exception is.codion.common.db.exception.DatabaseException
- setTemporal(Temporal) - Method in class is.codion.swing.common.ui.component.text.TemporalField
-
Sets the temporal value in this field, clears the field if
temporal
is null. - setTemporal(Temporal) - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
-
Sets the date in the input field, clears the field if
date
is null. - setText(String) - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- settings() - Static method in class is.codion.framework.i18n.FrameworkMessages
- settings() - Method in interface is.codion.framework.model.EntitySearchModel
- settings() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- settings() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- setToolTipText(String) - Method in class is.codion.swing.common.ui.component.text.FileInputPanel
- setToolTipText(String) - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- setToolTipText(String) - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- setUncaughtExceptionHandler(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
-
Specifies whether or not to set the default uncaught exception handler when starting the application, true by default.
- setupControls() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Override to setup any custom controls.
- setupControls() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Override to setup any custom controls.
- setupControls() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Override to setup any custom controls.
- setUpdateInterval(int) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- setUpdateInterval(Integer) - Method in class is.codion.tools.monitor.model.EntityServerMonitor
- setupKeyboardActions() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Sets up the keyboard actions.
- setupKeyboardActions() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Sets up the keyboard shortcuts.
- setupNavigation() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Sets up the navigation keyboard shortcuts.
- setUserPreference(String, String) - Static method in class is.codion.common.model.UserPreferences
- setValue(T) - Method in class is.codion.common.value.AbstractValue
-
Sets the actual internal value.
- setValue(T) - Method in class is.codion.swing.common.ui.component.value.AbstractComponentValue
- setValueAt(Object, int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
-
Sets the value in the given cell and updates the underlying Entity.
- setValueRange(Number, Number) - Method in class is.codion.swing.common.ui.component.text.NumberField
-
Sets the range of values this field should allow
- setWeight(int) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
- setWeight(String, int) - Method in interface is.codion.tools.loadtest.LoadTest
-
Sets the random chooser weight for the given scenario
- setWeight(T, int) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
-
Sets the weight of the given item
- setZoom(double) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Sets the zoom level used to display the image.
- setZoom(double, Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Sets the zoom level used to display the image, and the zooming center, around which zooming is done.
- setZoomDevice(NavigableImagePanel.ZoomDevice) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Sets a new zoom device.
- setZoomIncrement(double) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Sets a new zoom increment value.
- shortAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Short based attribute, associated with this EntityType.
- shortColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Short based column, associated with this EntityType.
- shortField() - Static method in class is.codion.swing.common.ui.component.Components
- shortField(Value<Short>) - Static method in class is.codion.swing.common.ui.component.Components
- shortField(Attribute<Short>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
NumberField
builder based on the given attribute. - show() - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
Builds and shows the dialog.
- show() - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
-
Builds and shows the dialog.
- show() - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
-
Shows the input dialog and returns the value if the user presses OK
- show() - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- show() - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
-
Builds and shows a JFrame based on this builder
- show() - Method in interface is.codion.swing.framework.ui.EntityDialogs.AddEntityDialogBuilder
-
Displays the dialog.
- show() - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditEntityDialogBuilder
-
Displays the dialog.
- show(Throwable) - Method in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
-
Displays the exception dialog
- show(Predicate<T>) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
-
Shows the input dialog and calls
closeDialog
with the current input when OK is pressed, closing the dialog if the predicate returns true. - SHOW_REFRESH_PROGRESS_BAR - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to show an indeterminate progress bar while the model is refreshing.
- SHOW_STARTUP_DIALOG - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies whether a startup dialog should be shown Value type: Boolean Default value: true
- showFrame() - Method in class is.codion.tools.generator.ui.DomainGeneratorPanel
- showFrame() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- showRefreshProgressBar(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- shutdown() - Method in class is.codion.common.rmi.server.AbstractServer
-
Shuts down this server.
- shutdown() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- shutdown() - Method in interface is.codion.common.rmi.server.ServerAdmin
-
Shuts down the server
- shutdown() - Method in interface is.codion.tools.loadtest.LoadTest
-
Shuts down and removes all applications
- shutdown() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
-
Shuts down this monitor
- shutdown() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
-
Shuts down this pool monitor
- shutdown() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
-
Shuts down this database monitor
- shutdown() - Method in class is.codion.tools.monitor.model.PoolMonitor
-
Shuts down this pool monitor
- shutdown() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Shuts down this server monitor
- shutdown(Database) - Static method in class is.codion.dbms.derby.DerbyDatabaseFactory
-
Shuts down the given database instance, assuming it is embedded
- shutdownServer() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Shuts down the server
- shutdownServer() - Method in class is.codion.tools.monitor.ui.ServerMonitorPanel
- silentValidation(boolean) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- SIMPLE - Enum constant in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
The condition panel is in a simple state.
- single() - Method in interface is.codion.common.model.selection.MultiItemSelection
- SingleItemSelection<T> - Interface in is.codion.common.model.selection
-
A selection model for managing a single selected item
- singleSelection() - Method in interface is.codion.framework.model.EntitySearchModel
- singleSelection(boolean) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
-
Default false
- singleSelectionMode() - Method in interface is.codion.common.model.selection.MultiItemSelection
- singleSelectionValue() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- singleSelector(Supplier<Collection<T>>) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
-
Returns a
SelectionDialogBuilder.SingleSelector
implmentation based on a selection dialog. - size() - Method in interface is.codion.common.db.pool.ConnectionPoolState
- size() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- size() - Method in interface is.codion.common.value.ValuesObserver
- size() - Method in interface is.codion.swing.common.ui.control.Controls
- size(int) - Method in interface is.codion.swing.common.ui.icon.FontImageIcon.Builder
- size(Dimension) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- size(Dimension) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- size(Dimension) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- sizedDocument() - Static method in class is.codion.swing.common.ui.component.text.SizedDocument
- sizedDocument(int) - Static method in class is.codion.swing.common.ui.component.text.SizedDocument
- SizedDocument - Class in is.codion.swing.common.ui.component.text
-
A Document implementation which allows for setting the max text length and automatic conversion to upper or lower case.
- Sizes - Class in is.codion.swing.common.ui
-
Utility class for setting component sizes.
- slider(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSlider
builder based on the given attribute, with a bounded range model based on the min/max values of the associated attribute. - slider(Attribute<Integer>, BoundedRangeModel) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSlider
builder based on the given attribute. - slider(BoundedRangeModel) - Static method in class is.codion.swing.common.ui.component.Components
- slider(BoundedRangeModel, Value<Integer>) - Static method in class is.codion.swing.common.ui.component.Components
- SliderBuilder - Interface in is.codion.swing.common.ui.component.slider
-
A builder for JSpinner
- smallDataset() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- smallDataset(boolean) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Specifies whether this entity should be regarded as being based on a small dataset, which primarily means that combo box models can be based on this entity.
- smallIcon() - Method in interface is.codion.swing.common.ui.control.Control
- smallIcon(Icon) - Method in interface is.codion.swing.common.ui.control.Control.Builder
- snapshot() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
-
Returns a list containing a snapshot of connection pool states.
- snapshotDataset() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- snapToTicks(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- SOCKET_TIMEOUT - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The socket timeout in milliseconds Value type: Integer Default value: 2000 ms
- socketTimeout(int) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- socketTimeout(int) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- socketTimeout(int) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- soft() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- softForeignKey() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey.ForeignKeyDefiner
-
Instantiates a
ForeignKeyDefinition.Builder
instance, using the fetch depth specified byForeignKeyDefinition.FOREIGN_KEY_FETCH_DEPTH
. - softForeignKey(int) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey.ForeignKeyDefiner
-
Instantiates a
ForeignKeyDefinition.Builder
instance. - sort() - Method in interface is.codion.common.model.FilterModel.VisibleItems
-
Sorts the visible items according to the underlying comparator, if one is available, preserving the selection.
- sorted(boolean) - Method in interface is.codion.swing.common.model.component.combobox.ItemComboBoxModel.Builder
-
Default false.
- sorted(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
-
Sorts the items by caption, false by default
- sorted(Comparator<Item<T>>) - Method in interface is.codion.swing.common.model.component.combobox.ItemComboBoxModel.Builder
- sorter() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- sorter() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- sortingEnabled() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- sortingEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- sortingEnabled(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel
-
Disabling sorting for a column will cause
FilterTableSortModel.setSortOrder(Object, SortOrder)
andFilterTableSortModel.addSortOrder(Object, SortOrder)
to throw aIllegalStateException
. - sortOrder() - Method in interface is.codion.swing.common.model.component.table.FilterTableSortModel.ColumnSortOrder
- sourceAttributes() - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition
- sourceDirectory() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- southComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- southComponent(JComponent) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- spaceAsWildcard() - Method in interface is.codion.framework.model.EntitySearchModel.Settings
- SpinnerBuilder<T,
B extends SpinnerBuilder<T, B>> - Interface in is.codion.swing.common.ui.component.spinner -
A builder for JSpinner.
- splitPane() - Static method in class is.codion.swing.common.ui.component.Components
- SplitPaneBuilder - Interface in is.codion.swing.common.ui.component.splitpane
-
A builder for JSplitPane.
- splitPaneResizeWeight(double) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- SQL_STATE_NO_DATA - Static variable in interface is.codion.common.db.connection.DatabaseConnection
-
SQLException state indicating that a query did not return a result
- SQLiteDatabaseFactory - Class in is.codion.dbms.sqlite
-
Provides sqlite database implementations
- SQLiteDatabaseFactory() - Constructor for class is.codion.dbms.sqlite.SQLiteDatabaseFactory
- SQLServerDatabaseFactory - Class in is.codion.dbms.sqlserver
-
Provides sql server database implementations
- SQLServerDatabaseFactory() - Constructor for class is.codion.dbms.sqlserver.SQLServerDatabaseFactory
- sqlState() - Method in exception is.codion.common.db.exception.DatabaseException
-
Returns the underlying sql state, note that this is only available when running with a local database connection.
- SSL_ENABLED - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies whether the server should establish connections using a secure sockets layer, true (on) or false (off Value type: Boolean Default value: true
- sslEnabled() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- sslEnabled(boolean) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
-
When set to true this also sets the rmi client/server socket factories.
- start() - Method in interface is.codion.common.scheduler.TaskScheduler.Builder
-
Builds and starts a new
TaskScheduler
. - start() - Method in interface is.codion.common.scheduler.TaskScheduler
-
Starts this TaskScheduler, if it is running it is restarted, using the initial delay specified during construction.
- start() - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
-
Starts the application on the Event Dispatch Thread.
- start(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.Builder
-
Starts the application.
- START - Enum constant in enum class is.codion.swing.common.ui.component.text.TextComponentBuilder.InitialCaretPosition
- startDirectory(String) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- startServer() - Method in interface is.codion.common.rmi.server.AuxiliaryServer
-
Starts this server
- startServer() - Static method in class is.codion.framework.server.EntityServer
-
Starts the server, using the configuration from system properties.
- startServer() - Method in class is.codion.framework.servlet.EntityService
- startServer(EntityServerConfiguration) - Static method in class is.codion.framework.server.EntityServer
-
Starts the server.
- startTime() - Method in interface is.codion.common.rmi.server.ServerInformation
- startTransaction() - Method in interface is.codion.common.db.connection.DatabaseConnection
-
Starts a transaction on this connection, to end the transaction use
DatabaseConnection.commitTransaction()
orDatabaseConnection.rollbackTransaction()
. - startTransaction() - Method in interface is.codion.framework.db.EntityConnection
-
Starts a transaction on this connection.
- startTransaction() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Starts a transaction on this connection.
- state() - Static method in interface is.codion.common.state.State
-
Creates a new 'false'
State
instance. - state(boolean) - Static method in interface is.codion.common.state.State
-
Creates a new
State
instance. - State - Interface in is.codion.common.state
-
A class encapsulating a boolean state, non-nullable with null values translated to false.
- State.Builder - Interface in is.codion.common.state
-
Builds a
State
instance. - State.Combination - Interface in is.codion.common.state
-
A state which combines a number of states, either ANDing or ORing those together when determining its own state.
- State.Group - Interface in is.codion.common.state
-
A
State.Group
deactivates all other states when a state in the group is activated. - statement() - Method in exception is.codion.common.db.exception.DatabaseException
-
Returns the sql statement causing this exception, if available, note that this is only available when running with a local database connection.
- StateObserver - Interface in is.codion.common.state
-
Specifies an observer for a
State
instance. - statistics() - Method in class is.codion.common.db.database.AbstractDatabase
- statistics() - Method in interface is.codion.common.db.database.Database
-
Returns statistics collected via
Database.queryCounter()
. - statistics(long) - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- statistics(long) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Retrives usage statistics for the connection pool since time
since
. - statisticsUpdated() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- statusMessage(Function<SwingEntityTableModel, String>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- stepSize(T) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- stop() - Method in interface is.codion.common.scheduler.TaskScheduler
-
Stops this TaskScheduler, if it is not running calling this method has no effect.
- stop() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
-
Stops this application runner
- stop(LoadTest.ApplicationRunner) - Method in interface is.codion.tools.loadtest.LoadTest
- stopped() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- stopServer() - Method in interface is.codion.common.rmi.server.AuxiliaryServer
-
Stops this server
- stopServer() - Method in class is.codion.framework.servlet.EntityService
- strict() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Controls whether foreign key filtering should be strict or not.
- STRICT_DESERIALIZATION - Static variable in interface is.codion.framework.domain.entity.Entities
-
Specifies whether strict deserialization should be used.
- STRICT_VALIDATION - Static variable in interface is.codion.framework.domain.entity.EntityValidator
-
Specifies whether the default validator performs strict validation or not.
- string(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
This method returns a String representation of the value associated with the given attribute, if the associated attribute has a format it is used.
- string(String) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- string(Function<Object, String>) - Method in interface is.codion.swing.common.ui.component.listbox.ListBoxBuilder
- string(Function<T, String>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- string(R, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Columns
-
Returns a String representation of the value for the given row and column, an empty String in case of null.
- string(T) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns a string representation of the given value formatted with this attributes format.
- STRING - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- stringAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new String based attribute, associated with this EntityType.
- stringColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new String based column, associated with this EntityType.
- stringFactory() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- stringFactory(Attribute<?>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the string factory, using the value of the given attribute.
- stringFactory(Function<Entity, String>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the string factory, that is, the function responsible for creating toString() values for this entity type.
- StringFactory - Class in is.codion.framework.domain.entity
-
Factory class for building functions for String representations of
Entity
instances. - StringFactory.Builder - Interface in is.codion.framework.domain.entity
-
A Builder for a string function, which provides toString() values for entities.
- stringField() - Static method in class is.codion.swing.common.ui.component.Components
- stringField(Value<String>) - Static method in class is.codion.swing.common.ui.component.Components
- stringFunction() - Method in interface is.codion.framework.model.EntitySearchModel
-
Note that changing this value does not change the search string accordingly.
- stringFunction(Function<Entity, String>) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
-
Override the default toString() for search elements when displayed in a field based on this model
- stringPainted(boolean) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- stringPainted(boolean) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- stringPainted(boolean) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- stringSelectorField(Attribute<String>) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Creates a
TextFieldBuilder
returning a text field which value is bound to the selected value in this combo box - stringSelectorField(FilterComboBoxModel.ItemFinder<Entity, String>) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Creates a
TextFieldBuilder
returning a text field which value is bound to the selected value in this combo box - stringValue(String) - Static method in class is.codion.common.Configuration
-
Creates a string configuration value
- stringValue(String) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given string property
- stringValue(String, String) - Static method in class is.codion.common.Configuration
-
Creates a string configuration value
- stringValue(String, String) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value for the given string property
- subquery(String) - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Creates a new
ColumnDefinition.Builder
instance, based on a subquery. - subqueryRequiresAlias() - Method in class is.codion.common.db.database.AbstractDatabase
- subqueryRequiresAlias() - Method in interface is.codion.common.db.database.Database
-
Returns true if this database requires that subqueries by aliased.
- subset() - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues
- success() - Method in class is.codion.common.model.FilterModel.AbstractRefresher
- success() - Method in interface is.codion.common.model.FilterModel.Refresher
- success(String, int) - Static method in interface is.codion.tools.loadtest.LoadTest.Scenario.Result
- successful() - Method in interface is.codion.swing.common.ui.component.text.Parser.ParseResult
- successful() - Method in interface is.codion.tools.loadtest.LoadTest.Scenario.Result
- SUCCESSFUL - Enum constant in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
- successfulRunCount(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- SUM - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The sum of the supplied values
- summaries() - Method in interface is.codion.common.model.summary.SummaryModel
- summary() - Method in interface is.codion.common.model.summary.SummaryModel
- summary() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- summary() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- summary(SummaryModel.SummaryValues<T>) - Method in interface is.codion.common.model.summary.SummaryModel.Summary
-
Returns a String containing the summary information for the given column
- SUMMARY_PANEL_VISIBLE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether table summary panel should be visible or not by default Value type: Boolean Default value: false
- summaryModel() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- summaryModel(C) - Method in interface is.codion.common.model.summary.TableSummaryModel
-
Returns the
SummaryModel
associated with the column identified byidentifier
- summaryModel(SummaryModel.SummaryValues<T>) - Static method in interface is.codion.common.model.summary.SummaryModel
-
Instantiates a new
SummaryModel
- SummaryModel - Interface in is.codion.common.model.summary
-
A interface defining a class for providing summaries of numerical table columns: sum, average, minimum, maximum and minimum & maximum.
- SummaryModel.Summary - Interface in is.codion.common.model.summary
-
Specifies a summary provider
- SummaryModel.SummaryValues<T extends Number> - Interface in is.codion.common.model.summary
-
Provides the values on which to base the summary .
- SummaryModel.SummaryValues.Factory<C> - Interface in is.codion.common.model.summary
- summaryPanelVisible() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- summaryText() - Method in interface is.codion.common.model.summary.SummaryModel
- summaryValues(C, FilterTableModel<?, C>, Format) - Static method in class is.codion.swing.common.ui.component.table.FilterTable
-
Instantiates a new
SummaryModel.SummaryValues
instance. - summaryValuesFactory(SummaryModel.SummaryValues.Factory<C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- supplier() - Method in class is.codion.common.model.FilterModel.AbstractRefresher
- supplier(Supplier<? extends Collection<R>>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- supportedTypes() - Static method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- supports(Attribute<?>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
- supports(Class<T>) - Static method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- supports(String) - Method in class is.codion.swing.framework.ui.icon.FrameworkIkonHandler
- supportsAsyncRefresh() - Method in class is.codion.common.model.FilterModel.AbstractRefresher
- supportsAsyncRefresh() - Method in class is.codion.swing.common.model.component.AbstractFilterModelRefresher
- supportsNull() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- supportsType(Class<?>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.FieldFactory
- supportsType(Class<?>) - Method in class is.codion.swing.framework.ui.EntityConditionFieldFactory
- supportTables() - Static method in class is.codion.framework.i18n.FrameworkMessages
- supportTablesMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- SwingAttributeConditionModelFactory - Class in is.codion.swing.framework.model
-
A Swing
TableConditionModel.ConditionModelFactory
implementation usingEntityComboBoxModel
for foreign keys based on small datasets - SwingAttributeConditionModelFactory(EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingAttributeConditionModelFactory
-
Instantiates a new
SwingAttributeConditionModelFactory
. - SwingDetailModelLink - Class in is.codion.swing.framework.model
-
A Swing
DefaultDetailModelLink
implementation. - SwingDetailModelLink(SwingEntityModel) - Constructor for class is.codion.swing.framework.model.SwingDetailModelLink
- SwingEntityApplicationModel - Class in is.codion.swing.framework.model
-
A Swing implementation of
EntityApplicationModel
- SwingEntityApplicationModel(EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityApplicationModel
-
Instantiates a new
SwingEntityApplicationModel
- SwingEntityApplicationModel(EntityConnectionProvider, Version) - Constructor for class is.codion.swing.framework.model.SwingEntityApplicationModel
-
Instantiates a new
SwingEntityApplicationModel
- SwingEntityEditModel - Class in is.codion.swing.framework.model
-
A Swing implementation of
EntityEditModel
. - SwingEntityEditModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityEditModel
-
Instantiates a new
SwingEntityEditModel
based on the given entity type. - SwingEntityModel - Class in is.codion.swing.framework.model
-
A Swing implementation of
EntityModel
- SwingEntityModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new SwingEntityModel with default SwingEntityEditModel and SwingEntityTableModel implementations.
- SwingEntityModel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new SwingEntityModel, with a default
SwingEntityTableModel
- SwingEntityModel(SwingEntityTableModel) - Constructor for class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new SwingEntityModel
- SwingEntityModel.Builder - Interface in is.codion.swing.framework.model
-
Builds a
SwingEntityModel
. - SwingEntityTableModel - Class in is.codion.swing.framework.model
-
A TableModel implementation for displaying and working with entities.
- SwingEntityTableModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(EntityType, Collection<Entity>, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel containing the given entites.
- SwingEntityTableModel(EntityConditionModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(EntityQueryModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(SwingEntityEditModel, EntityQueryModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(Collection<Entity>, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel containing the given entites.
- SwingForeignKeyConditionModel - Class in is.codion.swing.framework.model
-
A condition model using a
EntityComboBoxModel
for theOperator.EQUAL
operand and aEntitySearchModel
for theOperator.IN
operands. - SwingForeignKeyConditionModel.Builder - Interface in is.codion.swing.framework.model
-
A builder for a
SwingForeignKeyConditionModel
- SwingForeignKeyDetailModelLink - Class in is.codion.swing.framework.model
-
A Swing
DefaultForeignKeyDetailModelLink
implementation. - SwingForeignKeyDetailModelLink(SwingEntityModel, ForeignKey) - Constructor for class is.codion.swing.framework.model.SwingForeignKeyDetailModelLink
- SwingMessages - Class in is.codion.swing.common.ui
-
Handles i18n for Swing components
- SYSTEM - Static variable in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Specifies whether the cross platform Look and Feel should be available for selection.
- SYSTEM_PROPERTIES - Static variable in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
-
Specifies whether an ExceptionPanel should include system properties in the detail panel Value type: Boolean Default value: true
- systemCpuLoad() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- systemCpuLoad() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- systemCpuLoad() - Method in interface is.codion.common.rmi.server.ServerAdmin
- systemLoadDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- systemLoadDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- systemLookAndFeelClassName() - Static method in class is.codion.swing.common.ui.Utilities
-
Note that GTKLookAndFeel is overridden with MetalLookAndFeel, since JTabbedPane does not respect the 'TabbedPane.contentBorderInsets' setting, making hierachical tabbed panes look bad
- systemOrCrossPlatformLookAndFeelEnabled() - Static method in class is.codion.swing.common.ui.Utilities
- systemProperties() - Static method in interface is.codion.common.property.PropertyStore
- systemProperties() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- systemProperties() - Method in interface is.codion.common.rmi.server.ServerAdmin
- systemProperties(boolean) - Method in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
- systemProperties(PropertyStore.PropertyFormatter) - Static method in interface is.codion.common.property.PropertyStore
-
Returns a String containing all system properties, sorted by name, written by the given
PropertyStore.PropertyFormatter
.
T
- tab(String, JComponent) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
-
Adds a tab to this tabbed pane builder.
- TAB_PLACEMENT - Static variable in class is.codion.swing.framework.ui.TabbedApplicationLayout
-
Specifies the tab placement Value type: Integer (SwingConstants.TOP, SwingConstants.BOTTOM, SwingConstants.LEFT, SwingConstants.RIGHT) Default value:
SwingConstants.TOP
- TabbedApplicationLayout - Class in is.codion.swing.framework.ui
-
EntityApplicationPanel layout based on a JTabbedPane.
- TabbedApplicationLayout(EntityApplicationPanel<?>) - Constructor for class is.codion.swing.framework.ui.TabbedApplicationLayout
- TabbedDetailLayout - Class in is.codion.swing.framework.ui
-
A
EntityPanel.DetailLayout
implementation based on a JTabbedPane. - TabbedDetailLayout.Builder - Interface in is.codion.swing.framework.ui
-
Builds a
TabbedDetailLayout
. - TabbedDetailLayout.ControlKeys - Class in is.codion.swing.framework.ui
-
The controls.
- tabbedPane() - Static method in class is.codion.swing.common.ui.component.Components
- tabbedPane() - Method in class is.codion.swing.framework.ui.TabbedApplicationLayout
- TabbedPaneBuilder - Interface in is.codion.swing.common.ui.component.tabbedpane
-
A builder for a JTabbedPane.
- TabbedPaneBuilder.TabBuilder - Interface in is.codion.swing.common.ui.component.tabbedpane
-
Builds a Tab for a
TabbedPaneBuilder
. - tabBuilder(String, JComponent) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
-
Returns a new
TabbedPaneBuilder.TabBuilder
for adding a tab - tabBuilder(JComponent) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
-
Returns a new
TabbedPaneBuilder.TabBuilder
for adding a tab - tabComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- tabLayoutPolicy(int) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
- table() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainEntityDefinition
- table() - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.TableSelector
- table() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- table(Consumer<FilterTable.Builder<Entity, Attribute<?>>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Provides access to the builder for the underlying
FilterTable
- TABLE - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.DomainColumns.Id
- TABLE_CELL_LEFT_PADDING - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default left padding for table cells.
- TABLE_CELL_RIGHT_PADDING - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default right padding for table cells.
- TABLE_TYPE - Enum constant in enum class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns.Id
- tableColumn(TableColumn) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.Builder
- tableConditionModel(Map<C, ConditionModel<?>>) - Static method in interface is.codion.common.model.condition.TableConditionModel
-
Instantiates a new
TableConditionModel
- TableConditionModel<C> - Interface in is.codion.common.model.condition
-
Manages a set of
ConditionModel
s for table columns. - TableConditionModel.ConditionModelFactory<C> - Interface in is.codion.common.model.condition
-
Responsible for creating
ConditionModel
instances. - TableConditionPanel<C> - Class in is.codion.swing.common.ui.component.table
-
An abstract base class for a UI component based on a
TableConditionModel
. - TableConditionPanel(TableConditionModel<C>, Function<C, String>) - Constructor for class is.codion.swing.common.ui.component.table.TableConditionPanel
-
Instantiates a new
TableConditionPanel
- TableConditionPanel.Factory<C> - Interface in is.codion.swing.common.ui.component.table
- tableModel() - Method in class is.codion.framework.model.DefaultEntityModel
- tableModel() - Method in interface is.codion.framework.model.EntityModel
- tableModel() - Method in class is.codion.swing.framework.ui.EntityPanel
- tableModel() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- tableModel(Class<? extends SwingEntityTableModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Sets the table model class
- tableModel(Function<EntityConnectionProvider, SwingEntityTableModel>) - Method in interface is.codion.swing.framework.model.SwingEntityModel.Builder
-
Takes precedence over
SwingEntityModel.Builder.tableModel(Class)
. - tableName() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- tableName(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
- tablePanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- tablePanel() - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- tablePanel(Class<? extends EntityTablePanel>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- tableSelector(EntitySearchModel) - Static method in class is.codion.swing.framework.ui.component.EntitySearchField
- tableSummaryModel(SummaryModel.SummaryValues.Factory<C>) - Static method in interface is.codion.common.model.summary.TableSummaryModel
- TableSummaryModel<C> - Interface in is.codion.common.model.summary
- tableType(EntityType) - Method in class is.codion.framework.domain.db.SchemaDomain
- tabPlacement(int) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
- tabSize(int) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- TaskScheduler - Interface in is.codion.common.scheduler
-
A task scheduler based on a
ScheduledExecutorService
, scheduled at a fixed rate, using a daemon thread by default. - TaskScheduler.Builder - Interface in is.codion.common.scheduler
-
A builder for
TaskScheduler
- TEMPORAL_HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default horizontal alignment for temporal columns.
- temporalClass() - Method in class is.codion.swing.common.ui.component.text.TemporalField
- temporalField() - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- temporalField(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
TemporalField
builder based on the given attribute. - temporalField(Class<T>) - Static method in class is.codion.swing.common.ui.component.Components
- temporalField(Class<T>, Value<T>) - Static method in class is.codion.swing.common.ui.component.Components
- TemporalField<T extends Temporal> - Class in is.codion.swing.common.ui.component.text
-
A JFormattedTextField for Temporal types.
- TemporalField.Builder<T extends Temporal> - Interface in is.codion.swing.common.ui.component.text
-
A builder for
TemporalField
. - TemporalField.ControlKeys - Class in is.codion.swing.common.ui.component.text
-
The controls.
- TemporalField.DateTimeParser<T extends Temporal> - Interface in is.codion.swing.common.ui.component.text
-
Parses a Temporal value from text with a provided formatter
- temporalFieldPanel(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
TemporalFieldPanel
builder based on the given attribute. - temporalFieldPanel(Class<T>) - Static method in class is.codion.swing.common.ui.component.Components
- temporalFieldPanel(Class<T>, Value<T>) - Static method in class is.codion.swing.common.ui.component.Components
- TemporalFieldPanel<T extends Temporal> - Class in is.codion.swing.common.ui.component.text
-
A panel for a TemporalField with button for displaying a calendar
- TemporalFieldPanel.Builder<T extends Temporal> - Interface in is.codion.swing.common.ui.component.text
-
Builds a
TemporalFieldPanel
- temporalValue() - Method in class is.codion.swing.common.ui.component.text.TemporalField
- test() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- test() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- test(EntityType) - Method in class is.codion.framework.domain.test.DomainTest
-
Runs the insert/update/select/delete tests for the given entityType
- testDetailModels() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- TestDomain - Class in is.codion.framework.model.test
- TestDomain() - Constructor for class is.codion.framework.model.test.TestDomain
- TestDomain.Department - Interface in is.codion.framework.model.test
- TestDomain.Derived - Interface in is.codion.framework.model.test
- TestDomain.Detail - Interface in is.codion.framework.model.test
- TestDomain.Employee - Interface in is.codion.framework.model.test
- TestDomain.EnumEntity - Interface in is.codion.framework.model.test
- TestDomain.EnumEntity.EnumType - Enum Class in is.codion.framework.model.test
- TestDomain.Job - Interface in is.codion.framework.model.test
- TestDomain.Master - Interface in is.codion.framework.model.test
- testEntities - Variable in class is.codion.framework.model.test.AbstractEntityTableModelTest
- testInitialize() - Method in class is.codion.swing.framework.ui.test.EntityApplicationPanelTestUnit
-
Instantiates the panel and initializes it along with all its entity panels
- testInitialize() - Method in class is.codion.swing.framework.ui.test.EntityEditPanelTestUnit
-
Initializes the edit panel.
- testModel - Variable in class is.codion.framework.model.test.AbstractEntityTableModelTest
- testSearchState() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- testTheRest() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- testUpdatePrimaryKey() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- text() - Method in interface is.codion.swing.common.ui.component.text.Parser.ParseResult
- text(String) - Method in interface is.codion.framework.domain.entity.StringFactory.Builder
-
Adds the given static text to this
StringFactory.Builder
- text(String) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- Text - Class in is.codion.common
-
A utility class for working with text, such as collating and padding.
- textArea() - Static method in class is.codion.swing.common.ui.component.Components
- textArea(Value<String>) - Static method in class is.codion.swing.common.ui.component.Components
- textArea(Attribute<String>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a TextArea builder based on the given attribute.
- TextAreaBuilder - Interface in is.codion.swing.common.ui.component.text
-
Builds a JTextArea.
- textAreaSize(Dimension) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- TextComponentBuilder<T,
C extends JTextComponent, B extends TextComponentBuilder<T, C, B>> - Interface in is.codion.swing.common.ui.component.text -
A builder for text components.
- TextComponentBuilder.InitialCaretPosition - Enum Class in is.codion.swing.common.ui.component.text
-
Specifies the possible initial caret position given an initial value.
- TextComponents - Class in is.codion.swing.common.ui.component.text
-
A utility class for JTextComponents.
- textField() - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- textField(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a text field builder based on the given attribute.
- textField(Class<T>) - Static method in class is.codion.swing.common.ui.component.Components
- textField(Class<T>, Value<T>) - Static method in class is.codion.swing.common.ui.component.Components
- TextFieldBuilder<T,
C extends JTextField, B extends TextFieldBuilder<T, C, B>> - Interface in is.codion.swing.common.ui.component.text -
Builds a JTextField.
- textFieldColumns() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.Defaults
-
Controls the default number columns in text fields, -1 for not setting the columns
- textFieldPanel() - Static method in class is.codion.swing.common.ui.component.Components
- textFieldPanel(Value<String>) - Static method in class is.codion.swing.common.ui.component.Components
- textFieldPanel(Attribute<String>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
TextFieldPanel
builder based on the given attribute. - TextFieldPanel - Class in is.codion.swing.common.ui.component.text
-
A panel that includes a JTextField in a
BorderLayout.CENTER
position and a button inBorderLayout.EAST
which opens a JTextArea for editing long strings. - TextFieldPanel.Builder - Interface in is.codion.swing.common.ui.component.text
-
A builder for
TextFieldPanel
. - TextFieldPanel.ControlKeys - Class in is.codion.swing.common.ui.component.text
-
The available controls.
- thinkTimeDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- threadCount() - Method in interface is.codion.common.rmi.server.ServerAdmin.ThreadStatistics
- threadCountDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- threadFactory(ThreadFactory) - Method in interface is.codion.common.scheduler.TaskScheduler.Builder
- threadStateCount() - Method in interface is.codion.common.rmi.server.ServerAdmin.ThreadStatistics
- threadStatistics() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- threadStatistics() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- threadStatistics() - Method in interface is.codion.common.rmi.server.ServerAdmin
- THREE - Enum constant in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
- TIME_FORMAT - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
The default date format pattern to use when showing time values in tables and when creating default time input fields Value type: String Default value: HH:mm
- timePattern() - Method in interface is.codion.common.format.LocaleDateTimePattern
- timestamp() - Method in interface is.codion.common.db.database.Database.Statistics
- timestamp() - Method in interface is.codion.common.db.pool.ConnectionPoolState
- timestamp() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- timestamp() - Method in interface is.codion.common.rmi.server.ServerAdmin.GcEvent
- timestamp() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- TIMESTAMP - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- timeUnit() - Method in interface is.codion.common.scheduler.TaskScheduler
- timeZone() - Method in interface is.codion.common.rmi.server.ServerInformation
- TIMEZONE - Enum constant in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
- title - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- title(ValueObserver<String>) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- title(ValueObserver<String>) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
- title(ValueObserver<String>) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- title(String) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- title(String) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
- title(String) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- toColumnValue(T, Statement) - Method in interface is.codion.framework.domain.entity.attribute.Column.Converter
-
Translates the given value into a sql value, usually this is not required but for certain types this may be necessary, such as boolean values where the values are represented by a non-boolean data type in the underlying database
- toggle(State) - Method in interface is.codion.swing.common.ui.control.Control.BuilderFactory
- toggle(State) - Static method in interface is.codion.swing.common.ui.control.Control
-
Creates a new ToggleControl based on the given state
- toggle(Value<Boolean>) - Method in interface is.codion.swing.common.ui.control.Control.BuilderFactory
- toggle(Value<Boolean>) - Static method in interface is.codion.swing.common.ui.control.Control
-
Creates a new ToggleControl based on the given value
- TOGGLE_AUTO_RESIZE_MODE_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing aToggleControl
for each auto-resize-mode. - TOGGLE_COLUMN_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controls
instance containing aToggleControl
for each columns visibility. - TOGGLE_CONDITION_VIEW - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Toggles the condition panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-S - TOGGLE_EDIT_PANEL - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Toggles the edit panel between hidden, embedded and dialog.
Default key stroke: CTRL-ALT-E - TOGGLE_ENABLED - Static variable in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.ControlKeys
-
Toggle the enabled status on/off.
Default key stroke: CTRL-ENTER - TOGGLE_FILTER_VIEW - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Toggles the filter panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-F - TOGGLE_SORT_COLUMN - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Toggles the sort on the selected column.
Default key stroke: ALT-DOWN ARROW - TOGGLE_SORT_COLUMN_ADD - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Toggles the sort on the selected column adding it to any already sorted columns.
Default key stroke: ALT-UP ARROW - TOGGLE_SUMMARIES - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
ToggleControl
for showing/hiding the summary panel. - toggleButton() - Static method in class is.codion.swing.common.ui.component.Components
- toggleButton(Value<Boolean>) - Static method in class is.codion.swing.common.ui.component.Components
- toggleButton(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a ToggleButton builder based on the given attribute.
- toggleButtonBuilder(Consumer<ToggleButtonBuilder<?, ?>>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Provides a way to configure the
ToggleButtonBuilder
used by thisControlPanelBuilder
. - ToggleButtonBuilder<C extends JToggleButton,
B extends ToggleButtonBuilder<C, B>> - Interface in is.codion.swing.common.ui.component.button -
Builds a JToggleButton.
- toggleButtonType(ToggleButtonType) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Specifies how toggle controls are presented on this control panel.
- ToggleButtonType - Enum Class in is.codion.swing.common.ui.component.button
-
Specifies how toggle buttons are presented.
- toggleControl(Control.Builder<ToggleControl, ?>) - Method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
- toggleControl(Control.Builder<ToggleControl, ?>) - Method in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
- toggleControl(ToggleControl) - Method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
- toggleControl(ToggleControl) - Method in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
- ToggleControl - Interface in is.codion.swing.common.ui.control
-
A Control for toggling a boolean value.
- ToggleControl.ToggleControlBuilder - Interface in is.codion.swing.common.ui.control
-
Builds a
ToggleControl
- toggleMenuItemBuilder(ToggleMenuItemBuilder<?, ?>) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- ToggleMenuItemBuilder<C extends JMenuItem,
B extends ToggleMenuItemBuilder<C, B>> - Interface in is.codion.swing.common.ui.component.button -
Builds a toggle menu item.
- ToggleMenuItemBuilder.PersistMenu - Enum Class in is.codion.swing.common.ui.component.button
-
Specifies whether a menu is kept open after a toggle menu item has been toggled.
- toggleState() - Method in class is.codion.swing.common.model.component.button.NullableToggleButtonModel
- TomcatConnectionPoolFactory - Class in is.codion.plugin.tomcat.pool
-
A Tomcat connection pool based
ConnectionPoolFactory
implementation - TomcatConnectionPoolFactory() - Constructor for class is.codion.plugin.tomcat.pool.TomcatConnectionPoolFactory
- toolBar() - Static method in class is.codion.swing.common.ui.component.Components
- toolBar(Controls) - Static method in class is.codion.swing.common.ui.component.Components
- toolBar(Controls.ControlsBuilder) - Static method in class is.codion.swing.common.ui.component.Components
- TOOLBAR_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies whether the edit controls (Save, update, delete, clear, refresh) should be on a toolbar instead of a button panel Value type: Boolean Default value: false
- ToolBarBuilder - Interface in is.codion.swing.common.ui.component.button
-
A builder for a
JToolBar
. - toolbarControls(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Overridden by
EntityPanel.Config.controlComponent(Function)
. - toolTipData(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- toolTipText() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- toolTipText(String) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- toolTipText(String) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- toolTipText(String) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- toolTipText(String) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- topComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- toString() - Method in class is.codion.common.db.report.AbstractReport
- toString() - Method in class is.codion.framework.domain.entity.DefaultEntities
- toString() - Method in class is.codion.framework.model.AbstractEntityEditModel
- toString() - Method in class is.codion.framework.model.AbstractEntityTableModel
- toString() - Method in class is.codion.framework.model.DefaultEntityModel
- toString() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
- toString() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- toString() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- toString() - Method in class is.codion.swing.framework.ui.EntityPanel
- toString() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- toString() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- toString(int) - Method in interface is.codion.common.logging.MethodLogger.Entry
-
Returns a string representation of this log entry.
- toString(EntityDefinition) - Method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a string representing this condition, e.g.
- toString(Object) - Method in class is.codion.common.logging.MethodLogger.DefaultArgumentToString
-
Returns a String representation of the given object.
- toString(String, Object) - Method in class is.codion.common.logging.MethodLogger.DefaultArgumentToString
-
Returns a String representation of the given object.
- toString(List<Column<?>>, List<?>) - Method in interface is.codion.framework.domain.entity.condition.ConditionProvider
-
Creates a query condition string for the given values
- totalMemory() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- totalMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- totalMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin
- totalRunCount(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- transaction(EntityConnection, EntityConnection.Transactional) - Static method in interface is.codion.framework.db.EntityConnection
-
Executes the given
EntityConnection.Transactional
instance within a transaction on the given connection, committing on success and rolling back on exception. - transaction(EntityConnection, EntityConnection.TransactionalResult<T>) - Static method in interface is.codion.framework.db.EntityConnection
-
Executes the given
EntityConnection.TransactionalResult
instance within a transaction on the given connection, committing on success and rolling back on exception. - TRANSACTION_ISOLATION - Static variable in interface is.codion.common.db.database.Database
-
Specifies the transaction isolation to set for created connections Value type: Integer Default value: null
- transactionOpen() - Method in interface is.codion.common.db.connection.DatabaseConnection
- transactionOpen() - Method in interface is.codion.framework.db.EntityConnection
- transactionOpen() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
- TRANSFER_FOCUS_ON_ENTER - Static variable in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Specifies whether focus should be transferred from components on enter.
Note that for JTextArea CTRL is added to move focus forward Value type: Boolean Default value: false - transferFiles(TransferHandler.TransferSupport) - Static method in class is.codion.swing.common.ui.FileTransferHandler
-
Returns the files described by the given transfer support object.
- transferFocusOnEnter() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
If set to true then components created subsequently will transfer focus on enter, otherwise not.
- transferFocusOnEnter(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- transferFocusOnEnter(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Note that for JTextArea CTRL is added to move focus forward and CTRL + SHIFT to move it backwards
- transferFocusOnEnter(boolean) - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- transferFocusOnEnter(boolean) - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- transferFocusOnEnter(boolean) - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- TransferFocusOnEnter - Class in is.codion.swing.common.ui.key
-
A utility class for adding focus traversal events based on the Enter key.
- transferHandler(TransferHandler) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- transferHandler(TransferHandler) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- transform(String) - Method in class is.codion.swing.common.ui.component.text.CaseDocumentFilter
- transform(String) - Method in class is.codion.swing.common.ui.component.text.ParsingDocumentFilter
-
Perform any required transformation of the string, the resulting string must be of the same length as the original string.
- TransientAttributeDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
An attribute that does not map to an underlying database column.
- TransientAttributeDefinition.Builder<T,
B extends TransientAttributeDefinition.Builder<T, B>> - Interface in is.codion.framework.domain.entity.attribute -
Builds a transient AttributeDefinition instance
- translator(Function<Object, T>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
-
Provides a way for a combo box model to translate an item received via
SingleItemSelection.item()
to an actual item to select, such as as selecting the String "1" in a String based model when selected item is set to the Integer 1. - TRUSTSTORE - Static variable in class is.codion.common.rmi.client.Clients
-
The rmi ssl truststore to use Value type: String Default value: null
- TRUSTSTORE_PASSWORD - Static variable in class is.codion.common.rmi.client.Clients
-
The rmi ssl truststore password to use Value type: String Default value: null
- TWO - Enum constant in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
- type() - Method in interface is.codion.framework.domain.Domain
- type() - Method in class is.codion.framework.domain.DomainModel
- type() - Method in interface is.codion.framework.domain.entity.attribute.Attribute
- type() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- type() - Method in class is.codion.framework.domain.entity.attribute.TypeReference
- type() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainOperation
- type() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- TYPE - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.OperationColumns.Id
- TYPE - Enum constant in enum class is.codion.tools.monitor.model.ServerMonitor.ReportColumns.Id
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Department
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.EnumEntity
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Master
- TypeReference<T> - Class in is.codion.framework.domain.entity.attribute
-
A basic TypeReference implementation.
- TypeReference() - Constructor for class is.codion.framework.domain.entity.attribute.TypeReference
-
Instantiates a new
TypeReference
U
- UiManagerDefaults - Class in is.codion.swing.common.ui
-
A utility class for initializing default UIManager values, default ok, cancel button captions and such.
- uiSettings(FilterTableCellRenderer.UISettings) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- UniqueConstraintException - Exception in is.codion.common.db.exception
-
An exception indication a unique constraint failure
- UniqueConstraintException(SQLException, String) - Constructor for exception is.codion.common.db.exception.UniqueConstraintException
-
Instantiates a new
UniqueConstraintException
- UNKNOWN_HOST - Static variable in interface is.codion.common.rmi.server.RemoteClient
- unlink(Value<T>) - Method in class is.codion.common.value.AbstractValue
- unlink(Value<T>) - Method in interface is.codion.common.value.Value
-
Unlinks this value from the given original value
- unlink(ValueObserver<T>) - Method in class is.codion.common.value.AbstractValue
- unlink(ValueObserver<T>) - Method in interface is.codion.common.value.Value
-
Unlinks this value from the given original value observer
- unsuccessfulRunCount(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- unwrap(boolean) - Method in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
- unwrap(Collection<Class<? extends Throwable>>) - Method in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
- up() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- up() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- UP - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Navigate up to the master panel
- updatable() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Indicates whether this column is updatable
- updatable() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
- updatable(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
- updatable(ForeignKey) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- update() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one update query
- update() - Static method in class is.codion.framework.i18n.FrameworkMessages
- update() - Method in class is.codion.framework.model.AbstractEntityEditModel
- update() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity.Modified
-
Updates the modified state
- update() - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- update() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Performs update on the active entity without asking for confirmation.
- update() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- update() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- update(int, int) - Method in class is.codion.swing.common.ui.component.table.FilterTableCellRenderer.DefaultUISettings
-
Updates the colors according the the selected look and feel
- update(int, int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.UISettings
-
Updates the colors and border according to the current Look and Feel.
- update(EntityConnection.Update) - Method in interface is.codion.framework.db.EntityConnection
-
Performs an update based on the given update, updating the columns found in the
EntityConnection.Update.values()
map, using the associated value. - update(EntityConnection.Update) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Performs an update based on the given update, updating the columns found in the
EntityConnection.Update.values()
map, using the associated value. - update(Entity) - Method in interface is.codion.framework.db.EntityConnection
-
Updates the given entity based on its attribute values.
- update(Entity) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Updates the given entity based on its attribute values.
- update(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Updates the given entities based on their attribute values.
- update(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Updates the given entities based on their attribute values.
- update(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- update(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- update(Collection<Entity>, EntityConnection) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Updates the given entities in the database using the given connection
- UPDATE - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Update
- UPDATE - Enum constant in enum class is.codion.framework.domain.entity.attribute.AuditColumn.AuditAction
-
A record being updated
- UPDATE - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Performs an update.
- updateCommand() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Returns an async update command builder
- updateComponentTreeUI(Collection<? extends JComponent>) - Static method in class is.codion.swing.common.ui.Utilities
-
Calls
SwingUtilities.updateComponentTreeUI(Component)
for the given components, ignores null components. - updateComponentTreeUI(JComponent...) - Static method in class is.codion.swing.common.ui.Utilities
-
Calls
SwingUtilities.updateComponentTreeUI(Component)
for the given components, ignores null components. - updateConfirmer(EntityEditPanel.Confirmer) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- updated(Map<Entity.Key, Entity>) - Static method in class is.codion.framework.model.EntityEditEvents
-
Notifies update
- updateEnabled() - Method in class is.codion.framework.model.AbstractEntityEditModel
- updateEnabled() - Method in interface is.codion.framework.model.EntityEditModel
-
Disabling update causes an exception being thrown when updating.
- UpdateException - Exception in is.codion.common.db.exception
-
An exception indicating a failed update operation
- UpdateException(String) - Constructor for exception is.codion.common.db.exception.UpdateException
-
Instantiates a new
UpdateException
- updateInterval() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- updateInterval() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- updateInterval() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
- updateInterval() - Method in class is.codion.tools.monitor.model.ServerMonitor
- updateMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- updateMultipleEnabled() - Method in class is.codion.framework.model.AbstractEntityEditModel
- updateMultipleEnabled() - Method in interface is.codion.framework.model.EntityEditModel
-
Disabling updating multiple entities causes an exception being thrown when trying to update multiple entities at a time.
- updateObserver(EntityType) - Static method in class is.codion.framework.model.EntityEditEvents
-
Returns an update observer, notified each time entities of the given type are updated.
- updateOn(UpdateOn) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
- updateOn(UpdateOn) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
-
Default
UpdateOn.VALUE_CHANGE
- updateOn(UpdateOn) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- UpdateOn - Enum Class in is.codion.swing.common.ui.component.text
-
Specifies when a text field based component value should update the underlying value.
- updateSelect(Entity) - Method in interface is.codion.framework.db.EntityConnection
-
Updates the given entity based on its attribute values.
- updateSelect(Entity) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Updates the given entity based on its attribute values.
- updateSelect(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Updates the given entities based on their attribute values.
- updateSelect(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Updates the given entities based on their attribute values.
- updatesPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- updateStatistics() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
-
Updates the database usage statistics
- updateTime() - Method in interface is.codion.framework.domain.entity.attribute.Column.AuditColumnDefiner
-
Creates a new
ColumnDefinition.Builder
instance, representing the time a row was updated. - updateTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- updateUI() - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
- updateUI() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- updateUI() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- updateUI() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumnComponentPanel
- updateUI() - Method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- updateUI() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- updateUI() - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailLayout
-
Updates the UI of all associated components.
- updateUI() - Method in class is.codion.swing.framework.ui.EntityPanel
- updateUI() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- updateUI() - Method in class is.codion.swing.framework.ui.TabbedDetailLayout
- updateUI(Collection<? extends JComponent>) - Static method in class is.codion.swing.common.ui.Utilities
-
Calls
JComponent.updateUI()
for the given components, ignores null components. - updateUI(JComponent...) - Static method in class is.codion.swing.common.ui.Utilities
-
Calls
JComponent.updateUI()
for the given components, ignores null components. - updateUser() - Method in interface is.codion.framework.domain.entity.attribute.Column.AuditColumnDefiner
-
Creates a new
ColumnDefinition.Builder
instance, representing the username of the user who updated a row. - updateView() - Method in class is.codion.tools.monitor.ui.ClientInstanceMonitorPanel
- updateWithConfirmation() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Performs update on the active entity after asking for confirmation using the
EntityEditPanel.Confirmer
specified viaEntityEditPanel.Config.updateConfirmer(Confirmer)
. - upperBound() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- upperBound() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.Fields
- upperCase(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- upperCase(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- upperCase(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
Makes the field convert all lower case input to upper case
- upperCase(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
-
Makes the field convert all lower case input to upper case
- upperCase(Document) - Static method in class is.codion.swing.common.ui.component.text.TextComponents
-
Makes the given document convert all lower case input to upper case, supports
SizedDocument
andAbstractDocument
- UPPERCASE - Enum constant in enum class is.codion.swing.common.ui.component.text.CaseDocumentFilter.DocumentCase
- url() - Method in interface is.codion.common.db.connection.ConnectionFactory
-
Returns the jdbc database url for this connection factory.
- url() - Method in class is.codion.common.db.database.AbstractDatabase
- USE_FOCUS_ACTIVATION - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Specifies whether edit panels should be activated when the panel (or its parent EntityPanel) receives focus Value type: Boolean Default value: true
- USE_KEYBOARD_NAVIGATION - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Indicates whether keyboard navigation will be enabled Value type: Boolean Default value: true
- USE_LEXICAL_STRING_COMPARATOR - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies whether String values should use a lexical comparator by default Value type: Boolean Default value: true
- USE_SAVE_CAPTION - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Specifies whether the add/insert button caption should be 'Save' (mnemonic S), instead of 'Add' (mnemonic A) Value type: Boolean Default value: false
- usedMemory() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- usedMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- usedMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin
- useKeyboardNavigation(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- user() - Method in interface is.codion.common.db.connection.DatabaseConnection
- user() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- user() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- user() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- user() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- user() - Method in interface is.codion.framework.db.EntityConnection
- user() - Method in interface is.codion.framework.db.EntityConnectionProvider
- user() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
- user() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- user() - Method in interface is.codion.framework.model.EntityApplicationModel
- user() - Method in class is.codion.framework.server.AbstractRemoteEntityConnection
- user() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- user() - Method in interface is.codion.tools.loadtest.LoadTest
- user(User) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
- user(User) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- user(User) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
- user(User) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- user(User) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- user(String) - Static method in interface is.codion.common.user.User
-
Creates a new User with an empty password.
- user(String, char[]) - Static method in interface is.codion.common.user.User
-
Creates a new User.
- User - Interface in is.codion.common.user
-
Encapsulates a username and password.
- USER - Enum constant in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
- USER_PREFERENCES_ENABLED - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies whether the client should apply and save user preferences Value type: Boolean Default value: true
- USER_PROPERTY - Static variable in interface is.codion.common.db.database.Database
-
The constant used to denote the username value in the connection properties
- UserHistoryColumns() - Constructor for class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- userHistoryTableModel() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- username() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- username() - Static method in class is.codion.common.i18n.Messages
- username() - Method in interface is.codion.common.user.User
- username() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- username() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- USERNAME - Enum constant in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
- USERNAME_COLUMN - Enum constant in enum class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns.Id
- USERNAME_PREFIX - Static variable in interface is.codion.framework.model.EntityApplicationModel
-
Specifies a string to prepend to the username field in the login dialog Value type: String Default value: [empty string]
- UserPreferences - Class in is.codion.common.model
-
A utility class for working with user preferences
- userPreferencesKey() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Returns the key used to identify user preferences for this table panel, that is column positions, widths and such.
- users() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- users() - Method in interface is.codion.common.rmi.server.ServerAdmin
- Utilities - Class in is.codion.swing.common.ui
-
A utility class for UI related things.
V
- valid() - Method in interface is.codion.common.db.connection.DatabaseConnection
- valid() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
- valid() - Method in interface is.codion.framework.model.EntityEditModel.EditableValue
- valid(StateObserver) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
-
A StateObserver indicating whether the input is valid, this state controls the enabled state of the OK button.
- valid(Entity) - Method in class is.codion.framework.domain.entity.DefaultEntityValidator
- valid(Entity) - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Returns true if the given entity contains only valid values.
- validate() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Validates the current state of the entity
- validate(User) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder.LoginValidator
-
Valdates a login with the given user
- validate(Attribute<?>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- validate(Attribute<?>) - Method in interface is.codion.framework.model.EntityEditModel
-
Validates the value associated with the given attribute, using the underlying validator.
- validate(Entity) - Method in class is.codion.framework.domain.entity.DefaultEntityValidator
- validate(Entity) - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Checks if the values in the given entity are valid.
- validate(Entity) - Method in class is.codion.framework.model.AbstractEntityEditModel
- validate(Entity) - Method in interface is.codion.framework.model.EntityEditModel
-
Validates the given entity, using the underlying validator.
- validate(Entity, Attribute<T>) - Method in class is.codion.framework.domain.entity.DefaultEntityValidator
- validate(Entity, Attribute<T>) - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Checks if the value associated with the give attribute is valid, throws a ValidationException if not
- validate(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- validate(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Validates the given entities, using the underlying validator.
- validate(T) - Method in class is.codion.common.value.AbstractValue
- validate(T) - Method in interface is.codion.common.value.Value
-
Validate the given value using all validators
- validate(T) - Method in interface is.codion.common.value.Value.Validator
-
Validates the given value.
- validate(T) - Method in class is.codion.swing.common.ui.component.text.ValidationDocumentFilter
-
Validates the given value using all the underlying validators (if any).
- VALIDATE_FOREIGN_KEYS - Static variable in interface is.codion.framework.domain.entity.Entities
-
Specifies whether foreign keys are validated when defined by asserting that the referenced entity has been defined.
- validateForeignKeys(boolean) - Method in class is.codion.framework.domain.DomainModel
-
Specifies whether foreign keys are validated by asserting that the referenced entity has been defined.
- validateForeignKeys(boolean) - Method in class is.codion.framework.domain.entity.DefaultEntities
-
Specifies whether to validate foreign keys when created, asserting that the referenced entity has been defined.
- validateType(T) - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- validateUserCredentials(User, User) - Static method in class is.codion.common.rmi.server.AbstractServer
-
Validates the given user credentials
- ValidationDocumentFilter<T> - Class in is.codion.swing.common.ui.component.text
-
A
DocumentFilter
extension providing validation and parsing. - ValidationDocumentFilter() - Constructor for class is.codion.swing.common.ui.component.text.ValidationDocumentFilter
- ValidationException - Exception in is.codion.framework.domain.entity.exception
-
An exception used to indicate that an attribute value is invalid.
- ValidationException(Attribute<?>, Object, String) - Constructor for exception is.codion.framework.domain.entity.exception.ValidationException
-
Instantiates a new ValidationException.
- validator() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- validator() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Controls the validator used by this edit model.
- validator(Value.Validator<? super T>) - Method in interface is.codion.common.value.Value.Builder
-
Adds a validator to the resulting value
- validator(Value.Validator<T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- validator(Value.Validator<T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- validator(EntityValidator) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
- validator(LoginDialogBuilder.LoginValidator) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- validator(Predicate<R>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
-
Items failing validation can not be added to the model.
- validator(Predicate<T>) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
-
Sets the
InputDialogBuilder.valid(StateObserver)
according to the given predicate. - validators() - Method in class is.codion.swing.common.ui.component.text.ValidationDocumentFilter
- validCharacters(String) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- validCharacters(String) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- validItem(T) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Validates the given value against the valid items for this attribute.
- value() - Method in interface is.codion.common.item.Item
- value() - Static method in interface is.codion.common.value.Value
-
Creates a new nullable
Value
instance, wrapping a null initial value, usingValue.Notify.WHEN_CHANGED
. - value() - Method in interface is.codion.common.value.Values
- value() - Method in exception is.codion.framework.domain.entity.exception.ValidationException
- value() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ComboBoxSelection
- value() - Method in interface is.codion.swing.common.ui.component.text.Parser.ParseResult
- value() - Method in interface is.codion.swing.common.ui.control.ToggleControl
- value(RemoteClient, ClientMonitor.RemoteClientColumns.Id) - Method in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- value(Attribute<?>) - Method in interface is.codion.framework.domain.entity.StringFactory.Builder
-
Adds the value mapped to the given key to this
StringFactory.Builder
- value(Attribute<?>, Format) - Method in interface is.codion.framework.domain.entity.StringFactory.Builder
-
Adds the value mapped to the given key to this StringProvider
- value(Attribute<T>) - Method in class is.codion.framework.domain.test.DefaultEntityFactory
-
Creates a value for the given attribute.
- value(Attribute<T>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- value(Attribute<T>) - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Returns the
EntityEditModel.EditableValue
instance representingattribute
in thisEntityEditModel.EditableEntity
. - value(Attribute<T>) - Method in interface is.codion.framework.model.EntityEditModel
-
Returns the
EntityEditModel.EditableValue
instance representingattribute
in this edit model. - value(ForeignKey, Attribute<?>) - Method in interface is.codion.framework.domain.entity.StringFactory.Builder
-
Adds the value mapped to the given attribute in the
Entity
instance mapped to the given foreign key to thisStringFactory.Builder
- value(EntityServerAdmin.DomainEntityDefinition, ServerMonitor.DomainColumns.Id) - Method in class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- value(EntityServerAdmin.DomainOperation, ServerMonitor.OperationColumns.Id) - Method in class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- value(EntityServerAdmin.DomainReport, ServerMonitor.ReportColumns.Id) - Method in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- value(EntityRow, DomainGeneratorModel.EntityColumns.Id) - Method in class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- value(SchemaRow, DomainGeneratorModel.SchemaColumns.Id) - Method in class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- value(ClientUserMonitor.UserInfo, ClientUserMonitor.UserHistoryColumns.Id) - Method in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- value(String, Object) - Method in interface is.codion.swing.common.ui.control.Control.Builder
-
Note that any values added will overwrite the property, if already present, i.e.
- value(String, Function<String, T>) - Static method in class is.codion.common.Configuration
-
Creates a configuration value
- value(String, Function<String, T>, Function<T, String>) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value representing the given property name.
- value(String, Function<String, T>, Function<T, String>, T) - Method in interface is.codion.common.property.PropertyStore
-
Creates a value representing the given property name.
- value(String, Function<String, T>, T) - Static method in class is.codion.common.Configuration
-
Creates a configuration value
- value(LocalDate) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
-
Note that calling this method also sets
CalendarPanel.Builder.includeTime(boolean)
to false. - value(LocalDate) - Method in interface is.codion.swing.common.ui.dialog.CalendarDialogBuilder
- value(LocalDateTime) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
-
Note that calling this method also sets
CalendarPanel.Builder.includeTime(boolean)
to true. - value(LocalDateTime) - Method in interface is.codion.swing.common.ui.dialog.CalendarDialogBuilder
- value(R, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Columns
-
Returns a value for the given row and identifier
- value(T) - Method in interface is.codion.common.value.Value.Builder
- value(T) - Static method in interface is.codion.common.value.Value
-
Creates a new nullable
Value
instance, wrapping the given initial value, usingValue.Notify.WHEN_CHANGED
. - value(T) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemFinder
-
Returns the value representing the given item
- value(T) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- value(T) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Sets the initial value for the component, unless value(s) have been linked via
ComponentBuilder.link(Value)
orComponentBuilder.link(ValueObserver)
, which then control the inital value. - Value<T> - Interface in is.codion.common.value
-
An observable wrapper for a value.
- VALUE_CHANGE - Enum constant in enum class is.codion.swing.common.ui.component.text.UpdateOn
-
Update each time the text field value changes.
- Value.Builder<T,
B extends Value.Builder<T, B>> - Interface in is.codion.common.value -
Builds a
Value
instance. - Value.BuilderFactory - Interface in is.codion.common.value
-
Provides
Value.Builder
instances for nullable or non-nullable values. - Value.Notify - Enum Class in is.codion.common.value
-
Specifies when a Value instance notifies its listeners.
- Value.Validator<T> - Interface in is.codion.common.value
-
A
Value.Validator
forValue
s. - valueChanged() - Method in interface is.codion.framework.model.EntityEditModel.EditableEntity
-
Returns an observer notified each time a value changes, either via its associated
EntityEditModel.EditableValue
instance or when the entity is set viaMutable.set(Object)
orEntityEditModel.EditableEntity.defaults()
. - valueClass() - Method in interface is.codion.common.model.condition.ConditionModel
- valueClass() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- valueClass() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- valueClass() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- valueContainsLiteralCharacters(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- valueContainsLiteralCharacters(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- valueList() - Static method in interface is.codion.common.value.ValueList
-
Creates a new empty
ValueList
, usingValue.Notify.WHEN_CHANGED
. - valueList(Collection<T>) - Static method in interface is.codion.common.value.ValueList
-
Creates a new
ValueList
, usingValue.Notify.WHEN_CHANGED
. - ValueList<T> - Interface in is.codion.common.value
-
An observable wrapper for a List of values, including possible null values.
- ValueList.Builder<T> - Interface in is.codion.common.value
-
Builds a
ValueList
instance. - ValueListObserver<T> - Interface in is.codion.common.value
-
A read only value list observer
- ValueObserver<T> - Interface in is.codion.common.value
-
A read only value observer
- valueOf(String) - Static method in enum class is.codion.common.Conjunction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.db.database.Database.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.model.summary.ColumnSummary
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.Operator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.value.Value.Notify
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.framework.domain.entity.attribute.AuditColumn.AuditAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.model.component.table.FilterTableModel.RefreshStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.combobox.Completion.Normalize
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.text.CaseDocumentFilter.DocumentCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.text.TextComponentBuilder.InitialCaretPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.text.UpdateOn
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.component.EntitySearchField.SearchIndicator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityPanel.WindowType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.AutoResizeModeSelection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.ColumnSelection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.EditAttributeSelection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.RefreshButtonVisible
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns.Id
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns.Id
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns.Id
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.tools.monitor.model.ServerMonitor.DomainColumns.Id
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.tools.monitor.model.ServerMonitor.OperationColumns.Id
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.tools.monitor.model.ServerMonitor.ReportColumns.Id
-
Returns the enum constant of this class with the specified name.
- valueProvider() - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition
- valueRange(Number, Number) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Only applicable to numerical attributes
- valueRange(Number, Number) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- values() - Static method in enum class is.codion.common.Conjunction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.common.db.database.Database.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.common.model.summary.ColumnSummary
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues
- values() - Static method in enum class is.codion.common.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.common.value.Value.Notify
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface is.codion.framework.db.EntityConnection.Update
- values() - Static method in enum class is.codion.framework.domain.entity.attribute.AuditColumn.AuditAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class is.codion.framework.domain.entity.condition.AbstractCondition
- values() - Method in interface is.codion.framework.domain.entity.condition.Condition
- values() - Static method in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.model.component.table.FilterTableModel.RefreshStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.combobox.Completion.Normalize
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.text.CaseDocumentFilter.DocumentCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.text.TextComponentBuilder.InitialCaretPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.text.UpdateOn
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.component.EntitySearchField.SearchIndicator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityPanel.WindowType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.AutoResizeModeSelection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.ColumnSelection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.EditAttributeSelection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.RefreshButtonVisible
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns.Id
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns.Id
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow.ColumnId
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns.Id
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns.Id
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.tools.monitor.model.ServerMonitor.DomainColumns.Id
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.tools.monitor.model.ServerMonitor.OperationColumns.Id
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.tools.monitor.model.ServerMonitor.ReportColumns.Id
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- values(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- values(Attribute<T>, Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the non-null values associated with the given attribute from the given entities.
- values(Collection<Entity.Key>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Retrieves the values of the given keys, assuming they are single column keys.
- Values<T,
C extends Collection<T>> - Interface in is.codion.common.value -
An observable wrapper for one or more values, including a possible null value.
- Values.Builder<T,
C extends Collection<T>, B extends Values.Builder<T, C, B>> - Interface in is.codion.common.value -
Builds a
Values
instance. - valuesChanged() - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues
- valueSet() - Static method in interface is.codion.common.value.ValueSet
-
Creates a new empty
ValueSet
, usingValue.Notify.WHEN_CHANGED
. - valueSet(Collection<T>) - Static method in interface is.codion.common.value.ValueSet
-
Creates a new
ValueSet
, usingValue.Notify.WHEN_CHANGED
. - ValueSet<T> - Interface in is.codion.common.value
-
An observable wrapper for a Set of values, including a possible null value.
- ValueSet.Builder<T> - Interface in is.codion.common.value
-
Builds a
ValueSet
instance. - ValueSetObserver<T> - Interface in is.codion.common.value
-
A read only value set observer
- ValuesObserver<T,
C extends Collection<T>> - Interface in is.codion.common.value -
A read only values observer
- version() - Static method in interface is.codion.common.version.Version
- version() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- version() - Method in interface is.codion.framework.model.EntityApplicationModel
- Version - Interface in is.codion.common.version
-
Specifies a version and serves as a factory for
Version.Builder
instances. - VERSION_PROPERTY_KEY - Static variable in interface is.codion.common.version.Version
-
The key for a version property in a properties file.
- Version.Builder - Interface in is.codion.common.version
-
Builds a Version.
- versionAndMetadataString() - Static method in interface is.codion.common.version.Version
- versionString() - Static method in interface is.codion.common.version.Version
- verticalAlignment(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- verticalBlockIncrement(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- verticalGap(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
- verticalScrollBarPolicy(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- verticalTextPosition(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- verticalUnitIncrement(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- view() - Static method in class is.codion.framework.i18n.FrameworkMessages
- view() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
- view() - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
- VIEW_DEPENDENCIES - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Control
for viewing the dependencies of the selected entities. - viewApplicationTree() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays in a dialog a tree describing the application layout
- viewDependencies() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Displays a dialog containing tables of entities depending on the selected entities via non-soft foreign keys
- viewDependencyTree() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Shows a dialog containing a dependency tree view of all defined entities
- viewMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- visible() - Method in interface is.codion.common.model.FilterModel.Items
- visible() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- visible(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- visible(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- visible(C) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
-
Returns the
State
for controlling the column visibility - visibleRowCount(int) - Method in interface is.codion.swing.common.ui.component.list.ListBuilder
W
- WAIT - Static variable in class is.codion.swing.common.ui.Cursors
- WAIT_CURSOR - Enum constant in enum class is.codion.swing.framework.ui.component.EntitySearchField.SearchIndicator
-
Display a wait cursor while searching.
- waiting() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- waiting() - Method in interface is.codion.common.db.pool.ConnectionPoolState
- weakConsumer(Consumer<? super T>) - Method in interface is.codion.common.value.Value.Builder
- weakListener(Runnable) - Method in interface is.codion.common.value.Value.Builder
- weight() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
- weight(T) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
-
Returns the weight of the given item.
- weightRatio(T) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
-
Returns this items share in the total weights as a floating point number between 0 and 1
- westComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- westPanel(JPanel) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- westPanel(JPanel) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- wheelScrollingEnable(boolean) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- WHEN_CHANGED - Enum constant in enum class is.codion.common.value.Value.Notify
-
Notify listeners when the underlying value is changed via
Value.set(Object)
, that is, only when the new value differs from the previous value. - WHEN_CONDITION_PANEL_IS_VISIBLE - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.RefreshButtonVisible
-
Refresh button should only be visible when the table condition panel is visible
- WHEN_SET - Enum constant in enum class is.codion.common.value.Value.Notify
-
Notify listeners when the underlying value is set via
Value.set(Object)
, regardless of whether the new value is equal to the previous value. - where() - Method in interface is.codion.framework.db.EntityConnection.Count
- where() - Method in interface is.codion.framework.db.EntityConnection.Select
- where() - Method in interface is.codion.framework.db.EntityConnection.Update
- where() - Method in interface is.codion.framework.domain.entity.query.SelectQuery
- where() - Method in interface is.codion.framework.model.EntityQueryModel
-
Controls the additional WHERE condition, which can be used in conjunction with
EntityQueryModel.conditions()
. - where(Conjunction) - Method in interface is.codion.framework.model.EntityConditionModel
-
Returns a WHERE condition based on enabled condition models which are based on non-aggregate function columns.
- where(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Count
- where(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Select
- where(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Update
- where(String) - Method in interface is.codion.framework.domain.entity.query.SelectQuery.Builder
-
Specifies the where clause to use, without the WHERE keyword.
- WhitelistInputFilterFactory - Class in is.codion.common.rmi.server
-
A
ObjectInputFilterFactory
implementation based on a whitelist file. - WhitelistInputFilterFactory() - Constructor for class is.codion.common.rmi.server.WhitelistInputFilterFactory
- width(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- wildcard() - Method in interface is.codion.common.model.condition.ConditionModel
-
Note that this is only applicable to string based condition models and only used for operators
Operator.EQUAL
andOperator.NOT_EQUAL
- wildcard() - Method in class is.codion.framework.model.ForeignKeyConditionModel
- wildcard() - Method in class is.codion.swing.framework.model.SwingForeignKeyConditionModel
- wildcard(ConditionModel.Wildcard) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- WILDCARD - Static variable in interface is.codion.common.model.condition.ConditionModel
-
Specifies whether wildcards are added to string values Value type:
ConditionModel.Wildcard
Default value:ConditionModel.Wildcard.POSTFIX
- wildcardPostfix() - Method in interface is.codion.framework.model.EntitySearchModel.Settings
- wildcardPrefix() - Method in interface is.codion.framework.model.EntitySearchModel.Settings
- WINDOW - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Displayed in a window or dialog
- WINDOW_TYPE - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies how detail and edit panels should be displayed.
- WindowDetailLayout - Class in is.codion.swing.framework.ui
-
A detail layout which displays detail panels in a window, opened via the table popup menu.
- WindowDetailLayout.Builder - Interface in is.codion.swing.framework.ui
-
Builds a
WindowDetailLayout
instance. - windowListener(WindowListener) - Method in interface is.codion.swing.common.ui.Windows.FrameBuilder
- Windows - Class in is.codion.swing.common.ui
-
A utility class for windows, dialogs and frames.
- Windows.FrameBuilder - Interface in is.codion.swing.common.ui
-
A builder for a JFrame.
- windowType(EntityPanel.WindowType) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- windowType(EntityPanel.WindowType) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- windowType(EntityPanel.WindowType) - Method in interface is.codion.swing.framework.ui.WindowDetailLayout.Builder
- with(Attribute<T>, T) - Method in interface is.codion.framework.domain.entity.Entity.Builder
-
Adds the given attribute value to this builder
- with(Column<T>, T) - Method in interface is.codion.framework.domain.entity.Entity.Key.Builder
-
Adds the given column value to this builder
- withDatabaseUser(User) - Method in interface is.codion.common.rmi.server.RemoteClient
-
Instantiates a new RemoteClient based on this instance but with the specified database user
- withDefaults() - Method in interface is.codion.framework.domain.entity.Entity.Builder
-
Sets the default value for all attributes which have a default value.
- WRAPPER_EXCEPTIONS - Static variable in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
-
Specifies a list of exception types, which are considered wrapping exceptions, that is, exceptions that wrap a root cause.
By default root cause exceptions are unwrapped before being displayed, in order to simplify the error message and stack trace.
Replace with an empty list in order to disable unwrapping altogether. - wrapStyleWord(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- writeApiImpl(String, boolean, Path) - Method in class is.codion.tools.generator.domain.DomainSource
-
Writes the api and implementation source code to the given path.
- writeCombined(String, boolean, Path) - Method in class is.codion.tools.generator.domain.DomainSource
-
Writes the combined source code to the given path.
- writeToFile(Path) - Method in interface is.codion.common.property.PropertyStore
-
Writes the stored properties to a file
Y
- yearFourDigits() - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- yearTwoDigits() - Method in interface is.codion.common.format.LocaleDateTimePattern.Builder
- yes() - Static method in class is.codion.common.i18n.Messages
- YES - Enum constant in enum class is.codion.swing.common.ui.component.combobox.Completion.Normalize
-
The String should be normalized.
Z
- ZOOM_INCREMENT_CHANGED_PROPERTY - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Identifies a change to the zoom increment.
- ZOOM_LEVEL_CHANGED_PROPERTY - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel
-
Identifies a change to the zoom level.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form