public static class

SearchablesList.ViewFragment

extends Fragment
implements ChooseEntityInABuildingDialogFragment.Listener
java.lang.Object
   ↳ Fragment
     ↳ com.mapsted.ui.searchables_list.SearchablesList.ViewFragment

Summary

Public Constructors
ViewFragment()
Public Methods
static SearchablesList.ViewFragment newInstance(String title, List<? extends ISearchable> searchableList, SearchablesList.Listener listener)
void onCreate(Bundle savedInstanceState)
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
void onViewClicked(EntityZone entityZone, ISearchable searchEntity)
void onViewCreated(View view, Bundle savedInstanceState)
void onViewStateRestored(Bundle savedInstanceState)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.mapsted.ui.map.explore.ChooseEntityInABuildingDialogFragment.Listener

Public Constructors

public ViewFragment ()

Public Methods

public static SearchablesList.ViewFragment newInstance (String title, List<? extends ISearchable> searchableList, SearchablesList.Listener listener)

public void onCreate (Bundle savedInstanceState)

public View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

public void onViewClicked (EntityZone entityZone, ISearchable searchEntity)

public void onViewCreated (View view, Bundle savedInstanceState)

public void onViewStateRestored (Bundle savedInstanceState)