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.SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
EntityEditorPanel.Config.VALID_INDICATOR
EntityEditorPanel.Config.MODIFIED_INDICATOR
EntityEditorPanel.Config.TEXT_FIELD_COLUMNS
EntityEditPanel.Config.MODIFIED_WARNING
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_VIEWER
EntityEditorPanel.Config.TRANSFER_FOCUS_ON_ENTER
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
EntityPanel.Config.EDIT_PANEL_CONSTRAINTS
EXCLUDE_HIDDEN_COLUMNS
CONDITION_VIEW
FILTER_VIEW
SUMMARY_PANEL_VISIBLE
INCLUDE_POPUP_MENU
INCLUDE_ENTITY_VIEWER
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.cellEditors(FilterTableCellEditor.Factory<Entity, Attribute<?>> cellEditors) Overridden bycellEditor(Attribute, FilterTableCellEditor).<T,A extends Attribute<T>>
EntityTablePanel.ConfigEntityTablePanel.Config.cellRenderer(A attribute, Consumer<FilterTableCellRenderer.Builder<Entity, Attribute<?>, T>> renderer) Sets the cell renderer for the given attributeEntityTablePanel.Config.cellRenderers(EntityTableCellRenderers cellRenderers) Overridden bycellRenderer(Attribute, Consumer).EntityTablePanel.Config.closeAddDialog(boolean closeAddDialog) Specifies whether the add entity dialog is closed after each insert, or if it should stay open.EntityTablePanel.Config.columns(Consumer<FilterTableColumn.Builder<Attribute<?>>> columns) EntityTablePanel.Config.columnSelection(EntityTablePanel.SelectionMode columnSelection) EntityTablePanel.Config.conditionComponents(Attribute<?> attribute, ColumnConditionPanel.ConditionComponents conditionComponents) EntityTablePanel.Config.conditionIndicator(boolean conditionIndicator) EntityTablePanel.Config.conditionPanel(TableConditionPanel.Factory<Attribute<?>> conditionPanel) EntityTablePanel.Config.conditionView(ConditionPanel.ConditionView conditionView) EntityTablePanel.Config.confirmDelete(boolean confirmDelete) 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.editComponent(A attribute, EditComponent<C, T> editComponent) 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.filterComponents(Attribute<?> attribute, ColumnConditionPanel.ConditionComponents filterComponents) EntityTablePanel.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.includeEntityViewer(boolean includeEntityViewer) 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.includeSearchField(boolean includeSearchField) Specifies whether the table search field is included on the south panel.EntityTablePanel.Config.includeSingleSelectionControl(boolean includeSingleSelectionControl) EntityTablePanel.Config.includeSouthPanel(boolean includeSouthPanel) EntityTablePanel.Config.includeStatusPanel(boolean includeStatusPanel) Specifies whether the status panel is included on the south panel, that is, the one displaying statistics on the number of rows in the table, selected, filtered etc.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