SIBAllChildrenRequestBuilder Class Reference
Inherits from | NSObject |
Conforms to | SCItemsLevelRequestBuilder |
Declared in | SIBAllChildrenRequestBuilder.h SIBAllChildrenRequestBuilder.m |
Tasks
-
– itemsBrowser:levelDownRequestForItem:
Override this method to set the parent-child or filtering relationships for the items being browsed.
Instance Methods
itemsBrowser:levelDownRequestForItem:
Override this method to set the parent-child or filtering relationships for the items being browsed.
- (SCReadItemsRequest *)itemsBrowser:(id)sender levelDownRequestForItem:(SCItem *)item
Parameters
- sender
One of the items browser controllers below.
- item
The children list should be defined for it by this class.
Return Value
A request that defines the scope of child items.
Declared In
SCItemsLevelRequestBuilder.h