Uses of Interface
is.codion.common.observable.Observer
Packages that use Observer
Package
Description
Event related classes.
Condition related classes.
Selection related classes.
Summary related classes.
Observer
and Observable
.Propery related classes.
See
State
and ObservableState
.Value
and related classes.Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.POST_EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.HANDLE_EDIT_EVENTS
EntityTableModel.ORDER_QUERY_BY_SORT_ORDER
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
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
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
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.VALID_INDICATOR
EntityEditComponentPanel.MODIFIED_INDICATOR
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.EXCLUDE_HIDDEN_COLUMNS
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_QUERY_INSPECTOR
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.REFRESH_PROGRESS_BAR
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
Package configuration values:
EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE
-
Uses of Observer in is.codion.common.event
Subinterfaces of Observer in is.codion.common.eventMethods in is.codion.common.event that return Observer -
Uses of Observer in is.codion.common.model.condition
Methods in is.codion.common.model.condition that return Observer -
Uses of Observer in is.codion.common.model.filter
Subinterfaces of Observer in is.codion.common.model.filterModifier and TypeInterfaceDescriptionstatic interface
static interface
Controls which items should be visible.Methods in is.codion.common.model.filter that return ObserverModifier and TypeMethodDescriptionFilterModel.VisibleItems.added()
FilterModel.AbstractRefresher.exception()
FilterModel.Refresher.exception()
This event is always triggered on the UI thread.FilterModel.Sort.observer()
final Observer
<Collection<T>> FilterModel.AbstractRefresher.result()
FilterModel.Refresher.result()
This event is always triggered on the UI thread. -
Uses of Observer in is.codion.common.model.selection
Subinterfaces of Observer in is.codion.common.model.selectionModifier and TypeInterfaceDescriptionstatic interface
Manages the selected indexes.static interface
Manages the selected items.Methods in is.codion.common.model.selection that return ObserverModifier and TypeMethodDescriptionObserver
<?> SingleSelection.changing()
To prevent a selection change, add a listener throwing aCancelException
. -
Uses of Observer in is.codion.common.model.summary
Methods in is.codion.common.model.summary that return Observer -
Uses of Observer in is.codion.common.observable
Subinterfaces of Observer in is.codion.common.observableModifier and TypeInterfaceDescriptioninterface
Observable<T>
A wrapper for a value, providing a change observer.Methods in is.codion.common.observable that return Observer -
Uses of Observer in is.codion.common.property
Subinterfaces of Observer in is.codion.common.propertyModifier and TypeInterfaceDescriptioninterface
A Value associated with a named property. -
Uses of Observer in is.codion.common.state
Subinterfaces of Observer in is.codion.common.stateModifier and TypeInterfaceDescriptioninterface
Specifies an observable for aState
instance.interface
A class encapsulating a boolean state, non-nullable with null values translated to false.static interface
A state which combines a number of states, either ANDing or ORing those together when determining its own state. -
Uses of Observer in is.codion.common.value
Subinterfaces of Observer in is.codion.common.valueModifier and TypeInterfaceDescriptioninterface
A read only value list observableinterface
ObservableValues<T,
C extends Collection<T>> A read only values observableinterface
A read only value set observableinterface
Value<T>
An observable wrapper for a value.interface
ValueList<T>
An observable wrapper for a List of values.interface
Values<T,
C extends Collection<T>> An observable wrapper for one or more values.interface
ValueSet<T>
An observable wrapper for a Set of values.Classes in is.codion.common.value that implement ObserverModifier and TypeClassDescriptionclass
An abstractValue
implementation handling everything except the value itself.Methods in is.codion.common.value that return Observer -
Uses of Observer in is.codion.framework.db
Methods in is.codion.framework.db that return ObserverModifier and TypeMethodDescriptionfinal Observer
<EntityConnection> AbstractEntityConnectionProvider.connected()
EntityConnectionProvider.connected()
-
Uses of Observer in is.codion.framework.model
Subinterfaces of Observer in is.codion.framework.modelModifier and TypeInterfaceDescriptionstatic interface
Represents an edit eventstatic interface
Provides edit access to anAttribute
value in the underlying entity being edited.static interface
Provides edit access to the underlying entity.static interface
Indicates whether the active entity exists in the database.static interface
Indicates whether the active entity is modified, that is, exists and has one or more modified attribute values.static interface
Specifies an additional condition supplier.Methods in is.codion.framework.model that return ObserverModifier and TypeMethodDescriptionfinal Observer
<Collection<Entity>> AbstractEntityEditModel.afterDelete()
EntityEditModel.afterDelete()
final Observer
<Collection<Entity>> AbstractEntityEditModel.afterInsert()
EntityEditModel.afterInsert()
final Observer
<?> AbstractEntityEditModel.afterInsertUpdateOrDelete()
Observer
<?> EntityEditModel.afterInsertUpdateOrDelete()
AbstractEntityEditModel.afterUpdate()
EntityEditModel.afterUpdate()
final Observer
<Collection<Entity>> AbstractEntityEditModel.beforeDelete()
EntityEditModel.beforeDelete()
final Observer
<Collection<Entity>> AbstractEntityEditModel.beforeInsert()
EntityEditModel.beforeInsert()
final Observer
<Collection<Entity>> AbstractEntityEditModel.beforeUpdate()
EntityEditModel.beforeUpdate()
Observer
<?> EntityTableConditionModel.changed()
EntityEditModel.EntityEditor.changing()
EntityEditModel.EditorValue.edited()
Returns an observer notified each time this value is modified viaValue.set(Object)
.EntityEditModel.EntityEditor.valueChanged()
Returns an observer notified each time a value is changed, either via its associatedEntityEditModel.EditorValue
instance or when the entity is set viaEntityEditModel.EntityEditor.clear()
,EntityEditModel.EntityEditor.set(Entity)
orEntityEditModel.EntityEditor.defaults()
. -
Uses of Observer in is.codion.swing.common.model.component.button
Classes in is.codion.swing.common.model.component.button that implement ObserverMethods in is.codion.swing.common.model.component.button that return Observer -
Uses of Observer in is.codion.swing.common.ui
Methods in is.codion.swing.common.ui that return ObserverModifier and TypeMethodDescriptionstatic <T> Observer
<T> Utilities.propertyObserver
(JComponent component, String property) Returns aObserver
notified each time the value of the given property changes in the given component. -
Uses of Observer in is.codion.swing.common.ui.component.calendar
Subinterfaces of Observer in is.codion.swing.common.ui.component.calendarModifier and TypeInterfaceDescriptionstatic interface
Provides access to the date.static interface
Provides access to the date and time.Methods in is.codion.swing.common.ui.component.calendar that return Observer -
Uses of Observer in is.codion.swing.common.ui.component.table
Subinterfaces of Observer in is.codion.swing.common.ui.component.tableModifier and TypeInterfaceDescriptionstatic interface
Observes the hidden columnsstatic interface
Controls the visible columnsstatic interface
Manages the search results.Methods in is.codion.swing.common.ui.component.table that return ObserverModifier and TypeMethodDescriptionFilterTableColumnModel.columnHidden()
FilterTableColumnModel.columnShown()
FilterTable.doubleClicked()
Methods in is.codion.swing.common.ui.component.table that return types with arguments of type ObserverModifier and TypeMethodDescriptionColumnConditionPanel.focusGainedObserver()
ConditionPanel.focusGainedObserver()
The default implementation returns an empty Optional. -
Uses of Observer in is.codion.swing.common.ui.component.text
Classes in is.codion.swing.common.ui.component.text that implement ObserverModifier and TypeClassDescriptionclass
AbstractTextComponentValue<T,
C extends JTextComponent> An abstractComponentValue
implementation for a text component. -
Uses of Observer in is.codion.swing.common.ui.component.value
Subinterfaces of Observer in is.codion.swing.common.ui.component.valueModifier and TypeInterfaceDescriptioninterface
ComponentValue<T,
C extends JComponent> AValue
represented by an input component of some sort.Classes in is.codion.swing.common.ui.component.value that implement ObserverModifier and TypeClassDescriptionclass
AbstractComponentValue<T,
C extends JComponent> An abstract base implementation ofComponentValue
. -
Uses of Observer in is.codion.swing.common.ui.dialog
Methods in is.codion.swing.common.ui.dialog with parameters of type ObserverModifier and TypeMethodDescriptionComponentDialogBuilder.closeObserver
(Observer<?> closeObserver) Sets the Observer which triggers the closing of the dialog, note thatComponentDialogBuilder.disposeOnEscape(boolean)
has no effect if a closeObserver is specified. -
Uses of Observer in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui that return ObserverModifier and TypeMethodDescriptionfinal Observer
<EntityPanel> EntityPanel.activated()
EntityPanel.DetailPanels.added()
protected final Observer
<?> EntityApplicationPanel.exitObserver()
To cancel the exit add a listener throwing aCancelException
.final Observer
<EntityApplicationPanel<?>> EntityApplicationPanel.initialized()
EntityPanel.Display.requested()
-
Uses of Observer in is.codion.tools.loadtest
Methods in is.codion.tools.loadtest that return Observer -
Uses of Observer in is.codion.tools.monitor.model
Methods in is.codion.tools.monitor.model that return ObserverModifier and TypeMethodDescriptionHostMonitor.serverAdded()
HostMonitor.serverRemoved()
Observer
<?> ConnectionPoolMonitor.statisticsUpdated()