Uses of Interface
is.codion.swing.common.ui.component.table.FilterTableCellEditor.Builder
Packages that use FilterTableCellEditor.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
-
Uses of FilterTableCellEditor.Builder in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return FilterTableCellEditor.BuilderModifier and TypeMethodDescriptionFilterTableCellEditor.Builder.cellEditable(Function<EventObject, Boolean> cellEditable) OverridesclickCountToStart(int)FilterTableCellEditor.Builder.clickCountToStart(int clickCountToStart) Default specified byFilterTableCellEditor.CLICK_COUNT_TO_START.<C extends JComponent,T>
FilterTableCellEditor.Builder<C, T> FilterTableCellEditor.Builder.ComponentStep.component(Supplier<ComponentValue<C, T>> component) Creates a new defaultFilterTableCellEditor.Builderinstance.FilterTableCellEditor.Builder.configure(Consumer<FilterTableCellEditor<C, T>> cellEditor) For custom or composite components, this method can be used to configure the component, for example to stop editing, which may not work properly if the component isn't a direct descendant of the typical Swing components (JTextField,JComboBox, etc.).FilterTableCellEditor.Builder.resizeRow(boolean resizeRow) Configures whether this editor should request the row to be resized to accommodate the editor compoent size.FilterTableCellEditor.Builder.shouldSelectCell(Function<EventObject, Boolean> shouldSelectCell) FilterTableCellEditor.Builder.stopCellEditing(Function<@Nullable T, Boolean> stopCellEditing)