API  1.0.0
<CPToolbarDelegate > Protocol Reference
+ Inheritance diagram for <CPToolbarDelegate >:

Instance Methods

(CPToolbarItem) - toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:
 
(CPArray) - toolbarAllowedItemIdentifiers:
 
(CPArray) - toolbarDefaultItemIdentifiers:
 
(void) - toolbarDidRemoveItem:
 
(CPArray) - toolbarSelectableItemIdentifiers:
 
(void) - toolbarWillAddItem:
 
- Instance Methods inherited from <CPObject>
(Class) - class
 
(BOOL) - conformsToProtocol:
 
(CPString- debugDescription
 
(CPString- description
 
(CPUInteger) - hash
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(BOOL) - respondsToSelector:
 
(id) - self
 
(Class) - superclass
 

Detailed Description

Definition at line 69 of file CPToolbar.j.

Method Documentation

◆ toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:()

- (CPToolbarItem CPToolbarDelegate) toolbar: (CPToolbar toolbar
itemForItemIdentifier: (CPString itemIdentifier
willBeInsertedIntoToolbar: (BOOL)  flag 
optional

◆ toolbarAllowedItemIdentifiers:()

- (CPArray CPToolbarDelegate) toolbarAllowedItemIdentifiers: (CPToolbar toolbar
optional

◆ toolbarDefaultItemIdentifiers:()

- (CPArray CPToolbarDelegate) toolbarDefaultItemIdentifiers: (CPToolbar toolbar
optional

◆ toolbarDidRemoveItem:()

- (void CPToolbarDelegate) toolbarDidRemoveItem: (CPNotification notification
optional

◆ toolbarSelectableItemIdentifiers:()

- (CPArray CPToolbarDelegate) toolbarSelectableItemIdentifiers: (CPToolbar toolbar
optional

◆ toolbarWillAddItem:()

- (void CPToolbarDelegate) toolbarWillAddItem: (CPNotification notification
optional

The documentation for this protocol was generated from the following file: