Package eltos.simpledialogfragment
Schnittstelle SimpleDialog.OnDialogResultListener
- Alle bekannten Implementierungsklassen:
SimpleColorDialog
,SimpleFormDialog
- Umschließende Klasse:
SimpleDialog<This extends SimpleDialog<This>>
public static interface SimpleDialog.OnDialogResultListener
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
static final int
static final int
static final int
-
Methodenübersicht
-
Felddetails
-
CANCELED
static final int CANCELED- Siehe auch:
-
BUTTON_POSITIVE
static final int BUTTON_POSITIVE- Siehe auch:
-
BUTTON_NEGATIVE
static final int BUTTON_NEGATIVE- Siehe auch:
-
BUTTON_NEUTRAL
static final int BUTTON_NEUTRAL- Siehe auch:
-
-
Methodendetails
-
onResult
Let the hosting fragment or activity implement this interface to receive results from the dialog- Parameter:
dialogTag
- the tag passed toSimpleDialog.show(androidx.fragment.app.Fragment)
which
- result type, one ofBUTTON_POSITIVE
,BUTTON_NEGATIVE
,BUTTON_NEUTRAL
orCANCELED
extras
- the extras passed toSimpleDialog.extra(Bundle)
- Gibt zurück:
- true if the result was handled, false otherwise
-