| Added Methods |
NSArray additionalActions()
|
Returns actions to be added to the controllers default actions. |
NSDictionary additionalKeyValuePairs()
|
Returns an NSDictionary of additional key-value pairs used by handleQueryWithUnboundKey(). |
void setAdditionalActions(NSArray)
|
Sets actions to be added to the controllers default actions. |
void setAdditionalKeyValuePair(Object, String)
|
Adds value to the dictionary of additionalKeyValuePairs with key. |
void setAdditionalKeyValuePairs(NSDictionary)
|
Sets NSDictionary dictionary of key-value pairs for use in handleQueryWithUnboundKey() |