| Package | Description |
|---|---|
| org.valkyriercp.sample.simple.domain | |
| org.valkyriercp.sample.simple.ui |
| Modifier and Type | Method and Description |
|---|---|
Contact[] |
ContactDataStore.getAllContacts()
Get all the contacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactDataStore.add(Contact contact)
Add a new contact.
|
int |
Contact.compareTo(Contact o) |
void |
ContactDataStore.delete(Contact contact)
Delete a contact.
|
void |
ContactDataStore.update(Contact contact)
Update a contact.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
ContactTable.getSelectedContact() |
Contact[] |
ContactTable.getSelectedContacts()
Get the array of selected Contact objects in the table.
|
| Constructor and Description |
|---|
ContactForm(Contact contact) |
ContactPropertiesDialog(Contact contact,
ContactDataStore dataStore) |
Copyright © 2014. All Rights Reserved.