Uses of Interface
is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
Packages that use FilterTableCellRenderer.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 FilterTableCellRenderer.Builder in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return FilterTableCellRenderer.BuilderModifier and TypeMethodDescriptionFilterTableCellRenderer.Builder.alternateRowColoring(boolean alternateRowColoring) FilterTableCellRenderer.Builder.background(FilterTableCellRenderer.CellColor<R, C, T> background) <T> FilterTableCellRenderer.Builder<R, C, T> FilterTableCellRenderer.Builder.ColumnClassStep.columnClass(Class<T> columnClass) FilterTableCellRenderer.Builder.component(ComponentValue<? extends JComponent, T> component) Wraps the given component, using it as the base renderer before applying the rendering settings of this renderer.FilterTableCellRenderer.Builder.customizer(FilterTableCellRenderer.Customizer<R, C> customizer) FilterTableCellRenderer.Builder.filterIndicator(boolean filterIndicator) FilterTableCellRenderer.Builder.focusedCellIndicator(boolean focusedCellIndicator) FilterTableCellRenderer.Builder.foreground(FilterTableCellRenderer.CellColor<R, C, T> foreground) The default formatter returnsvalue.toString()and an empty string in case of null.FilterTableCellRenderer.Builder.horizontalAlignment(int horizontalAlignment) Note that this setting does not apply when usingrenderer(TableCellRenderer)orcomponent(ComponentValue).FilterTableCellRenderer.Builder.leftPadding(int leftPadding) FilterTableCellRenderer.Builder.renderer(TableCellRenderer renderer) Wraps the given renderer, using it as the base renderer before applying the rendering settings of this renderer.FilterTableCellRenderer.Builder.rightPadding(int rightPadding) Method parameters in is.codion.swing.common.ui.component.table with type arguments of type FilterTableCellRenderer.BuilderModifier and TypeMethodDescription<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, overridesFilterTable.Builder.cellRenderers(FilterTableCellRenderer.Factory). -
Uses of FilterTableCellRenderer.Builder in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui that return FilterTableCellRenderer.BuilderModifier and TypeMethodDescriptionprotected <T> FilterTableCellRenderer.Builder<Entity, Attribute<?>, T> EntityTableCellRenderers.builder(AttributeDefinition<T> attributeDefinition) Method parameters in is.codion.swing.framework.ui with type arguments of type FilterTableCellRenderer.BuilderModifier and TypeMethodDescription<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 attribute