Uses of Class
is.codion.swing.framework.ui.EntityApplicationPanel
Packages that use EntityApplicationPanel
Package
Description
Package configuration values:
HELP_URL
CONFIRM_EXIT
SHOW_STARTUP_DIALOG
CACHE_ENTITY_PANELS
USER_PREFERENCES_ENABLED
RESTORE_DEFAULT_PREFERENCES
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
-
Uses of EntityApplicationPanel in is.codion.swing.framework.ui
Classes in is.codion.swing.framework.ui with type parameters of type EntityApplicationPanelModifier and TypeInterfaceDescriptionstatic interface
EntityApplicationPanel.Builder<M extends SwingEntityApplicationModel,
P extends EntityApplicationPanel<M>> Builds aEntityApplicationPanel
and starts the application.Methods in is.codion.swing.framework.ui with type parameters of type EntityApplicationPanelModifier and TypeMethodDescriptionstatic <M extends SwingEntityApplicationModel,
P extends EntityApplicationPanel<M>>
EntityApplicationPanel.Builder<M, P> Methods in is.codion.swing.framework.ui that return types with arguments of type EntityApplicationPanelModifier and TypeMethodDescriptionfinal Observer
<EntityApplicationPanel<?>> EntityApplicationPanel.initialized()
Constructors in is.codion.swing.framework.ui with parameters of type EntityApplicationPanelModifierConstructorDescriptionTabbedApplicationLayout
(EntityApplicationPanel<?> applicationPanel) Constructor parameters in is.codion.swing.framework.ui with type arguments of type EntityApplicationPanelModifierConstructorDescriptionEntityApplicationPanel
(M applicationModel, List<EntityPanel> entityPanels, Collection<EntityPanel.Builder> lookupPanelBuilders, Function<EntityApplicationPanel<M>, EntityApplicationPanel.ApplicationLayout> applicationLayout) Instantiates a newEntityApplicationPanel
based on the given application model, using theEntityApplicationPanel.ApplicationLayout
provided byapplicationLayout
.