Uses of Interface
is.codion.swing.common.ui.component.table.FilterTable.Builder
Packages that use FilterTable.Builder
Package
Description
Package configuration values:
FilterTableCellEditor.CLICK_COUNT_TO_START
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
FilterTableCellRenderer.FOCUSED_CELL_INDICATOR
FilterTableCellRenderer.SET_BORDER
FilterTableHeaderRenderer.FOCUSED_COLUMN_INDICATOR
FilterTable.COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
FilterTable.COLUMN_RESIZING
FilterTable.ROWS_FILL_VIEWPORT
FilterTable.COLUMN_TOOL_TIPS
FilterTable.FILLS_VIEWPORT_HEIGHT
FilterTable.RESIZE_ROW_TO_FIT_EDITOR
FilterTable.STOP_EDIT_ON_FOCUS_LOST
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
EntityEditPanel.Config.VALID_INDICATOR
EntityEditPanel.Config.MODIFIED_INDICATOR
EntityEditPanel.Config.TEXT_FIELD_COLUMNS
EntityEditPanel.Config.MODIFIED_WARNING
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_VIEWER
EntityEditPanel.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
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_VIEWER
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
EntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAY
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
-
Uses of FilterTable.Builder in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return FilterTable.BuilderModifier and TypeMethodDescriptionFilterTable.Builder.autoResizeMode(int autoResizeMode) FilterTable.Builder.autoStartsEdit(boolean autoStartsEdit) FilterTable.Builder.cellEditable(BiPredicate<R, C> cellEditable) <T> FilterTable.Builder<R, C> FilterTable.Builder.cellEditor(C identifier, FilterTableCellEditor<?, T> cellEditor) the cell renderer for the given column, overridescellEditors(FilterTableCellEditor.Factory).FilterTable.Builder.cellEditors(FilterTableCellEditor.Factory<R, C> cellEditors) Note that this factory is only used to create cell editors for columns which do not already have a cell editor and is overridden by any editor set viacellEditor(Object, FilterTableCellEditor).<T> FilterTable.Builder<R, C> FilterTable.Builder.cellRenderer(C identifier, Class<T> columnClass, Consumer<FilterTableCellRenderer.Builder<R, C, T>> renderer) The cell renderer for the given column, overridescellRenderers(FilterTableCellRenderer.Factory).FilterTable.Builder.cellRenderers(FilterTableCellRenderer.Factory<R, C> cellRenderers) Note that this factory is only used to create cell renderers for columns which do not already have a cell renderer and is overridden by any renderer set viacellRenderer(Object, Class, Consumer).FilterTable.Builder.cellSelection(boolean cellSelection) FilterTable.Builder.centerOnScroll(FilterTable.CenterOnScroll centerOnScroll) FilterTable.Builder.columnReordering(boolean columnReordering) FilterTable.Builder.columnResizing(boolean columnResizing) FilterTable.Builder.columns(Consumer<FilterTableColumn.Builder<C>> columns) FilterTable.Builder.columnSelection(boolean columnSelection) FilterTable.Builder.columnToolTips(boolean columnToolTips) Specifies whether the table should display the column tooltips when the mouse hovers over the table headerFilterTable.Builder.doubleClick(Action doubleClick) FilterTable.Builder.dragEnabled(boolean dragEnabled) FilterTable.Builder.fillsViewportHeight(boolean fillsViewportHeight) Specifies whether the table fills the viewport height, default true.FilterTable.Builder.filterComponents(C identifier, ColumnConditionPanel.ConditionComponents filterComponents) FilterTable.Builder.filterPanel(TableConditionPanel.Factory<C> filterPanel) FilterTable.Builder.filterView(ConditionPanel.ConditionView filterView) FilterTable.Builder.headerless(boolean headerless) FilterTable.Builder.headerRenderers(FilterTableHeaderRenderer.Factory<R, C> headerRenderers) Note that this factory is only used to create header renderers for columns which do not already have a header rendererFilterTable.Builder.hideColumns(C... columns) FilterTable.Builder.intercellSpacing(Dimension intercellSpacing) FilterTable.Builder.keyStroke(ControlKey<?> controlKey, KeyStroke keyStroke) <R,C> FilterTable.Builder <R, C> FilterTable.Builder.ModelStep.model(FilterTableModel<R, C> model) FilterTable.Builder.resizeRowToFitEditor(boolean resizeRowToFitEditor) Only applicable toFilterTableCellEditorFilterTable.Builder.rowHeight(int rowHeight) FilterTable.Builder.rowMargin(int rowMargin) FilterTable.Builder.rowSelection(boolean rowSelection) FilterTable.Builder.rowsFillViewport(boolean rowsFillViewport) Specifies whether the remaining rows below the ones available in the table model are painted.FilterTable.Builder.scrollToAddedItem(boolean scrollToAddedItem) Specifies whether the table should scroll when items are added, so that the topmost added item appears at the top of the table view.FilterTable.Builder.scrollToSelectedItem(boolean scrollToSelectedItem) FilterTable.Builder.selectionMode(int selectionMode) FilterTable.Builder.showGrid(boolean showGrid) FilterTable.Builder.showHorizontalLines(boolean showHorizontalLines) FilterTable.Builder.showVerticalLines(boolean showVerticalLines) FilterTable.Builder.sortable(boolean sortable) FilterTable.Builder.startEditing(KeyStroke keyStroke) Associates the given keyStroke with the action associated with the 'startEditing' key in the table action map.FilterTable.Builder.stopEditOnFocusLost(boolean stopEditOnFocusLost) FilterTable.Builder.summaryValues(SummaryModel.SummaryValues.Factory<C> summaryValues) FilterTable.Builder.surrendersFocusOnKeystroke(boolean surrendersFocusOnKeystroke) FilterTable.Builder.visibleRows(int visibleRows) Specifies the preferred number of rows to display in a scrollable viewport. -
Uses of FilterTable.Builder in is.codion.swing.framework.ui
Method parameters in is.codion.swing.framework.ui with type arguments of type FilterTable.BuilderModifier and TypeMethodDescriptionEntityTablePanel.Config.table(Consumer<FilterTable.Builder<Entity, Attribute<?>>> builder) Provides access to the builder for the underlyingFilterTable