public class ContactTable extends AbstractObjectTable
Contact objects.SELECTEDN_MSG_KEY, SHOWINGALL_MSG_KEY, SHOWINGN_MSG_KEYapplicationConfig| Constructor and Description |
|---|
ContactTable(ContactDataStore dataStore)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureTable(JTable table) |
protected Object[] |
getDefaultInitialData()
Provide the initial data for the table.
|
Contact |
getSelectedContact() |
Contact[] |
getSelectedContacts()
Get the array of selected Contact objects in the table.
|
createControl, createPopupContextMenu, createPopupContextMenu, createTableModel, createTableSorter, getBaseEventList, getColumnPropertyNames, getDoubleClickHandler, getFinalEventList, getInitialData, getInitialSortColumn, getModelId, getPopupCommandGroup, getSelectionModel, getTable, getTableModel, getTableSorter, handleDeletedObject, handleNewObject, handleUpdatedObject, init, isMultipleColumnSort, onApplicationEvent, onDoubleClick, postConstruct, runWithReadLock, runWithWriteLock, setColumnPropertyNames, setDoubleClickHandler, setFinalEventList, setInitialData, setPopupCommandGroup, setStatusBar, shouldHandleEvent, updateStatusBarcreateControlIfNecessary, getApplicationConfig, getControl, isControlCreated, isSingleton, setSingletonpublic ContactTable(ContactDataStore dataStore)
protected void configureTable(JTable table)
configureTable in class AbstractObjectTableprotected Object[] getDefaultInitialData()
getDefaultInitialData in class AbstractObjectTablepublic Contact[] getSelectedContacts()
public Contact getSelectedContact()
Copyright © 2014. All Rights Reserved.