removeItem
Removes a specific application item from the list.
This method removes the provided AppData object from the underlying data managed by the ViewDataController. The list will be updated to reflect this change.
Return
true
if the item was found and removed, false
otherwise.
Parameters
appData
The AppData object representing the application item to be removed.