PickerFragment.GraphObjectFilter
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

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

패키지:widget
인스턴스 메서드
includeItem(Object)

Called to determine if a graph object should be displayed.

public boolean includeItem(Object graphObject)
매개변수설명
graphObjectThe graph object
Returns
True to display the graph object, false to hide it