Package io.github.jonestimd.swing.table
Class PopupListTableCellEditor.Builder<T>
- java.lang.Object
-
- io.github.jonestimd.swing.table.PopupListTableCellEditor.Builder<T>
-
- Enclosing class:
- PopupListTableCellEditor<T>
public static class PopupListTableCellEditor.Builder<T> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PopupListTableCellEditor<T>
build()
PopupListTableCellEditor.Builder<T>
errorPainter(javax.swing.text.Highlighter.HighlightPainter errorPainter)
PopupListTableCellEditor.Builder<T>
rows(int rows)
PopupListTableCellEditor.Builder<T>
validator(ListField.ItemValidator isValidItem)
-
-
-
Method Detail
-
validator
public PopupListTableCellEditor.Builder<T> validator(ListField.ItemValidator isValidItem)
-
errorPainter
public PopupListTableCellEditor.Builder<T> errorPainter(javax.swing.text.Highlighter.HighlightPainter errorPainter)
-
rows
public PopupListTableCellEditor.Builder<T> rows(int rows)
-
build
public PopupListTableCellEditor<T> build()
-
-