| java.lang.Object | ||
| ↳ | DialogFragment | |
| ↳ | com.mapsted.alerts.ui.AlertsGroupedListDialogFragment | |
show list of alerts.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static String | KEY_PROPERTY_ID | ||||||||||
| public static String | KEY_SHOW_AS_DIALOG | ||||||||||
| public static final String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AlertsGroupedListDialogFragment() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static AlertsGroupedListDialogFragment | newInstance(int propertyId, boolean showAsDialog) | ||||||||||
| static AlertsGroupedListDialogFragment | newInstance(int propertyId) | ||||||||||
| void | onAttach(Context context) | ||||||||||
| void | onCreate(Bundle savedInstanceState) | ||||||||||
| View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
| void | onResume() | ||||||||||
| void | onViewCreated(View view, Bundle savedInstanceState) | ||||||||||
| void | setAlertsApi(AlertsApi alertsApi) | ||||||||||
| void | setListener(AlertsApi.ShowAlertListener showAlertListener) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||