| java.lang.Object | ||
| ↳ | DialogFragment | |
| ↳ | com.mapsted.alerts.ui.EntitiesDialogFragment | |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | EntitiesDialogFragment.Listener | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EntitiesDialogFragment() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static EntitiesDialogFragment | newInstance(List<CmsEntityZone> entityZoneList) | ||||||||||
| void | onAttach(Context context) | ||||||||||
| void | onCreate(Bundle savedInstanceState) | ||||||||||
| View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
| void | onResume() | ||||||||||
| void | onViewClicked(EntityZone entityZone, ISearchable searchEntity) | ||||||||||
| void | onViewCreated(View view, Bundle savedInstanceState) | ||||||||||
| void | setAlertsApi(AlertsApi alertsApi) | ||||||||||
| void | setListener(EntitiesDialogFragment.Listener listener) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.mapsted.ui.map.explore.ChooseEntityInABuildingDialogFragment.Listener
| |||||||||||