Uses of Class
is.codion.swing.framework.ui.EntityTablePanel.Config
Packages that use EntityTablePanel.Config
Package
Description
Package configuration values:
EntityApplication.USER
EntityApplication.SAVE_DEFAULT_USERNAME
EntityApplication.STARTUP_DIALOG
EntityApplication.CONNECTION_INFO_UPPER_CASE
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
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.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
EXCLUDE_HIDDEN_COLUMNS
CONDITION_VIEW
FILTER_VIEW
SUMMARY_PANEL_VISIBLE
INCLUDE_POPUP_MENU
INCLUDE_ENTITY_MENU
INCLUDE_QUERY_INSPECTOR
INCLUDE_CLEAR_CONTROL
INCLUDE_LIMIT_MENU
REFRESH_BUTTON_VISIBLE
COLUMN_SELECTION
INCLUDE_CONDITIONS
INCLUDE_FILTERS
INCLUDE_SUMMARY
REFRESH_PROGRESS_BAR
REFRESH_PROGRESS_BAR_DELAY
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
-
Uses of EntityTablePanel.Config in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui that return EntityTablePanel.ConfigModifier and TypeMethodDescriptionEntityTablePanel.Config.autoResizeModeSelection(EntityTablePanel.SelectionMode autoResizeModeSelection) <T,A extends Attribute<T>>
EntityTablePanel.ConfigEntityTablePanel.Config.cellEditor(A attribute, FilterTableCellEditor<T> cellEditor) Sets the cell editor for the given attributeEntityTablePanel.Config.cellEditorFactory(FilterTableCellEditor.Factory<Attribute<?>> cellEditorFactory) Overridden bycellEditor(Attribute, FilterTableCellEditor).<T,A extends Attribute<T>>
EntityTablePanel.ConfigEntityTablePanel.Config.cellRenderer(A attribute, FilterTableCellRenderer<T> cellRenderer) Sets the cell renderer for the given attributeEntityTablePanel.Config.cellRendererFactory(EntityTableCellRenderer.Factory cellRendererFactory) Overridden bycellRenderer(Attribute, FilterTableCellRenderer).EntityTablePanel.Config.columnSelection(EntityTablePanel.SelectionMode columnSelection) EntityTablePanel.Config.conditionComponentFactory(Attribute<?> attribute, ColumnConditionPanel.ComponentFactory componentFactory) EntityTablePanel.Config.conditionPanelFactory(TableConditionPanel.Factory<Attribute<?>> conditionPanelFactory) EntityTablePanel.Config.conditionView(ConditionPanel.ConditionView conditionView) EntityTablePanel.Config.deleteConfirmer(EntityEditPanel.Confirmer deleteConfirmer) By default, all attributes are editable via the table popup menu or theEntityTablePanel.ControlKeys.EDIT_ATTRIBUTEcontrol, use this method to exclude one or more attributes from being editable.EntityTablePanel.Config.editAttributeSelection(EntityTablePanel.SelectionMode editAttributeSelection) <C extends JComponent,T, A extends Attribute<T>>
EntityTablePanel.ConfigEntityTablePanel.Config.editComponentFactory(A attribute, EditComponentFactory<C, T> editComponentFactory) Sets the component factory for the given attribute, used when editing entities viaEntityTablePanel.editSelected(Attribute).EntityTablePanel.Config.excludeHiddenColumns(boolean excludeHiddenColumns) Specifies whether the values of hidden columns are excluded when querying dataEntityTablePanel.Config.filterView(ConditionPanel.ConditionView filterView) EntityTablePanel.Config.includeAddControl(boolean includeAddControl) EntityTablePanel.Config.includeClearControl(boolean includeClearControl) EntityTablePanel.Config.includeConditions(boolean includeConditions) EntityTablePanel.Config.includeEditAttributeControl(boolean includeEditAttributeControl) EntityTablePanel.Config.includeEditControl(boolean includeEditControl) EntityTablePanel.Config.includeEntityMenu(boolean includeEntityMenu) EntityTablePanel.Config.includeExport(boolean includeExport) EntityTablePanel.Config.includeFilters(boolean includeFilters) EntityTablePanel.Config.includeLimitMenu(boolean includeLimitMenu) EntityTablePanel.Config.includePopupMenu(boolean includePopupMenu) EntityTablePanel.Config.includeQueryInspector(boolean includeQueryInspector) EntityTablePanel.Config.includeSingleSelectionControl(boolean includeSingleSelectionControl) EntityTablePanel.Config.includeSouthPanel(boolean includeSouthPanel) EntityTablePanel.Config.includeSummaries(boolean includeSummaries) EntityTablePanel.Config.includeToolBar(boolean includeToolBar) EntityTablePanel.Config.keyStroke(ControlKey<?> controlKey, Consumer<Value<KeyStroke>> keyStroke) EntityTablePanel.Config.referentialIntegrityErrorHandling(ReferentialIntegrityErrorHandling referentialIntegrityErrorHandling) EntityTablePanel.Config.refreshButtonVisible(EntityTablePanel.RefreshButtonVisible refreshButtonVisible) EntityTablePanel.Config.refreshProgressBar(boolean refreshProgressBar) EntityTablePanel.Config.refreshProgressBarDelay(int refreshProgressBarDelay) EntityTablePanel.Config.statusMessage(Function<SwingEntityTableModel, String> statusMessage) EntityTablePanel.Config.surrendersFocusOnKeystroke(boolean surrendersFocusOnKeystroke) EntityTablePanel.Config.table(Consumer<FilterTable.Builder<Entity, Attribute<?>>> builder) Provides access to the builder for the underlyingFilterTableConstructor parameters in is.codion.swing.framework.ui with type arguments of type EntityTablePanel.ConfigModifierConstructorDescriptionEntityTablePanel(SwingEntityTableModel tableModel, EntityEditPanel editPanel, Consumer<EntityTablePanel.Config> config) Instantiates a new EntityTablePanel instanceEntityTablePanel(SwingEntityTableModel tableModel, Consumer<EntityTablePanel.Config> config) Instantiates a new EntityTablePanel instance