Inherits from NSObject
Conforms to SCItemsLevelRequestBuilder
Declared in SIBAllChildrenRequestBuilder.h
SIBAllChildrenRequestBuilder.m

Overview

Creates the request to fetch all children of the given item.

Tasks

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