-
public interface BaseShowTypeInterface representing common properties of events that involve showing content.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetContainerSelector()abstract DisplayModegetDisplayMode()abstract BooleangetShowCloseButton()-
-
Method Detail
-
getContainerSelector
abstract String getContainerSelector()
-
getDisplayMode
abstract DisplayMode getDisplayMode()
-
getShowCloseButton
abstract Boolean getShowCloseButton()
-
-
-
-