PickerFragment.GraphObjectFilter
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

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

Package:widget
Instance Methods
includeItem(Object)

Called to determine if a graph object should be displayed.

public boolean includeItem(Object graphObject)
ParameterDescription
graphObjectThe graph object
Returns
True to display the graph object, false to hide it