public interface ScrollableDialogDecorator extends Dialog
| Modifier and Type | Method and Description |
|---|---|
boolean |
areDividersShownOnScroll()
Returns, whether dividers, which are located above and below the dialog's content, are shown,
when the content is scrolled, or not.
|
void |
showDividersOnScroll(boolean show)
Sets, whether dividers, which are located above and below the dialog's content, should be
shown, when the content is scrolled, or not.
|
getContextboolean areDividersShownOnScroll()
void showDividersOnScroll(boolean show)
show - True, if the dividers, which are located above and below the dialog's content, should
be shown, when the content is scrolled, false otherwise