Uses of Interface
is.codion.common.observable.Observable
Packages that use Observable
Package
Description
Selection related classes.
Summary related classes.
Propery related classes.
See
State
and ObservableState
.Value
and related classes.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
Component builder related classes.
Package configuration values:
LabelBuilder.HORIZONTAL_ALIGNMENT
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:
DomainGeneratorModel.DEFAULT_DOMAIN_PACKAGE
DomainGeneratorModel.DEFAULT_SOURCE_DIRECTORY
Package configuration values:
EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE
-
Uses of Observable in is.codion.common.model.filter
Subinterfaces of Observable in is.codion.common.model.filterModifier and TypeInterfaceDescriptionstatic interface
static interface
Controls which items should be visible. -
Uses of Observable in is.codion.common.model.selection
Subinterfaces of Observable in is.codion.common.model.selectionModifier and TypeInterfaceDescriptionstatic interface
Manages the selected indexes.static interface
Manages the selected items. -
Uses of Observable in is.codion.common.model.summary
Methods in is.codion.common.model.summary that return Observable -
Uses of Observable in is.codion.common.property
Subinterfaces of Observable in is.codion.common.propertyModifier and TypeInterfaceDescriptioninterface
A Value associated with a named property. -
Uses of Observable in is.codion.common.state
Subinterfaces of Observable 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 Observable in is.codion.common.value
Subinterfaces of Observable 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 ObservableModifier and TypeClassDescriptionclass
An abstractValue
implementation handling everything except the value itself.Methods in is.codion.common.value that return ObservableModifier and TypeMethodDescriptionprotected Observable
<T> AbstractValue.createObservable()
AbstractValue.observable()
Value.observable()
Methods in is.codion.common.value with parameters of type ObservableModifier and TypeMethodDescriptionfinal void
AbstractValue.link
(Observable<T> observable) Value.Builder.link
(Observable<T> observable) Links the given observable to the resulting valuevoid
Value.link
(Observable<T> observable) Creates a unidirectional link between this value and the given observable, so that changes in the observable are reflected in this one.final void
AbstractValue.unlink
(Observable<T> observable) void
Value.unlink
(Observable<T> observable) Unlinks this value from the given observable -
Uses of Observable in is.codion.framework.model
Subinterfaces of Observable in is.codion.framework.modelModifier and TypeInterfaceDescriptionstatic 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 Observable -
Uses of Observable in is.codion.swing.common.model.component.button
Classes in is.codion.swing.common.model.component.button that implement Observable -
Uses of Observable in is.codion.swing.common.ui
Methods in is.codion.swing.common.ui with parameters of type Observable -
Uses of Observable in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component with parameters of type ObservableModifier and TypeMethodDescriptionstatic <T> LabelBuilder
<T> Components.label
(Observable<T> observable) -
Uses of Observable in is.codion.swing.common.ui.component.builder
Methods in is.codion.swing.common.ui.component.builder with parameters of type ObservableModifier and TypeMethodDescriptionfinal B
AbstractComponentBuilder.link
(Observable<T> linkedObservable) ComponentBuilder.link
(Observable<T> linkedValue) Creates a read-only link to the givenObservable
.final B
AbstractComponentBuilder.toolTipText
(Observable<String> toolTipText) ComponentBuilder.toolTipText
(Observable<String> toolTipText) OverridesComponentBuilder.toolTipText(String)
-
Uses of Observable in is.codion.swing.common.ui.component.calendar
Subinterfaces of Observable 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. -
Uses of Observable in is.codion.swing.common.ui.component.label
Methods in is.codion.swing.common.ui.component.label with parameters of type ObservableModifier and TypeMethodDescriptionstatic <T> LabelBuilder
<T> LabelBuilder.builder
(Observable<T> observable) -
Uses of Observable in is.codion.swing.common.ui.component.table
Subinterfaces of Observable 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 ObservableModifier and TypeMethodDescriptionFilterTableSearchModel.Results.current()
Returns theObservable
notified of the selected search result row/column if available, otherwise one with row: -1 and column: -1 -
Uses of Observable in is.codion.swing.common.ui.component.text
Classes in is.codion.swing.common.ui.component.text that implement ObservableModifier and TypeClassDescriptionclass
AbstractTextComponentValue<T,
C extends JTextComponent> An abstractComponentValue
implementation for a text component.Methods in is.codion.swing.common.ui.component.text that return Observable -
Uses of Observable in is.codion.swing.common.ui.component.value
Subinterfaces of Observable 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 ObservableModifier and TypeClassDescriptionclass
AbstractComponentValue<T,
C extends JComponent> An abstract base implementation ofComponentValue
. -
Uses of Observable in is.codion.swing.common.ui.dialog
Fields in is.codion.swing.common.ui.dialog declared as ObservableMethods in is.codion.swing.common.ui.dialog with parameters of type ObservableModifier and TypeMethodDescriptionfinal B
AbstractDialogBuilder.title
(Observable<String> title) DialogBuilder.title
(Observable<String> title) -
Uses of Observable in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with parameters of type ObservableModifier and TypeMethodDescriptionEntityApplicationPanel.Builder.frameTitle
(Observable<String> frameTitle) For a dynamic frame title. -
Uses of Observable in is.codion.tools.generator.model
Methods in is.codion.tools.generator.model that return ObservableModifier and TypeMethodDescriptionDomainGeneratorModel.domainApi()
DomainGeneratorModel.domainCombined()
DomainGeneratorModel.domainImpl()
-
Uses of Observable in is.codion.tools.loadtest
Methods in is.codion.tools.loadtest that return Observable -
Uses of Observable in is.codion.tools.monitor.model
Methods in is.codion.tools.monitor.model that return Observable