com.facebook.widget
Interface PickerFragment.GraphObjectFilter<T>

Type Parameters:
T -
Enclosing class:
PickerFragment<T extends GraphObject>

public static interface PickerFragment.GraphObjectFilter<T>

Callback interface that will be called to determine if a graph object should be displayed.


Method Summary
 boolean includeItem(T graphObject)
          Called to determine if a graph object should be displayed.
 

Method Detail

includeItem

boolean includeItem(T graphObject)
Called to determine if a graph object should be displayed.

Parameters:
graphObject - the graph object
Returns:
true to display the graph object, false to hide it