public interface CustomFieldSelectionTable
PropertyControl
and this interface. The implementation is bound by the controlClass
attribute as other PropertyControl
. And the table must use a TableModel
that
implements CustomFieldSelectionTableModel
.Modifier and Type | Method and Description |
---|---|
void |
clearSelection()
Clears the selection
|
javax.swing.JComponent |
getComponent()
Returns the JTable instance that will be associated with this container
|
java.lang.String |
getFieldSelectionDialogTitle()
Returns title of the field selection dialog
|
boolean |
isSelectionEmpty()
Tests whether the selection is empty
|
void clearSelection()
boolean isSelectionEmpty()
javax.swing.JComponent getComponent()
java.lang.String getFieldSelectionDialogTitle()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.