SCItemsLevelRequestBuilder Protocol Reference
Conforms to | NSObject |
Declared in | SCItemsLevelRequestBuilder.h |
Overview
This protocol is used to define parent-child relationships for the items being browsed.
The most often case is filtering by template and plain parent-child concepts usage.
They are represented by the classes below
Tasks
-
– itemsBrowser:levelDownRequestForItem:
Override this method to set the parent-child or filtering relationships for the items being browsed.
required method
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