Package ch.bailu.gtk.adw
Schnittstelle DialogPresentationMode
public interface DialogPresentationMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Switch between `ADW_DIALOG_FLOATING` and
`ADW_DIALOG_BOTTOM_SHEET` depending on available size.static final int
Present dialog as a bottom sheet.static final int
Present dialog as a centered floating window.
-
Felddetails
-
AUTO
static final int AUTOSwitch between `ADW_DIALOG_FLOATING` and
`ADW_DIALOG_BOTTOM_SHEET` depending on available size.- Siehe auch:
-
FLOATING
static final int FLOATINGPresent dialog as a centered floating window.- Siehe auch:
-
BOTTOM_SHEET
static final int BOTTOM_SHEETPresent dialog as a bottom sheet.- Siehe auch:
-