Modifier and Type | Method | Description |
---|---|---|
Person |
Application.add(Entry objectToAdd,
Reference whereToAddThisChildTo) |
Add a child object.
|
Person |
Application.getMyCard() |
Returns my Address Book card.
|
Person |
Application.getPerson(int index) |
|
Person |
Application.getPerson(Id id) |
|
Person |
Group.getPerson(int index) |
|
Person |
Group.getPerson(Id id) |
|
default Person[] |
Application.getPersons() |
|
Person[] |
Application.getPersons(String filter) |
|
default Person[] |
Group.getPersons() |
|
Person[] |
Group.getPersons(String filter) |
|
Person[] |
Application.getSelection() |
Currently selected entries.
|
Person |
Application.remove(Entry objectToRemove,
Reference whereToRemoveThisChildFrom) |
Remove a child object.
|
Modifier and Type | Method | Description |
---|---|---|
String |
Application.actionTitle(Reference propertyThatThatWasReturnedFromTheActionPropertyHandler,
Person currentlySelectedPerson) |
RollOver - Returns the title that will be placed in the menu for this roll over.
|
boolean |
Application.performAction(Reference propertyThatThatWasReturnedFromTheActionPropertyHandler,
Person currentlySelectedPerson) |
RollOver - Performs the action on the given person and value.
|
void |
Application.setMyCard(Person myCard) |
Returns my Address Book card.
|
void |
Application.setSelection(Person[] selection) |
Currently selected entries.
|
boolean |
Application.shouldEnableAction(Reference propertyThatThatWasReturnedFromTheActionPropertyHandler,
Person currentlySelectedPerson) |
RollOver - Determines if the rollover action should be enabled for the given person and value.
|