public interface IOverlayView extends IView
Modifier and Type | Method and Description |
---|---|
void |
closeModal()
Closes the modal overlay view.
|
boolean |
isModalShowing()
Indicates whether or not the overlay is currently showing.
|
void |
showModal()
Displays the modal overlay view.
|
getController, setController